| View previous topic :: View next topic |
| Author |
Message |
HondaATC Voice
Joined: 17 Jan 2008 Posts: 8
|
Posted: Tue Jan 29, 2008 7:37 pm Post subject: |
|
|
I ran locate on tcl.h and got these results:
[HondaATC@server134 eggdrop1.6.18]$ locate tcl.h
/home/HondaATC/tcl/include/tcl.h
/home/HondaATC/tcl8.4.17/generic/tcl.h
/home/HondaATC/tcl8.4.17/tools/tcl.hpj.in
/home/HondaATC/tcl8.4.17/win/tcl.hpj.in
[HondaATC@server134 eggdrop1.6.18]$
So I modified the command you posted earlier to reflect the usr/tcl/include/ path and it still didn't work
configure: warning:
The file '/usr/tcl/include/tcl.h' given to option --with-tclinc is not valid.
configure will now attempt to autodetect both the Tcl library and header.
checking for Tcl library... using /lib
checking for Tcl header... using /
checking whether the Tcl system has changed... yes
checking for Tcl version...
checking for Tcl patch level...
configure: error:
Your Tcl version is much too old for Eggdrop to use. You should
download and compile a more recent version. The most reliable
current version is 8.4.6 and can be downloaded from
ftp://tcl.activestate.com/pub/tcl/tcl8_4/. |
|
| Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Tue Jan 29, 2008 10:09 pm Post subject: |
|
|
It would appear then, that your system only has runtime-libraries installed, and not the "devel" files required for compiling.
If you got admin-access on the system, you probably need to install the tcl-devel or similar package in addition to the "normal" tcl-package.
If you do not, then you have two options; bug whoever is admin to install these (preferred), or link your eggdrop against the library you've installed yourself - and then set the LD_LIBRARY_PATH environment variable to tell ld to load your libtcl8.4.so rather than the systemwide one. (On a bash shell, this would be done like this: export LD_LIBRARY_PATH=/home/HondaACT/tcl/lib/ ).
It is important that this is done each time you need to (re)start your eggdrop, as environment variables do not persist inbetween login-sessions. It must also be done before trying to compiling eggdrop... _________________ NML_375, idling at #eggdrop@IrcNET |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|