vladgur Posted October 24, 2007 Share Posted October 24, 2007 * I have setup WHM to pipe CPanels support requests to php -q /home/MYUSER/public_html/WHMCSFOLDER/pipe/pipe.php * I made sure that pipe.php has 755 permissions and begins with !#/php/path * Apache 1.3.3.7 is compiled with PHP 4.4.7 & CURL and SSL enabled: CURL support enabled CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6 However when I do send a CPANEL request from one of the clients accounts the following gets written to error_log in WHMCSFOLDER/pipe folder: PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-n on-zts-20020429/php_curl.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/php_curl.dll: cannot open shared object file: No such file or directory in Unknown on line 0 And no emails make their way to the WHMCS Support Center Can somebody advise on the error or how to make the email piping from CPanel work? 0 Quote Link to comment Share on other sites More sharing options...
vladgur Posted October 24, 2007 Author Share Posted October 24, 2007 And this is A Linux server of course, so Im very surprised to see a reference to .dll on it 0 Quote Link to comment Share on other sites More sharing options...
ChuckB Posted October 24, 2007 Share Posted October 24, 2007 And this is A Linux server of course, so Im very surprised to see a reference to .dll on it I imagine it is Linux as well, if so go in the server as root, edit: /usr/local/lib/php.ini And look search for the DLL mentioned, probably need to re-comment that line - then use EA to recompile PHP with cURL. If your not the admin of the server just a reseller, just shoot off a note to your host asking for cURL with SSL support to be added to the PHP build. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.