Forum Moderators: phranque

Message Too Old, No Replies

problem upgrading php with apache

         

savvy14

2:20 pm on Apr 27, 2004 (gmt 0)



Hi there. I am currently using:

solaris 2.8
apache 1.3.20
php 4.0.6

among other items.
I have php installed with Apache with dso support:

# /path/to/apache/bin/./httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_so.c
mod_setenvif.c
mod_ssl.c
mod_php4.c

I am trying to upgrade php to 4.3.6.

# ./configure --with-apxs=/path/to/apache/bin/apxs with-mysql=../mysql-3.23.39-sun-solaris2.7-sparc' --enable-memory-limit=yes --enable-debug=no

------------

# make

------------

#./apachectl stop

------------

#make install

------------

# cp php.ini-dist /usr/local/lib/php.ini

------------

#./apachectl start

starting apachectl with the httpd.conf the install creates results in a Segmentation Fault. The only line that is added to httpd.conf is the LoadModule line, which:

a) was not even in the current working httpd.conf file
b) does, in fact, point to the correct path for libphp4.so

here is a link to my current phpinfo() output:

[www2.als.edu...]

sorry for the long email, but frustration is mounting. the only reason I am upgrading is in an attempt to fix something else that is not working.

thanks for anyhelp that can be provided.

jdMorgan

2:41 pm on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



savvy14,

Welcome to WebmasterWorld [webmasterworld.com]!

I'm hoping there are some php/apache config experts in the house...

<bump>

Jim