Re: [PHP-INSTALL] Unable to 'make' PHP (KMM54716318V12970L0KM)

2003-10-03 Thread Charlie Smith
I never requested help with this. I believe some sort of spam is directed to the phpinstall users list at <[EMAIL PROTECTED]>. It seems like whenever I post a message to this list I get spammed, get porn email, and get misdirected mail like this one. >>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

Re: [PHP-INSTALL] Unable to 'make' PHP

2003-10-01 Thread Charlie Smith
Debug log show call to something ssl. Looks like you may need to install mod_ssl first. >>> <[EMAIL PROTECTED]> 09/26/03 05:19AM >>> Hi, I already installed these packages Red Hat Linux 9 Server. 1. Oracle Client 9.2.0. 2. PHP 4.3.3 3. Apache 2.0.47 4. Postgresql 7.2.3 But when I try to comp

Re: [PHP-INST] php 4.3.2 + mysql 4.0.14 + apache 1.3.14+openssl 0.9.6 + RedHat 6.1

2003-08-19 Thread Charlie Smith
On 08/19/03 05:49AM, "Edgar Bonet" <[EMAIL PROTECTED]> wrote: Hello! On Tuesday August 19, 00:22, James Hughbanks wrote: > [...] go to the bottom of your config, or after any Line that has > AddType in it, and add the following if not in the file: > AddType application/x-httpd-php .php >

Re: [PHP-INST] PHP Install Solaris 2.8 + Oracle

2003-07-02 Thread Charlie Smith
I've installed successfully on Solaris 2.8 + Oracle with following: ./configure --with-apache=../apache_1.3.27 --with-oci8=/path/to/oracle/9.0.1 --with-oracle=/path/to/oracle/9 .0.1 --with-mysql=/path/to/mysql Does this help? If your running a 32 bit compiler, you'll need to modify the Makefil

Re: [PHP-INST] OS X, PHP and OCI8

2003-06-24 Thread Charlie Smith
I've been successful with php and Apache 1.3.27 with OCI. I did have to change all the Makefiles to point to Oracle's 32 bit library as I used gcc 2.95. >>> "Matt Rohrer" <[EMAIL PROTECTED]> 06/24/03 06:38AM >>> I'm trying to get a PHP apache module with oci8 support running on OS X. I'm usin