Hi, I'm trying to install Digest-MD5 and MIME-Base64 on Solaris using perlgcc. I can't get this to work on either module :-(
On MIME::Base64 I get:
# perlgcc Makefile.PL
Writing Makefile for MIME::Base64
# make
make: *** No rule to make target `/usr/perl5/5.6.1/lib/sun4-solaris-64intConfig.
pm', needed by `Makefile'. Stop.
On Digest-MD5-2.36 it's much worse. I get hundreds of errors like this:
# perlgcc Makefile.PL
Testing alignment requirements for U32... In file included from u32align.c:8:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/include/stdio.h:36:27: iso/std
io_iso.h: No such file or directory
In file included from u32align.c:8:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2.2/include/stdio.h:107: parse err
or before "off_t"
Has anyone succesfully done this before or can someone give me some clues?
Thanks