LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiling fwbuilder error (https://www.linuxquestions.org/questions/linux-software-2/compiling-fwbuilder-error-51542/)

bengo 03-24-2003 06:47 PM

compiling fwbuilder error
 
"cannot find -ldns". any1 know how to fix this?

thank you

Tinkster 03-24-2003 07:04 PM

find and install something called libdns?

Cheers,
Tink

Tinkster 03-24-2003 08:33 PM

Geeee, I must be a weird person ... ;)

I just downloaded libfwbuilder and fwbuilder,
and ran into the same error on my Slack 8.1
system.

Locate libdns came up with a result, however,
there was no symlink to libdns.so, just libdns.so.5
and libdns.so.5.3.0 ... so, all you'll to do is
ln -s /usr/lib/libdns.so.5 /usr/lib/libdns.so
, and if your Slack 9 is anything like my 8.1 also
ln -s /usr/lib/libisc.so.4 /usr/lib/libisc.so

HIH

Cheers,
Tink

bengo 03-25-2003 04:57 PM

thx
 
Quote:

Originally posted by Tinkster
Geeee, I must be a weird person ... ;)

I just downloaded libfwbuilder and fwbuilder,
and ran into the same error on my Slack 8.1
system.

Locate libdns came up with a result, however,
there was no symlink to libdns.so, just libdns.so.5
and libdns.so.5.3.0 ... so, all you'll to do is
ln -s /usr/lib/libdns.so.5 /usr/lib/libdns.so
, and if your Slack 9 is anything like my 8.1 also
ln -s /usr/lib/libisc.so.4 /usr/lib/libisc.so

HIH

Cheers,
Tink

thanx alot dude. thanx to you I am now a happy slacker too haha :)

Tinkster 03-25-2003 06:21 PM

Pleasure mate!

Cheers,
Tink


All times are GMT -5. The time now is 04:48 PM.