![]() |
|
|
|
|
|||||||
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help in wrting Load Script for a Load-Resume type of load. | ankitgupta | Shell Programming and Scripting | 1 | 11-09-2006 08:46 PM |
| Load Balancer | EltonSky | High Level Programming | 5 | 08-30-2006 05:43 PM |
| could not load hme | nikk | UNIX for Advanced & Expert Users | 1 | 12-20-2004 08:12 PM |
| NFS Load | malcom | UNIX for Advanced & Expert Users | 1 | 06-03-2004 07:39 AM |
| Strange "Unable to load interpreter" message! | solvman | UNIX for Advanced & Expert Users | 6 | 05-15-2002 06:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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? |
| Forum Sponsor | ||
|
|
|
|||
|
Those are relative paths.
what does Code:
ldd interbase.so | grep libgds.so 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. |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|