Hello,
I am trying to compile PHP 4.0.4pl1 with XSLT support (sablot) and I am having the following problem. I would appreciate if anybody could point me in the right direction.
This is present in the debug.log file after I try to run the ./configure.
<--CUT START-->
CONFIGURE: './configure' '--with-apxs=/usr/sbin/apxs' '--with-mysql=/usr/loca
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -DLINUX=2 -DMOD_SSL=207101 -DEAPI -DUSE_EXPAT
CXX:
CXXFLAGS:
INCLUDES: -I/usr/include/apache -I$(top_builddir)/Zend -I/usr/local/mysql/i
LDFLAGS: -Wl,-rpath,/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
LIBS: -lxmltok -lxmlparse -lsablot -lmysqlclient -lresolv -lm -ldl -lcryp
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/mysql/lib/mysql /usr/local/sablotron/lib
uname -a: Linux server1.gavin.com 2.2.14-12.10RS #1 Mon Oct 9 17:20:11 CDT 20
gcc -o conftest -g -O2 -DLINUX=2 -DMOD_SSL=207101 -DEAPI -DUSE_EXPAT -Wl,-rpa
/usr/local/sablotron/lib/libsablot.so: undefined reference to XML_ParserCreate
/usr/local/sablotron/lib/libsablot.so: undefined reference toXML_SetEncoding'
/usr/local/sablotron/lib/libsablot.so: undefined reference to XML_SetCommentHa
/usr/local/sablotron/lib/libsablot.so: undefined reference toXML_SetNamespace
collect2: ld returned 1 exit status
<--CUT END-->
Thanks.
===
Viral Shah