On Fri, Sep 29, 2006 at 01:56:50AM -0400, D0ra the Network Expl0rer! wrote:
> # uname -a
> OpenBSD lacomputadora.doranetexplorer.com 4.0 GENERIC#0 i386
> 
> # pkg_info | grep php
> php5-core-5.1.4p1-hardened server-side HTML-embedded scripting 
> language
> php5-extensions-5.1.4 informational package about PHP5 extensions
> php5-imap-5.1.4-hardened imap, pop3 and nntp extensions for php5
> php5-mbstring-5.1.4-hardened multibyte characters extensions for 
> php5
> php5-mcrypt-5.1.4-hardened mcrypt encryption/decryption extensions 
> for php5
> php5-mysql-5.1.4-hardened mysql database access extensions for php5
> php5-pear-5.1.4p0   base classes for common PHP tasks
> php5-pgsql-5.1.4-hardened pgsql database access extensions for php5
> 
> # pkg_add php5-curl-5.1.4-hardened
> Can't install php5-curl-5.1.4-hardened: lib not found curl.3.4
> Even by looking in the dependency tree:
>         gettext-0.14.5p1, expat-1.95.6p1, curl-7.15.1, libiconv-
> 1.9.2p3, libxml-2.6.26, php5-core-5.1.4p1-hardened
> Maybe it's in a dependent package, but not tagged with @lib ?
> (check with pkg_info -K -L)
> If you are still running 3.6 packages, update them.
> # pkg_info -K -L php5-curl-5.1.4-hardened
> Information for php5-curl-5.1.4-hardened
> 
> Files:
> @file /var/www/lib/php/modules/curl.so
> 
> I'm running a recent snapshot.  Does anyone know what the problem 
> or solution is?  Thanks in advance.

Try pkg_info -L curl | grep so; my guess would be that you are running a
version of curl that does not correspond with the version of php5-curl
you are trying to install. (net/curl/Makefile lists libcurl as 4.0 on my
-current box.)

pkg_add -ui would solve this.

                Joachim

Reply via email to