Re: [Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-16 Thread Sean O'Grady
Yes completely right! I re-read the post in and see the comment about 
the FC clients.

In that case try -

yum install libcrypto libssl

On the client machines.

Sean

Jaime Ventura wrote:
 Sean,
   
 although, she(?) is working with gentoo as the main (director) server, he is 
 trying to set up a fedora core 3 client.
 
 Kessia Pinheiro wrote:
 
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
 
 
 Jaime
 
 Sean O'Grady wrote:
 
Dan's right the subject is somewhat misleading.

I'm not a big fan of Gentoo as it package system can be somewhat painful 
and requires enormous amounts of time for updates. The confusing issue 
here is you say your using Gentoo but installing a Fedora Core 4 rpm 
package. If your using Gentoo I'm not sure this package will work, maybe 
someone else can confirm. If the rpm will work you could be missing 
required files.

That being said try on a *Gentoo* system -

emerge openssl

-  from the command line. You might not have this package installed 
which could be the source of the problem.

Sean

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

-- 
Sean O'Grady
System Administrator
Sheridan College
905-845-9430 x2166
[EMAIL PROTECTED]


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


[Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-14 Thread Dan Langille
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.

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




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


Re: [Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-14 Thread Jaime Ventura
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


Re: [Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-14 Thread Sean O'Grady
Dan's right the subject is somewhat misleading.

I'm not a big fan of Gentoo as it package system can be somewhat painful 
and requires enormous amounts of time for updates. The confusing issue 
here is you say your using Gentoo but installing a Fedora Core 4 rpm 
package. If your using Gentoo I'm not sure this package will work, maybe 
someone else can confirm. If the rpm will work you could be missing 
required files.

That being said try on a *Gentoo* system -

emerge openssl

-  from the command line. You might not have this package installed 
which could be the source of the problem.

Sean

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.
 

-- 
Sean O'Grady
System Administrator
Sheridan College
905-845-9430 x2166
[EMAIL PROTECTED]


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


Re: [Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-14 Thread Jaime Ventura
Sean,

although, she(?) is working with gentoo as the main (director) server, he is 
trying to set up a fedora core 3 client.

Kessia Pinheiro wrote:
 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



Sean O'Grady wrote:
 Dan's right the subject is somewhat misleading.

 I'm not a big fan of Gentoo as it package system can be somewhat painful 
 and requires enormous amounts of time for updates. The confusing issue 
 here is you say your using Gentoo but installing a Fedora Core 4 rpm 
 package. If your using Gentoo I'm not sure this package will work, maybe 
 someone else can confirm. If the rpm will work you could be missing 
 required files.

 That being said try on a *Gentoo* system -

 emerge openssl

 -  from the command line. You might not have this package installed 
 which could be the source of the problem.

 Sean

 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


Re: [Bacula-users] rpm problem - libcrypto.so.5 not found

2006-06-14 Thread Jaime Ventura
Sean,

although, she(?) is working with gentoo as the main (director) server, he is 
trying to set up a fedora core 3 client.

Kessia Pinheiro wrote:
 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

Jaime

Sean O'Grady wrote:
 Dan's right the subject is somewhat misleading.

 I'm not a big fan of Gentoo as it package system can be somewhat painful 
 and requires enormous amounts of time for updates. The confusing issue 
 here is you say your using Gentoo but installing a Fedora Core 4 rpm 
 package. If your using Gentoo I'm not sure this package will work, maybe 
 someone else can confirm. If the rpm will work you could be missing 
 required files.

 That being said try on a *Gentoo* system -

 emerge openssl

 -  from the command line. You might not have this package installed 
 which could be the source of the problem.

 Sean

 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