About a year ago I attempted (unsuccessfully) to build PHP with the Informix module. Due to the problems with HP shared libraries I was never able to get it to work. In fact I had posted a bug at http://bugs.php.net/19219.
I thought I would give it another try. Prevously I was using Netscape webserver and have since loaded the Apache2.0 from the HP Users Group (pre-compiled binary).
I have also downloaded the latest PHP....
php4-STABLE-200312300230
- Once again, I need help. Here is my configure line:
./configure --with-nomysql --with-informix --enable-apxs=/opt/apache2/bin/apxs --prefix=/opt/apache2
It finished without any errors. I received standard message regarding licensing and security.
- Then I ran "make"
It also finished without problem...
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
- Then I ran "make install"
make install
Installing PHP SAPI module: cgi
Installing PHP CGI into: /opt/apache2/bin/
Installing PEAR environment: /opt/apache2/lib/php/
[PEAR] Archive_Tar - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR - already installed: 1.3b5
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /opt/apache2/lib/php to your php.ini include_path
[PEAR] DB - already installed: 1.5.0RC2
[PEAR] HTTP - already installed: 1.2.1
[PEAR] Mail - already installed: 1.1.1
[PEAR] Net_SMTP - already installed: 1.2.3
[PEAR] Net_Socket - already installed: 1.0.1
[PEAR] XML_Parser - already installed: 1.0.1
[PEAR] XML_RPC - already installed: 1.0.4
Installing build environment: /opt/apache2/lib/php/build/
Installing header files: /opt/apache2/include/php/
Installing helper programs: /opt/apache2/bin/
program: phpize
program: php-config
program: phpextdist
- I only need to run PHP for a PHP based FORUM and Chat server for a 100 users or so. If it is easier to build as a cgi that should be fine. But I dont understand how to invoke it...or what I have to put in the httpd.conf file.
Any suggestions are greaty appreciated.
Jerry