Link to home
Start Free TrialLog in
Avatar of shanikawm
shanikawmFlag for Sri Lanka

asked on

Enable OCI8 in exisiting php-apache installation - Solaris

Following packages are installed in my Solaris box and they work fine.

application SMCap226                         apache
application SMCphp                           php

Oracle 10g also available on the same box. How can I configure php & Apache to connect with Oracle?
I know how do it when install through 'gmake' or 'make' by configure command. But I'm trying to configure existing php-Apache-oracle installation.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shanikawm

ASKER

cd php-5.2.5/ext/oci8/

 /usr/local/php/bin/phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

What wrong with this. ./configure file not generated.
aah done....

I had to install two new packages.

m4-1.4.10-sol8-sparc-local.gz & autoconf-2.63-sol8-sparc-local.gz
Thanks.