Hello all,
I'm looking for the best way to install PHP 5.3 on Mac OSX with Apache. It's
my development machine, and I've already got 5.2.4 running smoothly (with
MacPorts). I'd like to keep developing with 5.2.4, but I'm very interested
in trying out some of the new features of 5.3.
When I downlo
Hi Folks,
when i configure PHP-4.3.9, i see the following in config.nice:
#! /bin/sh
#
# Created by configure
'./configure' \
'/usr/local/share/config.site' \
'/usr/local/etc/config.site' \
"$@"
On the other 2 Servers, wich use the exact same configure string, the
configure string is shown.
Hi,
Library is present in the Oracle Client library directory! But after the make
command, make test command gives the below error :
/abc/xyz/Documents/php-5.2.4/sapi/cli/php: error while loading shared
libraries: libnnz10.so: cannot open shared object file: No such file or
directory
/a
check if you have libnnz10.so
i had a similar problem but i am using the database software on the same
machine, but php was installed with a package manager so i had to add the
oci8 support manually afterwards, i used this paper to guide myself :
http://en.opensuse.org/Howto_build_oci8_extensio
Hi Jerôme,
Thanks for looking into it, actually I am using "Linux 2.6.13-15.16-default #1
i686 i686 i386 GNU/Linux". As I have installed only oracle client, I have
ORACLE_HOME, LD_LIBRARY_PATH and TNS_ADMIN already setup in env for that.
My PHP + Apache configuration was working fine b4,