Opened 11 years ago

Last modified 11 years ago

#41370 closed defect

php-curl: Unable to load dynamic library '/opt/local/lib/php54/extensions/no-debug-non-zts-20100525/php_curl.dll' — at Version 1

Reported by: kelly@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: php-curl

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Because of 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

Change History (1)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: curl removed
Owner: changed from macports-tickets@… to ryandesign@…
Port: php-curl added
Summary: curl not working after complete reinstallphp-curl: Unable to load dynamic library '/opt/local/lib/php54/extensions/no-debug-non-zts-20100525/php_curl.dll'

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.

Note: See TracTickets for help on using tickets.