Hi,
ich möchte bei mir das Tk-Modul installieren, das mag aber nicht klappen......
habs zuerst mal über die cpan-shell gemacht:
perl -MCPAN -e shell
install Tk
das gab bei mir folgende Fehlermeldung:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CPAN.pm: Going to build N/NI/NI-S/Tk-804.027.tar.gz
RedHat perl in UTF-8 locale may not build Tk
/usr/bin/perl is installed in /usr/lib/perl5/5.8.5/i386-linux-thread-multi okay
PPM for perl5.008005
Test Compiling config/signedchar.c
Test Compiling config/Ksprintf.c
Test Compiling config/tod.c
Test Compiling -DTIMEOFDAY_TZ config/tod.c
TZ gettimeofday()
Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.so.6.2
Cannot find X include files via /usr/X11R6/include
Cannot find X include files anywhere at ./myConfig line 332.
Compilation failed in require at Makefile.PL line 36.
BEGIN failed--compilation aborted at Makefile.PL line 38.
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
hab dann das archiv gedownloadet, entpackt und
ausgeführt, das ergab folgende fehlermeldung:
RedHat perl in UTF-8 locale may not build Tk
/usr/bin/perl is installed in /usr/lib/perl5/5.8.5/i386-linux-thread-multi okay
PPM for perl5.008005
Test Compiling config/signedchar.c
Test Compiling config/Ksprintf.c
Test Compiling config/tod.c
Test Compiling -DTIMEOFDAY_TZ config/tod.c
TZ gettimeofday()
Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.so.6.2
Cannot find X include files via /usr/X11R6/include
Cannot find X include files anywhere at ./myConfig line 332.
Compilation failed in require at Makefile.PL line 36.
BEGIN failed--compilation aborted at Makefile.PL line 38.
ich kann mit den fehlermeldungen mal überhaupt gar nichts anfangen.........
"cannot find X include files via...."
soll heissen das mit der konfiguration meines x-servers was nicht ok ist?
ich benutze Fedora 3 kernel-2.6.9-1.667...
danke für jede hilfe, ich glaube das problem übersteigt meine linux /perl-kenntnisse bei weitem....