From: Török Edwin
>On 2009-02-28 17:35, McDonald, Dan wrote:
>> From: Török Edwin
>>   
>>> On 2009-02-28 01:11, McDonald, Dan wrote:
>>>     
>>>> On Fri, 2009-02-27 at 23:34 +0200, Török Edwin wrote:
>>>>   
>>>>       
>>>>> On 2009-02-27 22:58, McDonald, Dan wrote:
>>>>>         
>>>>     
>>>>       
>>>>> This is new.  Is there another library that has been added to the
>>>>> requirements?
>>>>>
>>>>> Starting Clam AntiVirus Daemon: LibClamAV Warning: Cannot dlopen: file
>>>>> not found - unrar support unavailable
>>
>> I messed up my .spec file the first time.  Now that that is fixed, I do 
>> have the files installed, but it is still not working...
>> $ clamscan /usr/share/doc/clamav/test/*.rar
>> LibClamAV Warning: Cannot dlopen: file not found - unrar support unavailable

>Run this command in strace, you should find out exactly which file is
>missing.

>> Do I need the .la files too?

>Think so.

dlopen does look for .so files, if the .la are not found, but it is not finding 
it, 
since the code is looking for /usr/lib/libclamunrar_iface.so instead of 
/usr/lib/libclamunrar_iface.so.6

when libclamav.so is opened, it is referenced as ...so.6

previous packages called the iface library so.5, so I would assume the .6 is 
required.

Do you want me to open a bug on this?
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to