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.

eggdrop and tcl

General support and discussion of Eggdrop bots.
Post Reply
n
nunomcm
Voice
Posts: 2
Joined: Fri Jun 18, 2010 12:55 pm

eggdrop and tcl

Post by nunomcm »

Hi, I know that are already several questions of this kind but i haven't found one topic that helps me.

So the problem is that I got a shell and the host doesnt have tcl 8.5 installed so I downloaded and installed on my home dir. So, after that i ran "./configure" and it detected both tcl.h and lib on the dir that I installed tcl so thats good I thought. Made "make config" without errors but when i did "make" it appeared the this error, "error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127".

Can anyone please help me with this? Since the host doesnt have tcl installed but I placed on my home dir and it also detects it, what can I do now? Remember, this is a shell from a host provider.

Ty
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Try this:

Code: Select all

export LD_LIBRARY_PATH=/home/where/you/installed/tcl
make
Keep in mind that you'll have to repeat the "export ..." command whenever you start a new shell session and (re)start your eggdrop.
NML_375
n
nunomcm
Voice
Posts: 2
Joined: Fri Jun 18, 2010 12:55 pm

Post by nunomcm »

Oh, sorry, it did worked afterall, thanks a lot.

So, everytime I need to restart the eggdrop I need to repeat the export thing? Isn't there a way to add to crontab or something like that?

Also, sorry for making another topic about this, i saw on another thread someone saying to do this but I thought that only the host could do this, didn't wanted to mess something :/.

But thank you once again.
Post Reply