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.
Old posts that have not been replied to for several years.
p
pingywon
Post
by pingywon » Tue Jul 13, 2004 12:45 am
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Tue Jul 13, 2004 4:44 am
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 » Tue Jul 13, 2004 7:13 am
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 » Thu Jul 15, 2004 9:19 pm
no can give me a simple command ?
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Fri Jul 16, 2004 4:26 am
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 » Tue Sep 21, 2004 1:13 pm
I used the following line with success:
ln -s /usr/local/lib/libtcl8.4.so /usr/lib/libtcl8.4.so