Hi Steve,

For some reason this post never made it to the list but was resuscitated
by the list admin.

There are a couple of reasons this might occur, either the
build/configure process did not complete or PHP / web server cannot find
the relevant Ingres libraries.

Can you post the 'Configure Command' output from running the following
PHP code:

<?php
   phpinfo();
?>

Mine is 
        './configure' '--with-apxs2=/usr/sbin/apxs2-prefork'
'--with-ingres'
        '--enable-debug'

Also can you run ldd against libphp5.so or PHP and post the output.

thanks

grant

> -----Original Message-----
> From: Steven Adams [mailto:[EMAIL PROTECTED]
> Sent: 04 March 2005 18:15
> To: users@ingres.ca.com
> Subject: Trying to use PHP and Ingres
> 
> I installed PHP 5 with the "--with-ingres=" option, but it still can't
> find the Ingres functions.  I get a "call to undefined function" error
> when I try to use one.  Does anyone know what might be causing this?

_______________________________________________
Users mailing list
Users@ingres.ca.com
http://ingres.ca.com/mailman/listinfo/users

Reply via email to