[Ovirt-devel] ovirt-installer and mod_ssl

Joey Boggs jboggs at redhat.com
Fri Feb 19 01:48:00 UTC 2010


On 02/18/2010 05:30 PM, Pierre-Gilles Mialon wrote:
> Le jeudi 18 février 2010 18:05:15, Joey Boggs a écrit :
>    
>> 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
>>      
> You can try :
> # LANG=C ovirt-installer
>
> French meet the same feature :-)
>
>
>    
Yeah that works, I could've swore I added that in months ago, mustve 
gotten lost in the list somewhere




More information about the ovirt-devel mailing list