View Single Post

   
  #1 (permalink)  
Old 02-18-2008, 09:38 AM
namor
 
Posts: n/a
Default slackware/apache/mod_php recompile

Okay, so this might not be the best group - but I can't find one on my
server for php or apache specifically, so, hoping someone here can
help.

Alright - first, objective: Trying to get PHP with pdflib support for
some stuff... have the default apache 1.3.27 installed, with mod_php.
I've recompiled PHP with the two configure statements below (both
4.3.1 and 4.3.2 now) and the issue is - mod_php still shows as version
4.2.3, unchanged. What am I missing?

../configure --prefix=/usr --with-apxs=/usr/sbin/apxs --enable-exif
--enable-track-vars

--with-calendar=shared --enable-magic-quotes --enable-trans-sid
--enable-wddx --enable-ftp --enable-inline-optimization
--enable-memory-limit --with-imap=/usr --with-mhash=/usr
--with-mcrypt=/usr --with-openssl=/usr --with-gettext=/usr
--with-pdflib=/usr/local

and the latest:

../configure --prefix=/usr --with-apxs=/usr/sbin/apxs --enable-exif

--with-config-file-path=/etc/apache --with-openssl=/usr --with-bz2
--with-calendar=shared

--enable-magic-quotes --enable-trans-sid --enable-wddx
--enable-ftp --with-gd --enable-gd-native-ttf
--enable-inline-optimization --enable-memory-limit
--with-jpeg-dir=/usr --with-imap=/usr --with-mhash=/usr
--with-mysql=shared,/usr --with-xml=shared,/usr --with-zlib=/usr
--with-mcrypt=/usr --with-gettext=/usr --with-pdflib=/usr/local

The second one successfully configures, compiles, installs... but,
again, after a restart of apache, the phpinfo still shows 4.2.3.

Making me insane... tips/hints/flames?
Reply With Quote