Page 1 of 1

Install ZM package via yast on suse11.1 fails: perl 5.5.8

Posted: Mon Mar 23, 2009 6:21 pm
by sticcino
Hi,

tried to install ZM via yast on suse11.1, and fails on dependancy:

requires perl 5.5.8

suse 11.1 has:

Code: Select all

This is perl, v5.10.0 built for i586-linux-thread-multi
Thanks,
Johhny

Posted: Tue Mar 24, 2009 4:47 pm
by monex
Hi,

somehow it looks like you are using the wrong repository:

Code: Select all

rpm -qp ZoneMinder-1.24.1-4.1.i586.rpm --requires
perl = 5.10.0
...
which is the correct perl version for 11.1

You have to use http://liquid-co.de/pub/suse/repositories/11.1/ as repository.

Hope this helps

Posted: Tue Mar 24, 2009 7:11 pm
by sticcino
yes it did!, Thanks,

was able to install via one-click

Johnny