In earlier releases of SuSe (6.4,7.0) I had luck with the following
procedure:
1) Install the php4 rpm as it came from the SuSE CD's (or other medium)
2) Build my own PHP (without make install)
3) replace libphp4.so
4) restart Apache
Hope that helps.
-Stathis.
--
PHP Install Mailing List (htt
It works for me.
-Stathis.
"Roberto P.Martins Jr." wrote:
>
> Hi,
>
> I'd like to know if anybody have an oci8.so module working.
> I've been trying without success...
>
> I'm using RedHat 7.1, Apache 1.3.19, Oracle 8i with php as a dso with oci8
> support compiled (using ./configure --w
I am not aware of any problems with php.4.0.4.
Why can't you use php.4.0.5 ?
Anyway, if you must use 4.0.3 you can grab 4.0.3.pl1 from :
http://glaykos.mm.di.uoa.gr/~rouvas/tmp/inet/linux/php/php.4.0.3.pl1.tgz
-Stathis.
Vandana wrote:
>
> I would like to install php on my RedHat Linux
Make sure that in your Apache startup script you export environment
variables
ORACLE_HOME, (ORA_HOME maybe), LD_LIBRARY_PATH and
LD_PRELOAD=libpthread.so (for Ora>8.1.5)
with the correct paths of course.
Good Luck,
-Stathis.
"Lee Whatley (System Admin)" wrote:
>
> Hi,
>
> I'm having trouble get
You have to recompile PHP with oci support.
Normally, you shouldn't have to recompile Apache.
In you Apache startup control script, export all Ora env vars before you
start Apache.
Also, use LD_PRELOAD for threads support.
In my case (SuSE.6.4) LD_PRELOAD=/usr/lib/libpthread.so
-Stathis.
John Ke