b869
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I've configured PowerDNS 3.02 with FreeBSD 9.0 (within a jail) and got the following error:
Code:
Shared object "libboost_serialization.so" not found, required by "pdns_server"/usr/local/etc/rc.d/pdns: WARNING: failed to start pdns It worked after I added the package "boost-libs". Does anyone know why this is change or this is necessary? Thanks! |
|
#2
|
|||
|
|||
|
PowerDNS relies heavily on many of the boost libraries and has done so for many years. The dependency on libboost_serialization is new in 3.0, however. Presumably you were running 2.9.22 or the like on your previous setup.
If you installed PowerDNS from a package or port, and did not get boost-libs with it automatically, this may indicate a missing dependency in the port. Last edited by DutchDaemon; February 16th, 2012 at 01:46. |
|
#3
|
||||
|
||||
|
It's built with devel/boost-lib as a build dependency but not as a library dependency. If you installed dns/powerdns as a package it won't get installed.
Code:
BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
LIB_DEPENDS= botan.0:${PORTSDIR}/security/botan
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. Last edited by DutchDaemon; February 16th, 2012 at 01:46. |
|
#4
|
|||
|
|||
|
I noticed the same after my previous post; I have contacted the port maintainer, indeed.
|
![]() |
| Tags |
| bind, boost-libs, pdns, powerdns |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PowerDNS slave server not working | ikevinjp | Web & Network Services | 6 | February 25th, 2012 09:57 |
| PowerDNS can't resolve external CNAME? | chillybsd | Web & Network Services | 0 | July 1st, 2011 23:28 |
| [Solved] Missing zpool in opensolaris and FreeBSD 8 | saoirse87 | General | 3 | February 24th, 2011 23:59 |
| /dev/da0s1 has gone missing freebsd 8 | mf93 | Peripheral Hardware | 3 | May 16th, 2010 06:54 |
| [Solved] FreeBSD 7.2, mysql_install_db script missing | pyc | Web & Network Services | 9 | October 21st, 2009 08:16 |