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

The following is output from "sudo make install":

Installing PHP SAPI module:       cgi
Installing PHP CGI into: /usr/local/bin/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR           - already installed: 1.3.2
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
[PEAR] XML_RPC        - already installed: 1.1.0
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
  program: phpextdist


what am I missing?

Thanks in advance.
-gohaku



I just wanted to add: I have checked my php version via <? phpinfo(); ?> and still see v.4.3.7

would appreciate it anybody can tell me where PHP5 is installed...
Thanks again


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



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to