Marten Lehmann wrote: > Hello, > > I'm trying to include a shared object file with the function dl(). But I > always get: > > Warning: dl() [function.dl]: Unable to load dynamic library > '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared > object file: No such file or directory in /homepages/xyz/test.php on line 5 > > But it is definetely there and readable (also executable)! Is your .so in turn missing any libs? "ldd /homepages/xyz/util.so"? (it may be statically compiled anyway) Never tried this in PHP before so other than that I don't know much. Col. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php