Posted: Sat Oct 20, 2007 5:23 am Post subject: Nepenthes Error
Hi,
Not sure if i am posting this in the right forum but as it's related to linux i thought i would try here...
Ive just compiled and installed Nepenthes on an Ubuntu 7.04 machine... i ran in to a few snags... mostly due to the fact it's my first time actually trying to do anything with linux...
When i run Nepenthes from the terminal it starts up ok but then i get this error:
[crit mgr module] 'Failed to load library "/var/lib/nepenthes/dnsresolveadns.so": /var/lib/nepenthes/dnsresolveadns.so: Cannot open shared object file: No such file or directory'
Now im not a complete noob... i realise that the dnsresolveadns.so file cant be found in that folder... ive spent quite a bit of time googling to try and find out where i stuffed up but cant find anything...
i was wondering if anyone else who has experience with Nepenthes could tell me what i have done wrong?
No experience with Nepenthes, but you could try these.
Search for the file:
find / -name dnsresolveadns.so -print
If it was found, good. Now you can either:
- move it to a directory that is looked by the library loader - at least /var/lib seems to be among them
- include its directory in the list /etc/ld.so.conf and then run /sbin/ldconfig to update it
If you didn't find it, then sorry - it seems that you need a Nepenthes expert.
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum