On Sun, 2002-12-01 at 19:06, From Laura wrote:
> Hi all, more on my install woes:
>
> 1. After attempting to install using:
> ./configure --with-oci8 --enable-sigchild
>
> 2. I restarted my apache web server and tested php. The page was blank.
>
> 3. Next, I tried this:
> ./configure --with-o
Got it working. First I removed every curl binary and library I could find
(had 3 sets, 1 from apple's installation, 1 from my compile, and 1 from a
Fink compile I did).
Then I configured curl to use Apple's paths, made, and installed:
- cd curl-7.10
- ./configure --prefix=/usr
- make
- sudo make
I found two main things that were hampering my install.
1. While I thought I had updated cURL, I believe I may have only
upgraded the executable itself the first time, while leaving the
libraries themselves at an older version.
2. OS X install cURL with a prefix of /usr, whereas the standard c
I've got curl 7.10 and am getting the same error on Mac OS 10.2.2 server.
Here's my config:
./configure --with-apxs=/usr/sbin/apxs --with-pgsql --with-xml
--with-openssl=/usr/local/ssl --with-pear --with-curl=/usr/lib/curl
Here's curl:
[systame:local/src/php-4.2.3] randy% /usr/bin/curl -V
curl
Hi all, more on my install woes:
1. After attempting to install using:
./configure --with-oci8 --enable-sigchild
2. I restarted my apache web server and tested php. The page was blank.
3. Next, I tried this:
./configure --with-oci8 --enable-sigchild --with-apache=/usr/include/apache
I then ge
Thanks! that worked but it needed the following modification:
./configure --with-oci8 --enable-sigchild
Well, at least I got a successful install. Now I'll see if I can connect to
a database!
From: John Coder <[EMAIL PROTECTED]>
To: From Laura <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject
php-install Digest 1 Dec 2002 16:36:05 - Issue 1142
Topics (messages 9279 through 9283):
Re: variable $PHP_SELF
9279 by: Rich Gray
OS X and Curl Issues
9280 by: Weston Houghton
PHP with OCI8 (oracle option) install problem
9281 by: From Laura
9282 by: John C
Hi guys,
thanks for the help. I do compile apache by myself. I found where the
problem was. I forgott a leading / in one of my paths. So there's no more
apache problem when compiling php.
There's a different one. Of course.
When I do "make" for php I get an error with snmp. It seems you can't use