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.

Error in the linking part of 'make'

Old posts that have not been replied to for several years.
Locked
S
Sinao

Error in the linking part of 'make'

Post by Sinao »

hey
I'm pretty new to this eggdrop thing. I don't really know what to do about this error mesage. The file it say does not exist, do exist.

./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127

Thanks

/sinao
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

If this is your own syste, you need to run "ldconfig" as root.

However, if it's hired shell account,t hen you will need to speak to the admin of the account, to ask thyem to do this.

Alternativly, follow the instructions as defined in the eggdrop readme files, and other documentation in the docs dir.
S
Sinao

ldconfig

Post by Sinao »

Does that ldconfig require a restart?
It makes the same error after I ran ldconfig, I don't want to restart without needing to.

/sinao
O
ObelNix

Post by ObelNix »

I had the same thing. Easy to fix:
add '/usr/local/lib' to '/etc/ld.so.conf' and run 'ldconfig'.
Then just run "make" again, and it wil do it's job!

good luck!
Locked