LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installation of HoneyD on Fc3 (https://www.linuxquestions.org/questions/linux-software-2/installation-of-honeyd-on-fc3-261401/)

navinxavier 12-01-2004 01:42 PM

Installation of HoneyD on Fc3
 
Hi,
I am a masters student and am trying to install HoneyD for a term project. Before installing that, I had to install arpd and 3 libraries. The three libraries are libdnet, libpcap and libevent. I got the latest tar files and untared them and compiled them. I could not run any files 'cos I could not find any executables. So i got binaries for libevent and libdnet and intalled them.
When I tried to install Arpd (prerequisite to HoneyD) it worked fine and it was running. And then I tried to install HoneyD it says libpcap.so.0.8.3 is not found. I could not find any binaries for libpcap for fc3. What am I doing wrong. I searched for a executable by name libpcap* every where including the /usr/local/bin folder. I could not find any. Can any one help me with this. Thanks.

Best Regards,
Naivn Albert

exitium 12-01-2004 06:20 PM

You propably have to make symlinks in your lib directories so that HoneyD can find them. If there's pkgconfig file (libcap*.pc) you should ensure that copy of it is located at least /usr/local/lib/pkgconfig and /usr/lib/pkgconfig

I'm propably quite as confused about those as you but I've managed solving depency problems on my FC2 x86_64 box when compiling by copying the .pc files of needed libraries to /usr/lib64/pkgconfig/

That directiry is ofcourse found in 64bit distro only so you have to find right location by yourself...

Best Regards:
Exitium


All times are GMT -5. The time now is 05:05 AM.