--with-sablot

Scott Martin martin@math.ohiou.edu
Fri, 20 Oct 2000 10:08:05 -0400


---------------------- multipart/mixed attachment
Chuck,

I assume since you mentioned Sablot usage is forthcoming in imp, that you
have compiled PHP with Sablot support. Did you have any trouble with it? I
am getting the following errors when trying to configure php.
>From config.log:

<SNIP>

configure:40756: checking for gzgets in -lz
configure:40775: gcc -o
conftest -g -O2  -DXML_BYTE_ORDER=12 -L/usr/local/lib  -Wl,-rpath,/usr/local
/BerkeleyDB.3.1/lib -L/usr/local/BerkeleyDB.3.1/lib -Wl,-rpath,/usr/local/li
b -L/usr/local/lib -Wl,-rpath,/root/imap/c-client -L/root/imap/c-client -Wl,
-rpath,/usr/local/mcal/lib -L/usr/local/mcal/lib -Wl,-rpath,/usr/local/mysql
/lib -L/usr/local/mysql/lib
conftest.c -lz  -lmm -lsablot -lmysqlclient -lmcal -lldap -llber -lintl -ldb
 -lresolv -lm -ldl -lcrypt -lnsl  -lresolv 1>&5
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_ParserCreateNS'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetElementHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_ParserFree'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetExternalEntityRefHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetCharacterDataHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_ErrorString'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_ParseBuffer'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_ExternalEntityParserCreate'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetBase'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetUnknownEncodingHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetUserData'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetProcessingInstructionHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_GetErrorCode'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_GetBuffer'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetCommentHandler'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_GetCurrentLineNumber'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libsablot.so: undefined
reference to `XML_SetNamespaceDeclHandler'
collect2: ld returned 1 exit status
configure: failed program was:
#line 40764 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gzgets();

int main() {
gzgets()
; return 0; }


---------------------- multipart/mixed attachment--