Hi... Im trying to install the PDFLib library in a FreeBSD Server, i have previously installed this library in a Fedora 1 Core system without a problem. The library is basically a Loadable Extension Module (DSO) and the procedure for enable the library is the next: 1.- Identify the PHP Version installed 2.- Download the adequate DSO depending on the PHP version 3.- Copy the DSO File (*.so extension) in the extension directory specified with the parameter [extension_dir] in the php.ini file 4.- Add the line : extension=libpdf_php.so to the Dynamic Extension section in the php.ini file. 5.- Restart the HTTP Service. For some reason this only works in Fedora, but not in FreeBSD, does anybody knows any special trick that FreeBSD requires??? Because i'm desperate
Versions I forgot to mention the versions... FreeBSD 4.11 Apache 2.0 PHP 4.3.11. Hope that somebody can help me...