[Pdns-users] compile problems

Kai kai at xs4all.nl
Thu Jul 21 13:54:13 UTC 2005


On Thu, Jul 21, 2005 at 03:42:16PM +0200, Kai wrote:
> On Thu, Jul 21, 2005 at 09:09:15AM -0400, Curtis Maurand wrote:
> > I'm trying to compile on Fedora Core 3.  Its mostly going OK, but I'm 
> > now hung up on a boost library.  boost is installed in 
> > /usr/include/boost-1_32.  I think I need to update ld.so.cache, but 
> > can't remember the command to do that.  the shared_ptr.hpp exists.
> > 
> > the error follows.
> > 
> > Curtis
> 
> Hi Curtis,
> 
> Try configuring pdns with
> 
> (bash)$ CXX_FLAGS="-I /usr/include/boost-1_32" ./configure --your-options
> 
> Then this should work.

Hm. Maybe not. ln -s /usr/include/boost-1_32 /usr/include/boost would
suffice, but you may not desire that? I don't know your motives to include
the version in the directory name.

Kai


More information about the Pdns-users mailing list