| View previous topic :: View next topic |
| Author |
Message |
sinan Voice
Joined: 19 Nov 2005 Posts: 3
|
Posted: Sat Nov 19, 2005 6:46 am Post subject: TCL ROOT HELP |
|
|
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 |
|
| Back to top |
|
 |
Doa Voice
Joined: 19 Nov 2005 Posts: 5 Location: Oostende/Belgium
|
Posted: Sat Nov 19, 2005 9:20 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
sinan Voice
Joined: 19 Nov 2005 Posts: 3
|
Posted: Sun Nov 20, 2005 6:04 pm Post subject: not run |
|
|
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 |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Sun Nov 20, 2005 9:19 pm Post subject: |
|
|
| Quote: | | ./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 |
|
| Back to top |
|
 |
|