i'm installing php4 & apache with all the various XML doofers.
i sucessfully installed php with the following options ...
./configure
--with-apache=../apache_1.3.19
--with-dom
--with-mysql=/usr/local/mysql
--enable-track-vars
--with-sablot
--with-xml
--enable-ftp
--enable-magic-quotes
but when i went to recompile apache it configured OK but when running `make' it made the following complaint:
================================
-o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -Wl,-rpath,/usr/local/mysql/lib/mysql -Wl,-rpath,/usr/local/lib -rdynamic -L/usr/local/mysql/lib/mysql -L/usr/local/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -ldl -lxmltok -lxmlparse -lsablot -lmysqlclient -lz -lxml -lresolv -lm -ldl -lcrypt -lnsl -lresolv -Lyes/lib -lz -lm -lcrypt
modules/php4/libphp4.a(php_domxml.o): In function php_xpathptr_new_context':
/home/rupert/install/php-4.0.4pl1/ext/domxml/php_domxml.c:1533: undefined reference toxmlXPtrNewContext'
modules/php4/libphp4.a(php_domxml.o): In function php_xpathptr_eval':
/home/rupert/install/php-4.0.4pl1/ext/domxml/php_domxml.c:1598: undefined reference toxmlXPtrEval'
collect2: ld returned 1 exit status
make[2]: [target_static] Error 1
make[2]: Leaving directory /home/rupert/install/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/home/rupert/install/apache_1.3.19'
make: [build] Error 2
======================================
i've had makes return "bob not found" before, but never an actual compilation error (which this looks like to my untrained eye..)
any ideas?
--
rad