This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

weird error

General support and discussion of Eggdrop bots.
Post Reply
.
.pt
Halfop
Posts: 71
Joined: Wed Nov 16, 2005 10:14 am

weird error

Post by .pt »

i dont touch my eggdrop for months now, and when he disconected i tried to connect him again and it says this when i do the ./eggdrop command on shell

/usr/libexec/ld-elf.so.1: /usr/local/lib/libtcl84.so.1: Undefined symbol "__xuname"

tks in advance
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Did you recently upgrade libc and is this a *bsd platform? A quick google search for the symbol __xuname indicated that this is a bsd problem with upgrading libc, and obviously the choices you have would be to concurrently upgrade libtcl and/or recompile libtcl against the new version of the libc and other libs you upgraded.. I don't know whether bsd platforms use ld-elf but in either case, you need to recompile libtcl against your new libs or upgrade to a binary package of libtcl thats already linked against the new libs..
Post Reply