Piotras

Thanks for your quick response.
I have changed php.ini from:
extension=midgard.so
to:
extension=/usr/share/20010901/midgard.so
and now it works.

The funny thing is that phpinfo shows that extension_dir is /usr/share/20010901 like you said, and yet PHP could not find it

Thanks again
Gerhard



At 19:28 Tuesday 10/12/2002 +0100, you wrote:
Gerhard Venter <[EMAIL PROTECTED]> wrote:

> sv1:/usr/lib # locate midgard.so
> /usr/lib/apache/mod_midgard.so

This is shared object from mod midgard.

> /usr/lib/libmidgard.so

And this one is from midgard library

> /usr/share/20010901/midgard.so

And propably that one is php extension.

> Should php.ini point to any of the above files instead?

Depends where is specified directory extension for Your PHP.
If it is for example /usr/lib/php4/20010901 You should place that
extension right there.
For recent PHP version You should have "20020429" dir.
The best test You may make is create simple php page with phpinfo() function.
After restarting Apache Midgard and all its functions should be visible there.


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to