I am a beginner at PERL, PERL modules, and UNIX. I installed RADIATOR on
my Ultra 2 with Solaris 8. Before I can configure RADIATOR I need to
install several modules (e.g. MD4, ldap, openSSL). The first module I
have attempted to install is MD4. I began by finding out what the
default PERL path was by issuing the following command:

perl -e "print qq(@INC)"

 

Their were several paths so I chose one which was:

/usr/per5/5.005003/sun4-solaris

 

I copied the Digest-MD4-1.3.tar file to this directory and then used the
following command to untar it:

tar -xof Digest-MD4-1.3.tar

 

I then looked for the "make" command by doing the following:

find / -name make -print

 

I copied the make command to the Digest-MD4-1.3 directory that was
created after a decompressed the tar file. I then went to ths directory
and issued the following command:

./make

 

The command started creating directory and seemed to be working fine but
at the end there was the following fatal error:

*** Error code 1

make: Fatal error: command failed for target 'MD4.o'

 

 

Reply via email to