Moin Moin,
I have here a slackware 7.1 installation with all the libraries installed (gd, zlib, libjpe, libxpm, libexpat ,libxmltok etc).
When I try to configure like this:
./configure --with-zlib --disable-debug --with-mysql=/usr/local/mysql/current --with-apxs=/usr/local/apache/1.3.14/bin/apxs --with-config-path=/etc --enable-track-vars=yes --enable-url-include --enable-versioning --with-gd --with-gdbm --enable-dba --with-sablot
then everything go well. Not very well but I find it out hot to fix it first I must configure without zlib and then with sablot and zlib because if I configure with zlib and sablot then I become the old bug zgets function not found in zlib. But anyway I configure it and then by make I become such error message:
Making all in .
make[1]: Entering directory /usr/src/php-4.0.4'
/bin/sh /usr/src/php-4.0.4/libtool --silent --mode=link gcc -I. -I/usr/src/php-4.0.4/ -I/usr/src/php-4.0.4/main -I/usr/src/php-4.0.4 -I/usr/local/apache/1.3.14/include -I/usr/src/php-4.0.4/Zend -I/usr/local/mysql/current/include/mysql -I/usr/local/include -I/usr/src/php-4.0.4/ext/xml/expat/xmltok -I/usr/src/php-4.0.4/ext/xml/expat/xmlparse -I/usr/src/php-4.0.4/TSRM -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath /usr/src/php-4.0.4/libs -export-symbols /usr/src/php-4.0.4/sapi/apache/php.sym -avoid-version -L/usr/local/mysql/current/lib/mysql -L/usr/local/lib -R /usr/local/mysql/current/lib/mysql -R /usr/local/lib stub.lo Zend/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/dba/libdba.la ext/gd/libgd.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la ext/sablot/libsablot.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la ext/zlib/libzlib.la TSRM/libtsrm.la -ldl -lz -lxmltok -lxmlparse -lsablot -lmysqlclient -lz -lpng -lgd -lgdbm -lresolv -lm -ldl -lcrypt -lnsl -lresolv
/usr/i386-slackware-linux/bin/ld: cannot open -lxmltok: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory/usr/src/php-4.0.4'
make: *** [all-recursive] Error 1
bash-2.04#
do you know what is going wrong? the php4.0.4pl1 gave me the same error. Today it is the second day that I work on this problem. I reinstall all the software new (the whole distribution etc) but I still become this error, I want to say that I try all the possibility before I ask you. Pleas help me.