[Bug 190742] net-mgmt/php5-snmp breaks sqlite

bz-noreply at freebsd.org bz-noreply at freebsd.org
Sat Jun 7 10:19:49 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190742

Matthew Seaman <matthew at FreeBSD.org> changed:

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

--- Comment #2 from Matthew Seaman <matthew at 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.


More information about the freebsd-ports-bugs mailing list