On Fri, Aug 10, 2012 at 8:15 PM, JP <[email protected]> wrote: > I am not sure where to update the required variables which may be my only > sticking point. > > LIBNL is installed: > > libnl-1.1-14.el6.x86_64 > > /lib64/libnl.so.1 > /lib64/libnl.so.1.1
Have you tried temporarily to point to your /lib64 dir in case it is not used per default with LD_LIBRARY_PATH? > NCURSES is installed: > > ncurses-5.7-3.20090208.el6.x86_64 > > /usr/lib64/libncurses.so > /usr/lib64/libncursesw.so ... Make sure that you also have the header files of those required packages (end with -devel), otherwise cmake will also complain. Cheers, Daniel -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] http://netsniff-ng.org
