Howdy

I am trying to upgrade my server from PHP 4.2.2 to 4.3.2

It was initially installed using the Red Hat 8 rpms.  I am trying to
duplicate its configure command, but the ./configure command fails at...

-------------------------------------------------
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... configure: 
error: Please note that Apache version >= 2.0.44 is required.
--------------------------------------------------

I was expecting the install to work via DSO through APXS, but maybe
that's not how Apache is set up in the Red Hat rpms?!?

Does anyone have any ideas how to make this work?

Here is more background info:
----------------------
Configure command for PHP install:
./configure --host=i386-redhat-linux --build=i386-redhat-linux 
--target=i386-redhat-linux-gnu --prefix=/usr--sysconfdir=/etc --localstatedir=/var 
--mandir=/usr/share/man --infodir=/usr/share/info --with-config-file-path=/etc 
--enable-force-cgi-redirect --disable-rpath --with-db3 --with-curl --with-dom=/usr 
--with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf 
--with-ttf --with-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv 
--with-jpeg-dir=/usr --with-openssl --with-png-dir --with-pspell --with-regex=system 
--with-expat-dir=/usr --with-zlib with-bz2 --enable-bcmath --with-layout=GNU 
--enable-exif --enable-ftp --enable-magic-quotes --enable-safe-mode --enable-sockets 
--enable-sysvsem --enable-sysvshm --enable-discard-path  --enable-yp --enable-wddx 
--with-pear=/usr/share/pear --with-imap=shared --with-imap-ssl 
--with-kerberos=/usr/kerberos  --with-ldap=shared --with-mysql=shared,/usr 
--with-pgsql=shared --with-snmp=shared,/usr --with-snmp=sh!
ared --enable-ucd-snmp-hack  --with-unixODBC=shared --enable-memory-limit 
--enable-bcmath --enable-shmop --enable-versioning --enable-calendar --enable-dbx 
--enable-dio --with-mcal --with-apxs2=/usr/sbin/apxs

I took the setup from the results from the PHP-info command compared
to the options available in PHP 4.3.2.
-----------------------

Server runs Apache 2.0.40-11.5       mod_so.c is active

-----------------------
Current PHP configuration for Apache is in the conf.d folder and
consists of these commands:

#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#

LoadModule php4_module modules/libphp4.so

#
# Cause the PHP interpreter handle files with a .php extension.
#
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 524288
</Files>

#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php
--------------------------

I am more knowledgeable than a newbie, but have learned everything by
OJT -- no formal training so I have gaps in my understanding.

THANKS in advance for any help you can provide.

Peace,
George


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to