Results 1 to 2 of 2
As mentioned in the dionaea official webpage, I installed the libs. When I execute ./configure in /opt/dionaea dir, I get the following msg:
configure: error: liblcfg is missing - install ...
- 08-08-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
Problem installing dionaea
As mentioned in the dionaea official webpage, I installed the libs. When I execute ./configure in /opt/dionaea dir, I get the following msg:
configure: error: liblcfg is missing - install it please - download from <link>
I have installed liblcfg in the /opt/dionaea dir twice but it still throws this error.
Any suggestions?
- 08-12-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,954
Either move the library to /usr/lib or /usr/lib64 (depending upon if is 32-bit or 64-bit library and/or operating system, or change your LD_LIBRARY_PATH environment to look in the directory where you installed it. IE, if installed in /opt/dionaea/lib, then execute this shell command:
before you run ./configure.Code:export LD_LIBRARY_PATH="/opt/dionaea/lib:${LD_LIBRARY_PATH}"Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
