Unable to load interbase.so

Hi

I'm trying to add interbase.so to php.ini but i can't, the error says Unable to load ../../.../extensions/interbase.so - libgds.so on ... no such file or directory on line 0

But all the files are created correctly on their folders

Any idea?

Those are relative paths.

what does

ldd interbase.so | grep libgds.so

show?
For example, is libgds where interbase thinks it is? Otherwise you may need to move things around or use whatever passes for the LD_LIBRARY_PATH envrionment variable on your system.

If you see nothing it means ldd cannot find that library.