krups Posted March 28, 2007 Share Posted March 28, 2007 I am trying to load an external module in PHP by using dl(). We are using PHP 4.3.9 and it has been built using CGI. phpTest.php file has the following line: dl('libTest.so'); We get the following error: Warning: dl(): Invalid library (maybe not a PHP library) 'libTest.so' Link to comment https://forums.phpfreaks.com/topic/44699-warning-dl-invalid-library-maybe-not-a-php-library-libtestso/ Share on other sites More sharing options...
shizzledizzizzle Posted April 5, 2007 Share Posted April 5, 2007 What is the purpose of libTest.so? Link to comment https://forums.phpfreaks.com/topic/44699-warning-dl-invalid-library-maybe-not-a-php-library-libtestso/#findComment-222518 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.