It sounds to me like you don't have the C compiler installed on the
workstation machine.
If the two machines are running the same CPU and OS version, you may be able
to tar the Perl tree on the Server and untar it onto the Workstation.
--
Mac :})
** I may forward private database questions to the DBI mail lists. **
----- Original Message -----
From: "Doug Crocker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 12, 2000 6:28 AM
Subject: Cant install HTML-Parser-3.10
Can you help me? I have installed the libwww-perl-5.48 on a PC running
linux redhat6.1 (Server installation) and perl5.00503. It works fine, but
when I tried the same installation on another PC running in the same
environment, except with the Workstation installation, I cant load some of
the prerequisite modules for libwww-perl. Particularly, HTML-Parser-3.10
fails on the make, giving an error: "... cc: no such command", (or something
to that affect regarding a cc command. On the workstation system, I try
using the cc command at the command line and get the "no such command"
message; on the server system, I try cc and get
"cc: no input files". Clearly, there is an environment difference between
the two systems, but what is it? There are no man pages on cc on either
system, but there seems to be a cc command on the server system.