Re: Help---Trouble Installing HTML-Parser-3.58
"Gisle Aas" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 24, 2008 at 11:39, Nitin Kalra <[email protected]> wrote: > sh: cc: not found > *** Error code 1 You need to install the C compiler on the system before you can build HTML-Parser. Preferably the same one that was used to build perl itself: > ccversion='Sun WorkShop', Alternatively, you could install ActivePerl (for Solaris) and then upgrade HTML-Parser using the ppm tool (which does not require a C compiler installed). Regards, Gisle