[phplib] Solved: php problems w/ oracle 8i From: omar cromwell mercado (ocmercado <email protected>)
Date: 10/10/00

This solved my php+oracle+apache installation problem.
thanks so much to all those who contributed. I
appreaciate it so much.

omar cromwell mercado
global paragon systems, nv

--- Roberto Sartor <roberto <email protected>> wrote:
> You have problem because libphp is compiled against
> libclntsh.so, which is
> against libpthreads.so, while libphp.so not.This is
> a glibc bug.
>
> (if you have RedHat) in /etc/rc.d/init.d/httpd
> add this line:
> export LD_PRELOAD=/usr/lib/libpthread.so
>
> or equal
>
> (it should be so)
>
>
> Ciao
> Roberto
>
>
> > -----Messaggio originale-----
> > Da: omar cromwell mercado
> [mailto:ocmercado <email protected>]
> > Inviato: marted́ 10 ottobre 2000 11.14
> > A: php-db <email protected>
> > Oggetto: [PHP-DB] php problems with oracle 8i
> >
> >
> > hi,
> > have anyone successfully compiled support for
> oracle
> > 8i (8.1.6) on php running on apache 1.3.12? my
> apache
> > dies when i compiled support for oracle. here is
> how
> > i compiled it (DSO):
> >
> > ./configure --with-mysql --with-apxs=/www/bin/apxs
> > --with-oracle=/u01/app/oracle/product/8.1.6
> > --enable-sigchild
> >
> > php compiles with no incident. however, when i run
> > apache with the new php module, it just dies. i
> also
> > tried installing without the --enable-sigchild
> option.
> >
> > i'd appreciate any help on this. thanks a lot in
> > advance.
> >
> > omar cromwell mercado
> > global paragon systems, nv
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get Yahoo! Mail - Free email you can access from
> anywhere!
> > http://mail.yahoo.com/
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail:
> php-db-unsubscribe <email protected>
> > For additional commands, e-mail:
> php-db-help <email protected>
> > To contact the list administrators, e-mail:
> > php-list-admin <email protected>
> >

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>