2

For some reason my PHP CLI is not picking up my http.so file. I am on Mac Maverick. When I check my the directory '/usr/lib/php/extensions/no-debug-non-zts-20100525/http.so' I can see the file and I remember installing pecl_http. I also tried changing permissions and that didnt seem to help. Any Suggesions ???

enter image description here

enter image description here

the error message reads...

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20100525/http.so' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20100525/http.so, 9): Symbol not found: _php_persistent_handle_abandon
  Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20100525/http.so
  Expected in: flat namespace
 in /usr/lib/php/extensions/no-debug-non-zts-20100525/http.so in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20100525/http.so' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20100525/http.so, 9): Symbol not found: _php_persistent_handle_abandon
  Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20100525/http.so
  Expected in: flat namespace
 in /usr/lib/php/extensions/no-debug-non-zts-20100525/http.so in Unknown on line 0

Here is the directory where the file is at

enter image description here

When I try to do a pecl install pecl_install enter image description here Thanks

numerical25
  • 10,524
  • 36
  • 130
  • 209
  • http://stackoverflow.com/questions/20920336/php-not-loading-http-so may or may not be relevant – dchang Mar 10 '14 at 21:31

0 Answers0