Fr Aug 26 2011 08:34:41 EDT von Stefan @ Uncensored Betreff: undefined reference to `XML_StopParser'

Hi,

the build of Citadel 7.87 failed on RHEL4 with the following error:

gcc utils/ctdlmigrate.o utillib/citadel_dirs.o \
-lz -pie -o ctdlmigrate -lresolv -lssl -lcrypto -lcitadel -lpthread -lncurses -lrt  -lsieve -lical
modules/xmpp/serv_xmpp.o(.text+0x2f): In function `xmpp_entity_declaration':
modules/xmpp/serv_xmpp.c:78: undefined reference to `XML_StopParser'
collect2: ld returned 1 exit status
make: *** [citserver] Error 1

I would guess that the expat library in RHEL4 is too old (it's probably expat-1.95). Can someone confirm that? Or is it an other problem?

Thanks

Stefan



i'd say -lexpat is missing there? maybe you should have a look at the configure output

in general, i'd say that line isn't complete? since the final linking should be longer and contain all objects?

 

Reply via email to