Hallo, ich versuche gerade das Tk Modul zu installieren, aber es will nicht klappen. Die Ausgabe:
jakob@jakob-desktop:~/Desktop/Tk-804.027$ perl Makefile.PL 
/usr/bin/perl is installed in /usr/lib/perl/5.8 okay
PPM for perl5.008008
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/lib to find /usr/lib/libX11.so.6.2.0
Cannot find X include files via /usr/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.
jakob@jakob-desktop:~/Desktop/Tk-804.027$ 
 
Ich schaute also in der INSTALL-Datei nach. Da stand:
If Makefile.PL reports that it cannot find X, or chooses a version
you don't like you can specify a version on the command line:
perl Makefile.PL X11=/usr/local/X11R5
 
Allerdings veränderte das die Ausgabe von "perl Makefile.pl" nicht. Kann mir vielleicht jemand sagen was ich angeben soll (Ich benutze UBUNTU feisty fawn), oder wie ich rauskrieg wo X liegt?
Gruß Jeykey