Skip to Content.
Sympa Menu

mace-opensaml-users - Install problem, or OK?

Subject: OpenSAML user discussion

List archive

Install problem, or OK?


Chronological Thread 
  • From: Rob Boyd <>
  • To:
  • Subject: Install problem, or OK?
  • Date: Thu, 23 Sep 2004 09:52:55 -0700 (PDT)

I'm installing OpenSAML/Shibboleth on Sun Solaris 9. I have gcc 3.3.2.

I got to the final steps of building OpenSAML, where I install OpenSAML itself
(after the supporting software). 'make install' finished with an error. I have
included the output after the point where it enters the test directory.

The opensaml libs are put in shibboleth/lib, the program signtest runs and
gives usage info, and opensaml/c/saml/.libs/libsaml.o exists despite the error
message. Not to worry and proceed? Or do I have a problem? I got the same
results using the tarball, and from CVS.

Thanks,

Rob

#######################

Making install in test
make[1]: Entering directory `/export/local/opensaml/c/test'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../saml
-I/export/local/shibboleth/include -I/export/local/shibboleth/include
-I/usr/local/ssl/include -D_REENTRANT -pthreads -O2 -DNDEBUG -MT tester.o
-MD -MP -MF ".deps/tester.Tpo" \
-c -o tester.o `test -f 'tester.cpp' || echo './'`tester.cpp; \
then mv ".deps/tester.Tpo" ".deps/tester.Po"; \
else rm -f ".deps/tester.Tpo"; exit 1; \
fi
/bin/bash ../libtool --mode=link g++ -D_REENTRANT -pthreads -O2 -DNDEBUG
-L/export/local/shibboleth/lib -llog4cpp -lnsl -lsocket
-L/export/local/shibboleth/lib -lcurl -L/usr/local/ssl/lib -lssl -lcrypto -ldl
-lsocket -lnsl -lz -o tester tester.o ../saml/libsaml.la -lxml-security-c
-lxerces-c -lcurl -L/usr/local/ssl/lib -lssl -lcrypto -lsocket -lnsl -ldl
g++ -D_REENTRANT -pthreads -O2 -DNDEBUG -o .libs/tester tester.o
-L/export/local/shibboleth/lib
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2/../../../../sparc-sun-solaris2.9/lib
-L/usr/ccs/bin -L/usr/ccs/lib
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2/../../..
-L/usr2/SOURCES/S9/gcc-3.3.2/objdir/sparc-sun-solaris2.9/libstdc++-v3/src
-L/usr2/SOURCES/S9/gcc-3.3.2/objdir/sparc-sun-solaris2.9/libstdc++-v3/src/.libs
-L/usr2/SOURCES/S9/gcc-3.3.2/objdir/gcc
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/../.. -lm -lgcc_s
-L/usr/local/ssl/lib ../saml/.libs/libsaml.so
/export/local/shibboleth/lib/liblog4cpp.so /usr/local/lib/./libstdc++.so
-lxml-security-c -lxerces-c /export/local/shibboleth/lib/libcurl.so -lz -lssl
-lcrypto -lsocket -lnsl -ldl -Wl,-R -Wl,/export/local/shibboleth/lib -Wl,-R
-Wl,/usr/local/lib/.
g++: ../saml/.libs/libsaml.so: No such file or directory
make[1]: *** [tester] Error 1
make[1]: Leaving directory `/export/local/opensaml/c/test'
make: *** [install-recursive] Error 1




__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail



Archive powered by MHonArc 2.6.16.

Top of Page