On Mon, May 21, 2001 at 03:21:30PM +0100, Kike wrote : 
> Hi all,
> I've just installed Orcale 8.1.7 in a linux server in my lan. I'm trying to access 
>to 
> the server from another computer with apache and i get the next:
> Fatal error: Call to undefined function: ora_logon() in 
> /usr/local/apache/htdocs.....
> Where can i find docs to configure boths machines to access to the 
> oracle server?
> Thanks a lot.

Additionally to the other posts, make sure PHP _AND_ APACHE is at
least linked against libpthread.so:

LDFLAGS=-lpthread ./configure ....

This is for both php and apache

- Markus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to