[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Net::IP ?
- To: northstar-devel@brownkid.net
- Subject: Net::IP ?
- From: Simon White <simon@mtds.com>
- Date: Mon, 25 Mar 2002 17:05:46 +0000
- Delivered-to: mailing list northstar-devel@brownkid.net
- Mail-followup-to: Simon White <simon@mtds.com>,northstar-devel@brownkid.net
- Mailing-list: contact northstar-devel-help@brownkid.net; run by ezmlm
- User-agent: Mutt/1.3.27i
Hello,
I installed NorthStar (it was a bit of work to find out how to do stuff
not included in the manual) and I /thought/ it was now in no need of
the Net::IP Perl module.
I /was/ going to patch it myself but I don't have the time right now. So I
downloaded Net::IP, installed it OK, and now I still get the same error:
From Apache error log:
Can't locate object method "new" via package "Net::IP" at
/usr/NorthStar/lib/address.lib line 618.
Line 618 is marked > :
sub CheckAddrInNet {
my($addr, $net) = @_;
> my($ip) = new Net::IP($net, 4);
my($first) = $ip->intip();
$ip->set($ip->last_ip());
my($last) = $ip->intip();
Clearly the call to the module is perhaps not working on my system. I get
this error when I try to add an address to a subnet which I have already
created successfully.
If I should be using the general mailing list instead, please let me know.
I know a bit of perl and would like to follow the dicussion, I may be able
to help out some time with docs and minor patches / HTML cleanups.
Note: my system: RH Linux 7.1, Perl 5.6.0, MySQL (latest as of today).
Regards,
--
[Simon White. vim/mutt. simon@mtds.com. GIMPS:54.89% see www.mersenne.org]
If it dies, it's biology. If it blows up, it's chemistry, and if it
doesn't work, it's physics.
[Arbitrary quotes signature rotation, a simple bash script by Simon White]