[MacPorts] #25858: curl still links with openssl 0.9.8 (was: php5-curl works in command line but not in apache2)
MacPorts
noreply at macports.org
Thu Jul 29 19:53:51 PDT 2010
#25858: curl still links with openssl 0.9.8
----------------------------------+-----------------------------------------
Reporter: dfingonnet@… | Owner: ryandesign@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: curl
----------------------------------+-----------------------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => ryandesign@…
* status: new => assigned
* port: php5-curl => curl
Comment:
Remember to Cc ports' maintainers (in this case, that's me).
Your curl is still linking with the old openssl. That should have been
fixed by r69520. I also increased the revision of php5-curl in r70108 to
prompt a rebuild of that port.
Please selfupdate to make sure your MacPorts and port definitions are up
to date:
{{{
sudo port selfupdate
}}}
View the list of outdated ports:
{{{
port outdated
}}}
php5-curl should be listed. Hopefully so is curl.
If curl is not listed, force it to upgrade anyway with:
{{{
sudo port clean curl
sudo port -n upgrade --force curl
}}}
Upgrade all other outdated ports:
{{{
sudo port clean outdated
sudo port upgrade outdated
}}}
Then restart the web server and try again.
--
Ticket URL: <http://trac.macports.org/ticket/25858#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list