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 during compiling

Old posts that have not been replied to for several years.
Locked
T
Tomsen

Error during compiling

Post by Tomsen »

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

This is the error that i'm getting, i've been looking around in the forum and i've read that i should add
/usr/local/lib to the id.so.conf file in /etc, but i do not have that file. So what do i do ??
I'm using TCL 8.3 on a Redhat 9.0
These two lines, shouldn't that be enough??
TCLINC=/usr/local/include/
TCLLIB=/usr/local/lib

BTW i'm very new in the linux world :)
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

Post by Dedan »

If you are on a UNIX BSD platform, you might want
to try using 'make static' instead of 'make'.
On some BSDi unix servers, static compiling is required.
Because of the method in which the eggdrop was coded,
the bot does not always detect the need for "static libraries",
and thus builds without the static setting when it's necessary.

To be safe, you will need to totally remove the bot you are trying to compile,
and completely start over from scratch at the "tar -xvf" process.

You will need to start over so you can do a ./configure,
because a 'make clean' doesn't always work.

also, use the search feature on this forum to
look for answers from similar problems.
I once was an intelligent young man, now i am old and i can not remember who i was.
T
Tomsen

Post by Tomsen »

I'm using Redhat 9.0, i'm guessing that isn't UNIX BSD, and i did write that i have been looking around the forum and i've have found some answers to the problem, but since i do not havde the file that alle the answers are talking about, then it isn't helping me... Therefor i posted a new thread...
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

Post by Dedan »

i stand corrected, sorry
I once was an intelligent young man, now i am old and i can not remember who i was.
T
Tomsen

Post by Tomsen »

It's okay :)
We'll both live

But can someone help me with my problem ??
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

umm thats ld.so.conf ( and L not an i )
add the path to this file and run ldconfig
a.k.a. hellios
T
Tomsen

Post by Tomsen »

Ahh now it's working, thx for the help gumbydammit
Locked