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 127

Old posts that have not been replied to for several years.
Locked
p
pingywon

Error 127

Post by pingywon »

It got a shell accnt on a gentoo and this is the error I get on make install.



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

I have installed ActiveTcl8.4.6.1-linux-ix86-99631 and I have even installed tcl8.5a1

..anyone got any ideas ??

TIA
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

It probably installed into /usr/local/lib? If so, link the so file to /usr/lib/ :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
p
pingywon

Post by pingywon »

Thanx!

it is indeed installed there.


Can you tell me how to link it please ?


Im a novice linux user

Thank You
p
pingywon

Post by pingywon »

no can give me a simple command ?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Try echo "/usr/local/lib" >> /etc/ld.so.conf && /sbin/ldconfig as root.
Once the game is over, the king and the pawn go back in the same box.
d
devnu11

Post by devnu11 »

I used the following line with success:

ln -s /usr/local/lib/libtcl8.4.so /usr/lib/libtcl8.4.so
Locked