#41370: php-curl: Unable to load dynamic library '/opt/local/lib/php54/extensions /no-debug-non-zts-20100525/php_curl.dll' -----------------------+-------------------------- Reporter: kelly@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: php-curl | -----------------------+-------------------------- Changes (by ryandesign@…): * keywords: curl => * owner: macports-tickets@… => ryandesign@… * port: => php-curl Old description:
Because of [this issue]https://trac.macports.org/ticket/41188, I basically reinstalled my entire system: but after I got everything finally finished installing (per instructions), I am now seeing this bug, and I cannot for the life of me figure out what's going on. I went through all this partly to make sure I had a good, solid and updated setup to be able to work natively on my Mac again. When I first start up iTerm, I get this (and also drush and other tools now don't work because of this error, since basically everything I use needs curl):
{{{ PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php54/extensions/no-debug-non-zts-20100525/php_curl.dll' - dlopen(/opt/local/lib/php54/extensions/no-debug-non- zts-20100525/php_curl.dll, 9): image not found in Unknown on line 0 }}}
Any thoughts?
Thanks,
Kelly
New description: Because of [ticket:41188 this issue], I basically reinstalled my entire system: but after I got everything finally finished installing (per instructions), I am now seeing this bug, and I cannot for the life of me figure out what's going on. I went through all this partly to make sure I had a good, solid and updated setup to be able to work natively on my Mac again. When I first start up iTerm, I get this (and also drush and other tools now don't work because of this error, since basically everything I use needs curl): {{{ PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php54/extensions/no-debug-non-zts-20100525/php_curl.dll' - dlopen(/opt/local/lib/php54/extensions/no-debug-non- zts-20100525/php_curl.dll, 9): image not found in Unknown on line 0 }}} Any thoughts? Thanks, Kelly -- Comment: What is trying to load /opt/local/lib/php54/extensions/no-debug-non- zts-20100525/php_curl.dll? No MacPorts port that I'm aware of provides that file, and indeed the error message is telling you that the file does not exist. Is that something you've manually entered into your php.ini? If so remove it and install the php54-curl port which provides /opt/local/lib/php54/extensions/no-debug-non-zts-20100525/curl.so and installs its own curl.ini file to load it. -- Ticket URL: <https://trac.macports.org/ticket/41370#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X