RE: libwww-perl-0.40

Otis Gospodnetic (otis@dominis.com)
Wed, 17 Feb 1999 10:34:38 -0500


Try this: find / -name socket.ph -print
(while logged in as root)

if you find it do this:
	perl -V
	# this will tell you if the dir where that socket.ph was found is in yur
@INC
	if it is then:
		# it should work, you shuldn't be seeing that error
	else, if it is not:
		add that dir to @INC
		# this must be a FAQ
else, if you don't find it:
	reinstall perl maybe
	# sys/socket.ph comes with perl, I believe. Or is it IO module?

I hope this helps a bit.

Otis Gospodnetic
--
eZines Database - over 3,000 magazines, newspapers, journals, e-zines...
http://www.dominis.com/Zines/?es

> -----Original Message-----
> From: libwww-perl-request@ics.uci.edu
> [mailto:libwww-perl-request@ics.uci.edu]On Behalf Of M.N.Smith
> Sent: Wednesday, February 17, 1999 6:04 AM
> To: libwww-perl@ics.uci.edu
> Subject: libwww-perl-0.40
>
>
> I have installed libwww-perl-0.40 but I am getting the error message:
>
> Can't locate sys/socket.ph in @INC (did you run h2ph?) at ...
>
> Do I need to install another module or is it a path variable that needs
> editing?
>
> Thanks
>
> Mick Smith
>
>