Perl Tk and Linux
I'm trying to install Perl Tk version 800.024 but I'm having issues. I'm receiving the following error:
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 312.
Compilation failed in require at Makefile.PL line 17.
BEGIN failed--compilation aborted at Makefile.PL line 19.
I'm running Red Hat 9.0. I search for X11.so.6.2, but couldn't find it. The folder /usr/X11R6/include exists, but I don't know what's meant to be inside that folder. I'm worried I might need something additional installed. I would greatly appreciate any help.
|