Skip to Content.
Sympa Menu

shibboleth-dev - Strange build problem

Subject: Shibboleth Developers

List archive

Strange build problem


Chronological Thread 
  • From: Derek Atkins <>
  • To:
  • Cc:
  • Subject: Strange build problem
  • Date: 31 Jul 2002 22:54:10 -0400

I'm trying to build Shib and I'm getting a very strange build problem
on my linux box. SAML built fine (as far as I can tell), but building
shibtest I get a bunch of missing symbols. Any idea what I'm doing
wrong or what may be missing? This feels like xerces is missing, but
it's installed and not complaining about not finding it.

Any suggestions, hints, guides? I'm hoping some sleep will help
me ponder the issue, but maybe someone else has an idea they can
toss this way before I get up tomorrow.

-derek

g++3 -g -fpic -Iinclude -I../../opensaml/c/include -I/usr/local/include
-I../../../xerces-c1_7_0-linux7.2/include shibtest/shibtest.cpp -o
bin/shibtest -L/usr/local/lib -Llib -L../../opensaml/c/lib
-L../../../xerces-c1_7_0-linux7.2/lib -luuid -lcurl -lxerces-c1_7_0 -lsaml
-lshib -leduPerson
shibtest/shibtest.cpp:153:68: warning: pasting "::" and "AttributeQuery" does
not give a valid preprocessing token
/tmp/ccZDdcIQ.o: In function `main':
/mit/shibboleth/src/shibboleth/c/shibtest/shibtest.cpp:152: undefined
reference to `XMLString::transcode(char const*)'
/mit/shibboleth/src/shibboleth/c/shibtest/shibtest.cpp:154: undefined
reference to `XMLString::transcode(char const*)'
/mit/shibboleth/src/shibboleth/c/shibtest/shibtest.cpp:155: undefined
reference to `XMLString::transcode(char const*)'
/mit/shibboleth/src/shibboleth/c/shibtest/shibtest.cpp:156: undefined
reference to `XMLString::transcode(char const*)'
../../opensaml/c/lib/libsaml.so: undefined reference to
`XMLFormatter::~XMLFormatter [in-charge]()'
../../opensaml/c/lib/libsaml.so: undefined reference to
`SAXParseException::getLineNumber() const'
../../opensaml/c/lib/libsaml.so: undefined reference to
`MemBufInputSource::MemBufInputSource[in-charge](unsigned char const*,
unsigned, unsigned short const*, bool)'
../../opensaml/c/lib/libsaml.so: undefined reference to
`XMLString::regionMatches(unsigned short const*, int, unsigned short const*,
int, unsigned)'
../../opensaml/c/lib/libsaml.so: undefined reference to
`IDOMParser::setErrorHandler(ErrorHandler*)'
../../opensaml/c/lib/libsaml.so: undefined reference to
`IDOM_DOMImplementation::getImplementation()'
../../opensaml/c/lib/libsaml.so: undefined reference to
`XMLString::transcode(unsigned short const*)'

[more snipped]

--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH


PGP key available

------------------------------------------------------mace-shib-design-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

------------------------------------------------------mace-shib-design--



  • Strange build problem, Derek Atkins, 07/31/2002

Archive powered by MHonArc 2.6.16.

Top of Page