On 02/18/2010 11:55 AM, Lorenzi Alessandro wrote:> Hi, I'm installing ovirt. I've give this command:
>
> # ovirt-installer --help
>
> This installer will configure the ovirt installation based on a series
> [..]
>
> mod_ssl package must be removed prior to installing, to remove run: rpm
> -e mod_ssl
>
> ... but ...
>
> # rpm -e mod_ssl
> errore: il pacchetto mod_ssl non ? stato installato
> [error: the pakage mod_ssl isn't installed]
>
>
> Is there a way to ignore the check of mod_ssl?
>
> Ale
>
>
>
>
>
> _______________________________________________
> Ovirt-devel mailing list
> Ovirt-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/ovirt-devel
>
There should've been a language check in there before running to check
for mod_ssl.
In /usr/sbin/ovirt-installer comment out the following lines and you can
get past it.
127 modssl_check = `rpm -q mod_ssl`
128 if modssl_check !~ /(not installed)/
129 puts "\nmod_ssl package must be removed prior to installing,
to remove run: rpm -e mod_ssl\n\n"
130 exit
131 end
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://listman.redhat.com/archives/ovirt-devel/attachments/20100218/2777e090/attachment.htm>