Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 1995 00:49:38 -0600
From:      Robert Michael Gorichanaz <wraith@csd.uwm.edu>
To:        questions@FreeBSD.org
Subject:   Re: socket.ph not found? I can find it. Why can't perl?
Message-ID:  <199502280649.AAA20125@alpha2.csd.uwm.edu>
In-Reply-To: <3iugjd$etf@uwm.edu>
References:  <3iccf7$ern@canopus.cc.umanitoba.ca> <3icrm1$13p@charm.magnus.acs.ohio-state.edu> <D4DAIq.J1A@boi.hp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <3iugjd$etf@uwm.edu> you write:
>In article <D4DAIq.J1A@boi.hp.com> rodger@boi.hp.com writes:
>>In article <3icrm1$13p@charm.magnus.acs.ohio-state.edu>,
>...
>
>Well, I just installed perl5.0 (was running 4.0) and the problem with AUB
>still persists:  When I run it, I get:
>
>"Searching library directories: /usr/local/lib/perl5/freebsd
> /usr/local/lib/perl5 . for sys/socket.ph...
>
>        Your system is missing the library file sys/socket.ph, which is
> required by aub.  This file can't be distributed with aub because its
> contents are system-dependent."
>
>This is a brand-new compile/install.  ALL of the .ph files are located in
>/usr/local/lib/perl5/freebsd and /usr/local/lib/perl5/freebsd/sys, including
>socket.ph
>
>Whats really strange is that even if I copy socket.ph to a different
>directory, and then force it on the command line, AUB doesnt find it.  It
>wont even find it if I have socket.ph in the current directory '.'
>
>Here again is the section looking for socket.ph:
>
>  if ($opt_d > 1) {
>    print "Searching library directories:";
>    foreach $libr (@INC) {
>      print " $libr";
>    }
>    print " for sys/socket.ph...\n";
>  } 
>
>  &need_to_run_h2ph unless (eval("require <sys/socket.ph>"));
>
>
>
>Whats aggrivating is that I have the same script installed on an Alpha,
>running OSF/1, and it works just fine - perl stuff is in /usr/local/lib/perl.
>
>
>Any ideas?
>
>
>-- 
>    /      /|   \                              O 
>    |  \`o.O'   | Ack! Thptptptpt!            -+-   Spectral  Dragon
>    |  =(___)=  |                              |      -==(UDIC)==-
>    \     U     / wraith@alpha2.csd.uwm.edu    |





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502280649.AAA20125>