On Aug 26, 2004, at 8:43 PM, Brad Kowalczyk wrote:

gohaku wrote:


On Aug 26, 2004, at 1:40 AM, gohaku wrote:

Some INFO:
php version: 4.3.7
apache version: 1.3.29
osx version: 10.3.4

Hi everyone,
I am currently experiencing problems installing/upgrading to php5 from php4.3.7


Here is what I have tried so far:
configure, make, and make install php5 from sources

Installed php5 with Marc Lyniage's PHP5 package (lack of mysql and gd support)
went to phpmac.com for some help (I still do not know where php5 is installed)
searched newsgroup posts (probably not using right keywords)


I have also tried:
sudo apachectl restart

The part that is puzzling me is where libphp5.so is located.
I tried: find /usr -name libphp5.so
and I still couldn't find libphp5.so


Looks to me like you've built the cgi not modphp5.so ( 'Installing PHP SAPI module: cgi ')

did you have this line in your configure script:

--with-apxs=/path/to/apxs

if not then you wont get libphp5.so built and installed into the apache directory.

--

|^ Brad Kowalczyk |^ Web Developer |^ [EMAIL PROTECTED] |^ www.ibiscode.com


Brad,
Thank you very much!!!
I am up and running with php5.0.1
This is awesome.

Thanks again.
-gohaku

Reply via email to