Thread PERL auf IMAC G5: Installation der Module (17 answers)
Opened by ahnungsloser at 2005-02-17 19:44

ahnungsloser
 2005-02-21 21:44
#49174 #49174
User since
2003-09-03
80 Artikel
BenutzerIn
[default_avatar]
Hi,

ich rufe ein Xterm auf, unter der X11 oberfläche und dann geb ich ein Cpan, in der Cpan Shell, gebe ich install Tk ein und dann wird ein haufen zeugs aus dem internet geholt und versucht zu installieren:

CPAN.pm: Going to build N/NI/NI-S/Tk-804.027.tar.gz

/usr/bin/perl is installed in /System/Library/Perl/5.8.1/darwin-thread-multi-2level okay
PPM for perl5.008001
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.dylib
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

So, und das bekommich als Fehlermedlung, wenn ich unter dem X11 Terminal, versuche das händisch zu übersetzen, dann passiert folgender Fehler!

Vigor10:/abbel/downloads/Tk800.024 root# perl Makefile.pl
perl is installed in /System/Library/Perl/5.8.1/darwin-thread-multi-2level okay
PPM for perl5.008001
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.dylib
Cannot find X include files via /usr/X11R6/include
Cannot find X include files anywhere at ./myConfig line 312.
Compilation failed in require at Makefile.pl line 17.
BEGIN failed--compilation aborted at Makefile.pl line 19.
Vigor10:/abbel/downloads/Tk800.024 root#

und da is wohl mein Problem! Es ist alles installiert, was laut Apple installiert sein müsste. Es lassen sich auch via Cpan alle anderen Module bisher einwandfrei installieren, nur Tk nicht ?????

View full thread PERL auf IMAC G5: Installation der Module