Thanks Augie for an advice. They are both installed: #rpm -qa | grep -i boost boost-devel-1.32.0-6.rhel4 boost-1.32.0-6.rhel4
If I look into config.log I see that config script was run with the following options: Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enab le-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disab le-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux Should I see or use any options referring to boost package or module? Secondly, what bothers me is that I don't see that CXXFLAGS variable was not set to /usr/include/boost but it is set to CXXFLAGS=' -Wall -O2' (taken from config.log) Even though checking global system variables (running "set" command) shows that CXXFLAGS is set to /usr/include/boost CXXFLAGS=-I/usr/include/boost/ Where's my problem hiding, friends? Eugene -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Augie Schwer Sent: Tuesday, January 29, 2008 8:00 AM To: Pdns-users Subject: Re: [Pdns-users] Tools to analyse DNS traffic On Jan 28, 2008 2:48 PM, Eugene Pefti <[EMAIL PROTECTED]> wrote: > Thanks a lot for coming back. Listen, every time I run configure script I > end up with the message saying that I miss Boost packages no matter where I > run the script (I am testing it on Linux CentOS4.5 and FreeBSD 6.2). I have > boost package installed on both machines. And I even copied boost folder > from /usr/include to pdns current directory and tried to tell configure > script where the boost folder assigning CXXFLAGS to $ > CXXFLAGS=-I/pdns_folder/boost > Where am I wrong? Try installing the boost-devel package out of CentOS; I'm pretty sure that worked for me in the past. -- Augie Schwer - [EMAIL PROTECTED] - http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
