Hi,
  FC3  doenst have libcrypto.so.5 or libssl.so.5.
It does have libcrypto.so.4 or libssl.so.4.

One way is to rebuild the rpm client from the src.rpm. You might need to 
install several *-devel packages (use "yum packageYouNeed"):

1) get the package
wget 
http://ufpr.dl.sourceforge.net/sourceforge/bacula/bacula-1.38.10-1.src.rpm

2) This will build all packages. Packages will be at  
/usr/redhat/RPMS/i386/*
2a) if  using mysql
rpmbuild --rebuild --define "build_fc3" --define "build_mysql 1" 
bacula-1.38.10-1.src.rpm

2a) if  using build_postgresql
rpmbuild --rebuild --define "build_fc3" --define " build_postgresql 1" 
bacula-1.38.10-1.src.rpm

3) install the package the client
rpm -ivh /usr/redhat/RPMS/i386/bacula-client-1.38.10-1.FC3.i386.rpm

I dont have any FC3 right now or else I could send you the package 
(thougth its not safe to do it)
hope it helps
       Jaime
Dan Langille wrote:
> On 14 Jun 2006 at 9:58, Kessia Pinheiro wrote:
>
>   
>> Hi everyone,
>>
>> I'm installing Bacula in a Gentoo server with a DAT-72 device. It's
>> ok, but, when i try install in my clients (other server with Fedora
>> Core 3), how i dont find rpm's for Fedora Core 3, i try install for
>> package for Fedora Core 4, but the instalation ocorred a errors:
>>
>>
>> [EMAIL PROTECTED] ~]# rpm -ivh bacula-client-1.38.8-1.FC4.i386.rpm
>> aviso: bacula-client-1.38.8-1.FC4.i386.rpm: V3 DSA signature: NOKEY,
>> key ID 10a792ad erro: Failed dependencies:
>>         libcrypto.so.5 is needed by bacula-client-1.38.8-1.i386
>>         libssl.so.5 is needed by bacula-client-1.38.8-1.i386
>>
>>
>>
>> How i can resolve that?
>>     
>
> I don't know the answer, but perhaps a better subject will attract 
> those that do know.
>
>   



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to