I've just learned about php & what it can do for me (yes i'm rather green..), but anyhoo. Trying to make it work on apache2 ...
I run Slackware9.1.0 with the 2.4.22 kernel
gcc 3.2.3
apache 2.0.48 (which runs comfortably // ./configure --enable-mods-shared="all")
the first time I ran configure --with-apxs2=/usr/local/apache2/bin/apxs it returned an error asking for the libxml2 but thats fixed.
Thanxxx
Greetzz from BEHEMOTH
CONFIGURE: './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES: -I$(top_builddir)/Zend -I/usr/include/libxml2 LDFLAGS: LIBS: -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm DLIBS: SAPI: apache2handler PHP_RPATHS: uname -a: Linux Spanky 2.4.22 #6 Tue Sep 2 17:43:01 PDT 2003 i686 unknown unknown GNU/Linux
gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm 1>&5 /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lz collect2: ld returned 1 exit status