Chris wrote:
> Hello All,
>  
> I have installed a new web server for a friend.
> Hardware: AMD X2-3600, 2gb RAM, 500gb RAID1
> OS: Centos 5.1 64-bit
>  
> It is now happily sitting at a colo facility.
>  
> I have downloaded Bacula and attempted to install the RPM (being a web
> server, I neglected to install a development environment, so I can't
> just compile it from source).  The install fails with several dependencies.
>  
> [EMAIL PROTECTED] ~]# rpm -ivh bacula-mysql-2.2.8-1.el3.i386.rpm
> warning: bacula-mysql-2.2.8-1.el3.i386.rpm: Header V3 DSA signature:
> NOKEY, key ID 10a792ad
> error: Failed dependencies:
>         libcrypto.so.4 is needed by bacula-mysql-2.2.8-1.i386
>         libmysqlclient_r.so.10 is needed by bacula-mysql-2.2.8-1.i386
>         libssl.so.4 is needed by bacula-mysql-2.2.8-1.i386
>         libstdc++.so.5 is needed by bacula-mysql-2.2.8-1.i386
>         libstdc++.so.5(GLIBCPP_3.2) is needed by bacula-mysql-2.2.8-1.i386
> [EMAIL PROTECTED] ~]# which libcrypto.so.4
> /lib64/libcrypto.so.4
> I can probably figure out the mysql client, but the others?  One is
> already on my system (the ssl stuff looks like openssl), and I don't
> know what package insalls libstdc++?
>  
> Would anyone be able to tell me what Centos 5 RPMs are needed to get
> Bacula to install?

I *believe* that Centos 5.1 uses yum, so you should be able to use the
whatprovides option to search for the right package:

# yum whatprovides libcrypto.so.4

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
    GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to