Can't locate sysexits.ph in @INC (did you run h2ph?) (@INC contains:
/usr/libdata/perl5/i386-bsdos /usr/libdata/perl5
/usr/contrib/lib/perl5/site_perl/5.005/i386-bsdos
/usr/contrib/lib/perl5/site_perl/5.005 .) at /usr/bin/uusnap line 8.
What should I do?
ray
--
To unsubscribe, send 'unsubscribe' to bsdi-user...@mailinglists.org
Archives of this list can be found at: http://www.nexial.com/mailinglists/
> I get this error in my Daily run report
>
> Can't locate sysexits.ph in @INC (did you run h2ph?) (@INC contains:
> /usr/libdata/perl5/i386-bsdos /usr/libdata/perl5
> /usr/contrib/lib/perl5/site_perl/5.005/i386-bsdos
> /usr/contrib/lib/perl5/site_perl/5.005 .) at /usr/bin/uusnap line 8.
>
> What should I do?
Run h2ph (the correct one, probably in /usr/contrib/bin), just like it (and
the perl5 INSTALL doc) says.
-wfs
Try:
h2ph -d /usr/libdata/perl5 *.h sys *.h
This should make the error message go away.