LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: problems with configure script

To: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: problems with configure script
Cc: "'tinu.patel@xxxxxxxxxxxx'" <tinu.patel@xxxxxxxxxxxx>
From: Jimmy Yeung <JYeung@xxxxxxxxxx>
Date: Tue, 26 Mar 2002 17:11:11 -0500

Again, I've been there.  Goto below to download the whole DNS library.  Make sure you copy them into proper directory to your system.

http://net-dns.dyndns.org/docs/TODO.html

By the way, do you really need to use this script (configure.pl)?  Or even piranha?  I just use the ipvsadm command in a tiny scripts (no firewall at all at the moment), and it works.

The following is from the man page of ipvsadm command ...

EXAMPLE 1 - Simple Virtual Service
       The  following commands configure a Linux Director to dis­
       tribute  incoming  requests  addressed  to  port   80   on
       207.175.44.110  equally  to  port 80 on five real servers.
       The forwarding method used in this example  is  NAT,  with
       each  of  the  real servers being masqueraded by the Linux
       Director.

       ipvsadm -A -t 207.175.44.110:80 -s rr
       ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.1:80 -m
       ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.2:80 -m
       ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.3:80 -m
       ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.4:80 -m
       ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.5:80 -m

Jimmy


-----Original Message-----
From: Tinu Patel [mailto:tinu.patel@xxxxxxxxxxxx]
Sent: Tuesday, March 26, 2002 5:04 PM
To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: problems with configure script



I am trying to follow the instructions for setting up the LVS-NAT by doing

#./configure lvs_nat.conf

and I am getting the following error.  I just upgraded to perl 5.6.1 and the install went without any problems.

# ./configure ../lvs_nat.conf
Can't locate Net/DNS.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i686-linux /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i686-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at ./configure line 1337.

BEGIN failed--compilation aborted at ./configure line 1337.

Thanks

_______________________________________________
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://www.in-addr.de/mailman/listinfo/lvs-users

<Prev in Thread] Current Thread [Next in Thread>