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.

Compiling problems

Old posts that have not been replied to for several years.
Locked
o
onyx

Compiling problems

Post by onyx »

Hy.

Im using rh9 and Tcl 8.4.6 ... i compiled tcl as readme told to ... but when i try to compile eggdrop 1.6.16 and do "make" i get this error

Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127

What must i do? Tnx for your answer.
o
onyx

Post by onyx »

ow and i have /usr/local/lib/libtcl8.4.so

:(

and when i do ./configure i get this

checking for Tcl library... found /usr/local/lib/libtcl8.4.so

but on make i get that error :(
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Either try echo "/usr/local/lib" >> /etc/ld.so.conf && /sbin/ldconfig as root or have a look here or do a search on the forum. You'll find lots of topics about this.
Once the game is over, the king and the pawn go back in the same box.
o
onyx

Post by onyx »

tnx a lot :)
Locked