Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2014 10:19:49 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190742] net-mgmt/php5-snmp breaks sqlite
Message-ID:  <bug-190742-13-iCa5YZhmg7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190742-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190742-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190742

Matthew Seaman <matthew@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew@FreeBSD.org

--- Comment #2 from Matthew Seaman <matthew@FreeBSD.org> ---
No -- this is a problem in pkg(8).  

pkg bundles sqlite.  Net-SNMP now links against libpkg.so.1 so it can provide
the standard OID tree listing installed packages.  libpkg.so.1 includes all the
symbols from sqlite.  Hence php5-snmp will pull in all the sqlite symbols
ultimately from pkg.  Which produces conflicts in any PHP application wanting
to use both snmp and sqlite

I've raised PKG issue #827: https://github.com/freebsd/pkg/issues/827

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190742-13-iCa5YZhmg7>