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.

TCL ROOT HELP

Help with usage of shell accounts and bouncers.
Post Reply
s
sinan
Voice
Posts: 3
Joined: Sat Nov 19, 2005 6:31 am

TCL ROOT HELP

Post by sinan »

I have got a redhat enterprise server but eggdrop not running my shell acounts

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
[ardahan@host eggdrop1.6.17]#

tcl8.4.9 installed my server user permisions: root adminitrator

cd tcl8.4.9
cd unix
./configure
make
make insall



[root@host ]# whereis tcl
tcl: /usr/bin/tcl /usr/local/lib/tcl8.4 /usr/share/tcl8.3


where is the problem
D
Doa
Voice
Posts: 5
Joined: Sat Nov 19, 2005 9:10 pm
Location: Oostende/Belgium

Post by Doa »

you can recompile tcl (not in /usr/local !) or edit the Makefile or set the right path with ./configure --with-tcllib=PATH --with-tclinc=PATH
s
sinan
Voice
Posts: 3
Joined: Sat Nov 19, 2005 6:31 am

not run

Post by sinan »

Version psa v7.5.4_build75050824.12 os_RedHat el3
OS Linux 2.4.21-27.ELsmp

cl version : tcl8.4.9
I'm root admin



[root@host root]#
[root@host root]# cd tcl8.4.9
[root@host tcl8.4.9]# cd unix
[root@host unix]# ./configure --with-tcllib=/var/www/vhosts/ardahanfm.com --with-tclinc=/var/www/vhosts/ardahanfm.com
[root@host unix]# make
[root@host unix]# make install
Installing libtcl8.4.so to /usr/local/lib/
Installing tclsh as /usr/local/bin/tclsh8.4
Installing tclConfig.sh to /usr/local/lib/
Installing libtclstub8.4.a to /usr/local/lib/
Installing header files
Installing library files to /usr/local/lib/tcl8.4
Installing library http1.0 directory
Installing library http2.5 directory
Installing library opt0.4 directory
Installing library msgcat1.3 directory
Installing library tcltest2.2 directory
Installing library encoding directory
Installing and cross-linking top-level (.1) docs
Installing and cross-linking C API (.3) docs
Installing and cross-linking command (.n) docs
[root@host unix]#

Not run eggdrop my ardahanfm com acounts
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
[ardahan@host eggdrop1.6.17]#

please help me
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
This has been discussed to many many times in the forum, a simple Search would give you a solution; could also try reading COMPILE-GUIDE (I. Tcl Detection and Installation) in ~doc.

Also note eggdrop will not run from ~root.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply