Aditya Dhekney wrote:

> PHP Warning:  Unable to load dynamic library './midgard.so' - ./midgard.so:
> cann
> ot open shared object file: No such file or directory in Unknown on line 0

Are you sure the extension_dir path is set (correctly)? The 'Unkown'
is suspect. What is extension_dir set to in your php.ini? Does it
match the output of php-config --extension-dir?

> >Exactly what error are you getting? Is the updated extension_dir being
> >recognized? Try setting it to a bogus value and check that it is
> >trying to load midgard from there.
>
> Yup, did this, and it looked for it in the bogus location...:(

Well, that's something.

> >You can also change a setting like
> >allow_url_fopen or whatnot and see if it changes if you call phpinfo.
>
> This does NOT change the value when i call phpinfo...value displayed there
> stays at 1..i'm assuming that means on, which is default, and i changed it
> to off...

Which means it's not reading the php.ini... at least not in full.
We'll have to get this settled first.

Emile


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

Reply via email to