On Fri Jun 23 06:56:42 2000, maagj fis.okla.seagate.com wrote:
> On Solaris 7 while doing a make install I get this:
>
> unlink /usr/local/man/man1/perlwin32.1
> ln /usr/local/man/man1/perlwin32.tmp
/usr/local/man/man1/perlwin32.1
> unlink /usr/local/man/man1/perlwin32.tmp
> ../perl -I ../lib ../pod/pod2man --section=1
--official perlvms.pod
> >
> /usr/loal/man/man1/perlvms.tmp
> unlink /usr/local/man/man1/perlvms.1
> ln /usr/local/man/man1/perlvms.tmp
/usr/local/man/man1/perlvms.1
> unlink /usr/local/man/man1/perlvms.tmp
> chdir /cim/pub/perl-5.6.0
> chdir lib
> mkdir /usr/local/man/man3
> Can't locate Carp/Heavy.pm in INC ( INC contains: lib) at
lib/Carp.pm
> line 109
> *** Error code 2
> make: Fatal error: Command failed for target
`install.man'
>
>
> Any ideas?
>
> Install OK under Solaris 2.6
The most likely cause is an insufficient number of available
file
descriptors. Increase your ulimits for descriptors and you
should be
able to install successfully.
|