Skip to Content.
Sympa Menu

shibboleth-dev - Re: [Shib-Dev] Need some testing help

Subject: Shibboleth Developers

List archive

Re: [Shib-Dev] Need some testing help


Chronological Thread 
  • From: Lukas Haemmerle <>
  • To:
  • Subject: Re: [Shib-Dev] Need some testing help
  • Date: Thu, 29 Oct 2009 17:55:39 +0100
  • Organization: SWITCH - Serving Swiss Universities

> Kristof BAJNOK wrote on 2009-10-29:
>> PS: your message had a Reply-To: to your personal mail address. Is it
>> intentional or has something changed in the list config?
>
> Nothing's changed that I know of. I sent the message from my ISP (OSU
> doesn't allow authenticated send and I wasn't using our VPN), but it's
> Reply-To is normally my usual address. Probably an Outlook quirk.
>
> Thanks for any testing help you can provide. I should add that testing that
> includes the Notify stuff is really the main priority, since that's where
> the error handling gets complex.

Started recompiling my SP from svn but this seems to fail already when
running the configure command:
make clean
svn update
./bootstrap
./configure --with-saml=$SHIB_HOME --enable-apache-22
--with-log4shib=$SHIB_HOME --prefix=$SHIB_HOME -C

This results in:

[...]
config.status: creating nsapi_shib/Makefile
config.status: creating fastcgi/Makefile
config.status: creating memcache-store/Makefile
config.status: creating apache/Makefile
config.status: creating odbc-store/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Makefile:119: *** missing separator. Stop.
Makefile:119: *** missing separator. Stop.


The line 119 in the Makefile looks like this:
APXS22_CFLAGS = -DLINUX=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_REENTRANT -I/usr/include/apache2 -I. -I/usr/include/apr-1.0
-I/usr/include/mysql -I/usr/in
clude/postgresql -DLINUX=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/mysql
-I/usr/include/openssl -I/usr/incl
ude/postgresql -I/usr/include/xmltok -pthread -pthread -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include/apr-1.0
Usage: apu-1
-config [OPTION]

Known values for OPTION are:
--prefix[=DIR] change prefix to DIR
--bindir print location where binaries are installed
--includes print include information
--includedir print location where headers are installed
--ldflags print linker flags
--libs print library information
--srcdir print APR-util source directory
--link-ld print link switch(es) for linking to APR-util
--link-libtool print the libtool inputs for linking to APR-util
--apu-la-file print the path to the .la file, if available
--old-expat indicate if APR-util was built against an old expat
--db-version print the DB version
--version print APR-util's version as a dotted triple
--help print this help

When linking with libtool, an application should do something like:
APU_LIBS="`apu-1-config --link-libtool --libs`"
or when linking directly:
APU_LIBS="`apu-1-config --link-ld --libs`"


Any idea what's going wrong here?

Compiling on Debian 5.0.3

Cheers
Lukas

--
SWITCH
Serving Swiss Universities
--------------------------
Lukas Haemmerle, Software Engineer, Net Services
Werdstrasse 2, P.O. Box, 8021 Zurich, Switzerland
phone +41 44 268 15 64, fax +41 44 268 15 68
,
http://www.switch.ch



Archive powered by MHonArc 2.6.16.

Top of Page