Mailing List Archive

config won`t run
hi
the configure tool won`t run on my maschine. It`s configure-2.2.17-lvs.pl .
It always had the error
can`t locate Net/DNS.pm in @NIC ....... line 598.
I have installed all the perl modules.
is there a difference if I configure it by hand like
ipvsadm -A -t ........
ipvsadm -a ------- -R ------- -m
thanks
Matz
Re: config won`t run [ In reply to ]
Matthias Weimann a écrit :
>
> hi
> the configure tool won`t run on my maschine. It`s configure-2.2.17-lvs.pl .
> It always had the error
> can`t locate Net/DNS.pm in @NIC ....... line 598.
> I have installed all the perl modules.
> is there a difference if I configure it by hand like
> ipvsadm -A -t ........
> ipvsadm -a ------- -R ------- -m
> thanks
> Matz
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org
> Send requests to lvs-users-request@LinuxVirtualServer.org
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users

Have you got two version of perl ? because, when you use CPAN module
(perl -MCPAN -e shell) to install perl module, in some case, it
reinstalle perl to have perl5.6. The binary is not in the same place of
perl5.5 !

However, you can configure it by hand. If you use heartbeat, you have to
make an init-script (/etc/rc.d/init.d/lvs for example) with start|stop
option, because it is heartbeat which start and stop lvs.

Matthieu MARC
AW: config won`t run [ In reply to ]
> Have you got two version of perl ? because, when you use CPAN module
> (perl -MCPAN -e shell) to install perl module, in some case, it
> reinstalle perl to have perl5.6. The binary is not in the same place of
> perl5.5 !
>
> However, you can configure it by hand. If you use heartbeat, you have to
> make an init-script (/etc/rc.d/init.d/lvs for example) with start|stop
> option, because it is heartbeat which start and stop lvs.
>
> Matthieu MARC

I have a SUSE 7.0 linux running here. Is anyone else running SUSE and
configure works ?

Matz