missing libdns.so.50 on redhat

Support for services available to Shell account users.

Moderator: Moderators

missing libdns.so.50 on redhat

Postby m0nde_redhat » Sun Dec 06, 2009 1:36 am

i have been running an eggdrop for some time on redhat.polarhome.com

today i noticed that the cron task was not able to launch the bot and upon further investigation i found the following:

Code: Select all
m0nde@redhat~/eggdrop$ ./trollinat.botchk

Couldn't find bot 'trollinat' running, reloading...


Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[00:31] --- Loading eggdrop v1.6.19+ctcpfix (Sun Dec  6 2009)
[00:31] Can't load modules dns: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules channels: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules server: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules ctcp: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules irc: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules notes: libdns.so.50: cannot open shared object file: No such file or directory
[00:31] Can't load modules console: libdns.so.50: cannot open shared object file: No such file or directory


upon investigation in this forum, i found the following thread:
viewtopic.php?f=7&t=1355

I cannot figure out what was done to fix this problem. I have tried recompiling from the configure stage and the executable works.

Please help.

EDIT: I have tried which libdns.so and which libdns.so.?? and which libdns.so.50 but none are found :(
m0nde_redhat
Newbie
 
Posts: 8
Joined: Mon May 05, 2008 9:44 am
Location: Canada Toronto

Re: missing libdns.so.50 on redhat

Postby m0nde_redhat » Sun Dec 06, 2009 2:04 am

upon further investigation, i found libdns.so.53 in /usr/lib but i cannot figure out how to get it to compile with that file.
m0nde_redhat
Newbie
 
Posts: 8
Joined: Mon May 05, 2008 9:44 am
Location: Canada Toronto

Re: missing libdns.so.50 on redhat

Postby zoli » Sun Dec 06, 2009 10:16 am

Hello,

Yes the library has been updated.
[/code]
root@redhat~# ls -al /usr/lib/libdns.so
lrwxrwxrwx 1 root root 16 2009-12-01 08:36 /usr/lib/libdns.so -> libdns.so.53.0.0
[/code]
Try to make configure again... or use -ldns switch
Regards,
Z
---
Zoltan Arpadffy
zoli
Forum Admin
Forum Admin
 
Posts: 784
Joined: Mon Sep 30, 2002 1:27 am
Location: Stockholm, Sweden

Re: missing libdns.so.50 on redhat

Postby m0nde_redhat » Sun Dec 06, 2009 11:14 pm

thank you very much :D
m0nde_redhat
Newbie
 
Posts: 8
Joined: Mon May 05, 2008 9:44 am
Location: Canada Toronto

Re: missing libdns.so.50 on redhat

Postby m0nde_redhat » Sun Dec 06, 2009 11:26 pm

Code: Select all
Configuring module 'dns'.
configure: loading cache ../../../config.cache
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for res_init... (cached) no
checking for res_init in -lresolv... (cached) no
checking for res_init in -lbind... (cached) no
checking for __res_init... (cached) yes
checking for res_mkquery... (cached) no
checking for res_mkquery in -lresolv... (cached) yes
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile


Code: Select all
All modules compiled.
make[1]: Leaving directory `/home/m/m0nde/eggdrop1.6.19/src/mod'

Test run of ./eggdrop -v:
Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
  (patches: ctcpfix)

Eggdrop successfully compiled:
-rwxr-xr-x 1 m0nde users 882343 2009-12-06 22:24 eggdrop

Modules successfully compiled:
-rwxr-xr-x 1 m0nde users  23967 2009-08-11 11:53 assoc.so
-rwxr-xr-x 1 m0nde users  25094 2009-08-11 11:53 blowfish.so
-rwxr-xr-x 1 m0nde users 227623 2009-08-11 11:53 channels.so
-rwxr-xr-x 1 m0nde users  25495 2009-08-11 11:53 compress.so
-rwxr-xr-x 1 m0nde users  21989 2009-08-11 11:53 console.so
-rwxr-xr-x 1 m0nde users  18780 2009-08-11 11:53 ctcp.so
-rwxr-xr-x 1 m0nde users  36682 2009-08-11 11:53 dns.so
-rwxr-xr-x 1 m0nde users 177841 2009-08-11 11:53 filesys.so
-rwxr-xr-x 1 m0nde users 266413 2009-08-11 11:53 irc.so
-rwxr-xr-x 1 m0nde users  59741 2009-08-11 11:53 notes.so
-rwxr-xr-x 1 m0nde users  30024 2009-08-11 11:53 seen.so
-rwxr-xr-x 1 m0nde users 118421 2009-08-11 11:53 server.so
-rwxr-xr-x 1 m0nde users  89822 2009-08-11 11:53 share.so
-rwxr-xr-x 1 m0nde users  68977 2009-08-11 11:53 transfer.so
-rwxr-xr-x 1 m0nde users  18469 2009-08-11 11:54 uptime.so
-rwxr-xr-x 1 m0nde users  28889 2009-08-11 11:54 wire.so


thanks again!
m0nde_redhat
Newbie
 
Posts: 8
Joined: Mon May 05, 2008 9:44 am
Location: Canada Toronto

Re: missing libdns.so.50 on redhat

Postby shawn123 » Sat Dec 04, 2010 7:36 am

hi m0nde_redhat ,..
its very great informative stuff shared here useful one for many others who needs this kind of stuff,…
i appreciate this effort,..
thanks,..
shawn123
Newbie
 
Posts: 1
Joined: Sat Dec 04, 2010 7:27 am
Location: USA


Return to Shell accounts

Who is online

Users browsing this forum: No registered users and 11 guests

cron