If you are not that machine's admin, I'd suggest installing TCL in your home directory and using it from there - simply specify --prefix=/your/home/dir to tcl's configure script
demond wrote:If you are not that machine's admin, I'd suggest installing TCL in your home directory and using it from there - simply specify --prefix=/your/home/dir to tcl's configure script
OK, i reinstalled tcl, but i am know getting a glibc error
I doubt i have the quota to install this to my ~/
All modules compiled.
make[1]: Leaving directory `/home/hejog/eggdrop1.6.17/src/mod'
Test run of ./eggdrop -v:
./eggdrop: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/lib/l
ibtcl8.4.so)
./eggdrop: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /u
sr/lib/libtcl8.4.so)
make: *** [modules] Error 1
you installed TCL through binary rpm (or some other package distribution system), right? don't do that, your system obviously lacks the stuff required to satisfy dependencies in that pre-built binary package
instead, get the TCL sources and configure, compile & install
demond wrote:you installed TCL through binary rpm (or some other package distribution system), right? don't do that, your system obviously lacks the stuff required to satisfy dependencies in that pre-built binary package
instead, get the TCL sources and configure, compile & install
so my new error is still related to my TCL installation? gah.