Well here we go again. Man I think I must have the worst damn time with installing anything recently for no apparent reason.
I did basically exactly what you did and still no go. here is the latest errors:
Writing Makefile for Tk
Makefile:95: *** missing separator. Stop.
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
That was at the very end of the auto install. This time it managed to download the package and tried to create the make file and do a make install but failed. I then changed directory to /root/.cpan/build/Tk-804.025_beta4 and tried a manual make install like you did:
[root@ToughGuy Tk-804.025_beta4]# make install
Makefile:95: *** missing separator. Stop.
[root@ToughGuy Tk-804.025_beta4]# make install
Makefile:95: *** missing separator. Stop.
[root@ToughGuy Tk-804.025_beta4]# make install
Makefile:95: *** missing separator. Stop.
[root@ToughGuy Tk-804.025_beta4]# make install
Makefile:95: *** missing separator. Stop.
[root@ToughGuy Tk-804.025_beta4]# pwd
/root/.cpan/build/Tk-804.025_beta4
I am sure you can see my frustration here with the multiple failed make installs.
Any ideas?