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.

"make" doesn't see libtcl8.4.so.. any ideas?

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

"make" doesn't see libtcl8.4.so.. any ideas?

Post by Selophane »

I managed to get ./configure to finally work but now after i "make" it says

Code: Select all

./eggdrop: error in loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
I have no idea whats going on as it appears the configure found the libtcl8.4.so file, but it the make isn't seeing it??

Btw, I'm *trying* to run eggdrop1.6.15

!!!UPDATE!!! I tried using eggdrop1.6.13 with same trouble...

Feedback is very much appreciated!

Thanx,
Selophane
h
humptydumpty

im having the same exact problem

Post by humptydumpty »

im having the same exact problem...

using eggdrop 1.6.15 with freebsd

some insight would be greatly appreciated - this is very frustrating, i tried googling for it but couldn't find anything to solve this problem

THANK YOU!

jay
h
humptydumpty

got it!

Post by humptydumpty »

after more googling..i was able to figure it out :)
--
theres something about the way eggdrop links tcl that it wont link a static
version of tcl thats in /usr/local/lib or any dir except /usr/lib
--

http://www.eggheads.org/pipermail/egghe ... 04126.html

copying libtcl8.4.so to /usr/lib solved the problem :)

hope this helps some of you guys if you have this problem

good luck~
User avatar
kazoo
Halfop
Posts: 48
Joined: Wed Jun 18, 2003 7:26 pm
Location: Nashville, TN
Contact:

Post by kazoo »

I had to figure that out myself, lol.
It took me a while to find out how, hehe.
Locked