Stefan, could you please check the config.log in the lib directory once you have run the configure script?
In an ubuntu 12.04 system, with numa packages installed > dpkg -l |grep numa ii libnuma-dev 2.0.8~rc3-1 Development files for libnuma ii libnuma1 2.0.8~rc3-1 Libraries for controlling NUMA policy the configure script should print something as <…> checking for numa_available in -lnuma... yes checking if libnuma is present... yes <…> Yuri ############################################### Yuri Francalacci - [email protected] - http://www.ntop.org "Simplicity is the ultimate sophistication" - Leonardo da Vinci ############################################### > On 20 Aug 2015, at 09:52, Stefan Binna <[email protected]> > wrote: > > Hi Alfredo, > thanks for the quick response. > > I thought that too, but the thing is that libnuma-dev and libnuma1 are > already installed. > > They show up as installed packages with the newest version. > > Despite all that I still get the same compile error as stated in my previous > post. Even if I run the configure script under PF_RING/userland/lib. > > Thanks in advance. > Best regards, Stefan. > > Am 19.08.2015 um 21:26 schrieb Alfredo Cardigliano: >> Hi Stefan >> it seems libnuma is not installed, please make sure you have: >> >> # dpkg --get-selections| grep numa >> libnuma-dev:amd64 install >> libnuma1:amd64 install >> >> and run: >> >> PF_RING/userland/lib # ./configure >> >> Alfredo >> >>> On 19 Aug 2015, at 19:44, Stefan Binna <[email protected]> >>> <mailto:[email protected]> wrote: >>> >>> Hi, >>> >>> I am currently trying to implement PF_RING on Ubuntu 12.04.5 LTS Server >>> with Kernel 3.13.0-32-generic. >>> >>> I tried following sources: >>> >>> - git clone https://github.com/ntop/PF_RING >>> <https://github.com/ntop/PF_RING> >>> - PF_RING-6.0.3.tar.gz >>> >>> I have installed following packages to fulfill the build requirements, >>> furthermore the Ubuntu has the newest packages available installed: >>> >>> build-essentials, libnuma-dev, libnuma1, dkms, debhelper >>> >>> When I try to build the .deb package manually, as described here: >>> http://packages.ntop.org/ubuntu/12.04/x64/PF_RING/ >>> <http://packages.ntop.org/ubuntu/12.04/x64/PF_RING/> >>> >>> I ALWAYS get the following build errors after like 2 minutes of compiling: >>> >>> [...] >>> checking librdi.h usability... no >>> checking librdi.h presence... no >>> checking for librdi.h... no >>> checking for pthread_setaffinity_np in -lpthread... no >>> checking for librdi.h... (cached) no >>> checking for redisCommand in -lhiredis... no >>> checking for numa_available in -lnuma... no >>> checking if libnuma is present... no >>> Please install libnuma-dev in order to use PF_RING >>> make[2]: Entering directory `/root/PF_RING/userland/lib' >>> make[2]: *** No targets specified and no makefile found. Stop. >>> make[2]: Leaving directory `/root/PF_RING/userland/lib' >>> make[1]: *** [libpfring] Error 2 >>> make[1]: Leaving directory `/root/PF_RING/userland' >>> make: *** [pre-build-core] Error 2 >>> >>> What can I do to succeed in a successful build? >>> >>> Thanks very much in advance. >>> >>> Kind regards, Stefan. >>> _______________________________________________ >>> Ntop-misc mailing list >>> [email protected] <mailto:[email protected]> >>> http://listgateway.unipi.it/mailman/listinfo/ntop-misc >>> <http://listgateway.unipi.it/mailman/listinfo/ntop-misc> >> >> >> _______________________________________________ >> Ntop-misc mailing list >> [email protected] <mailto:[email protected]> >> http://listgateway.unipi.it/mailman/listinfo/ntop-misc >> <http://listgateway.unipi.it/mailman/listinfo/ntop-misc> > _______________________________________________ > Ntop-misc mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-misc
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
