HI!
Ich habe ein Problem mit meinem VRS (suse 9.3).
Als ich nen Eggdrop installen wollte, kam:
Danach hatte ich versucht durch yast -i tcl & yast -i tcl-devel das prob zu beheben - immernoch die Fehlermeldung... was kann ich machen?
Simon
ADD: Nach:
ging es auch nicht!
Ich habe ein Problem mit meinem VRS (suse 9.3).
Als ich nen Eggdrop installen wollte, kam:
Code:
checking for Tcl library... found /usr/lib/libtcl8.4.so
checking for Tcl header... {not found}
checking whether the Tcl system has changed... yes
configure: error:
Tcl cannot be found on this system.
Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.
See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
information.
Simon
ADD: Nach:
Code:
wget http://ftp.suse.com/pub/projects/tcl/8.4.12/9.3-i386/tcl-8.4.12-5.1.i586.rpm
wget http://ftp.suse.com/pub/projects/tcl/8.4.12/9.3-i386/tcl-devel-8.4.12-5.1.i586.rpm
rpm -i tcl-8.4.12-5.1.i586.rpm tcl-devel-8.4.12-5.1.i586.rpm
Last edited by a moderator: