Hi group, I need some help with the installation of PHP 4.3.8 On a Sun Solaris 8 machine. I am running Apache 1.3.29 with several virtual hosts. I will try to keep this short but still provide as much info as I can.
I have compiled PHP with the following command: './configure' '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/php/lib' '--with-apxs=/usr/apache/bin/apxs' '--enable-pcntl' ' --enable-ftp' '--with-oci8=/hosting/u01/app/oracle/product' '--with-oracle=/hosting/u01/app/oracle/product' '--with-mcrypt=/usr/local/libmcrypt/lib' '--with-openssl=/usr/local/openssl' '--enable-discard-path' '--enable-fastcgi' '--enable-bcmath' '--enable-calendar' '--with-curl=/usr/local/curl' '--with-curlwrappers' '--enable-ctype' '--enable-exif' '--with-ncurses=/usr/local/include/ncurses' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-shmop' '--enable-sockets' '--enable-sigchild' '--with-jpeg-dir=/opt/sfw/lib/gimp/1.0/plug-ins/jpeg' '--with-zlib-dir=/usr/local/zlib' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-png-dir=/opt/sfw/lib/gimp/1.0/plug-ins/png' *******END CONFIGURE *************** I have tried compiling many ways based on a ton of README's that I have read. I need this to work with Oracle 8i and SSL some of the configure commands I will admit I don't know how necessary they are. Anyway I can run php -i from the command line and it will give me the output some of which is below: *** Start some lines of phpinfo() ********* Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/php/lib/php.ini PHP API => 20020918 PHP Extension => 20020429 Zend Extension => 20021010 Debug Build => no Thread Safety => disabled Registered PHP Streams => php, http, ftp, https, ftps, compress.zlib This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies Configuration PHP Core Directive => Local Value => Master Value ********** End phpinfo() ***************** I only printed out beyond the "config" command since I already placed it.. One thing I noticed in the above output is that it says; Server API => Command Line Interface The issue I have is it seems to work from the command line but not the browser I get a 403 Forbidden You don't have permission to access /hello.php on this server. Apache/1.3.29 Server at wncghost.wncg.net Port 80 I have checked and re-checked my httpd.conf file to be sure it has the "AddHandler" "AddModule" etc lines in it. I have tried to compile with the "-with-apache=" command it too would compile but with the same result. Any help would be greatly appreciated. Regards, Charles Ouellette Email: [EMAIL PROTECTED]