-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eric Andrews wrote:
> Hi Michel
>
> Thanks for getting back so soon - I hope this helps, if you need more
> info, please shout.
>
> Please tell me where I am going wrong.
>
>
> [EMAIL PROTECTED]:/backup-200701 # ls
> bacula_2.0.0-1_all.deb         bacula-common_2.0.0-1_all.deb
>  bacula-docs-2.0.2                  bacula-sd-sqlite3_2.0.0-1_i386.deb
>  etc-31jan07-server.tar.gz
> bacula_2.0.0.orig.tar.gz       bacula-console-gnome_2.0.0-1_i386.deb
>  bacula-docs-2.0.2.tar.gz           bacula-server_2.0.0-1_all.deb
>  etc-bacula-1.38
> bacula-2.0.2                   bacula-director-common_2.0.0-1_i386.deb
>  bacula-fd_2.0.0-1_i386.deb         bacula-server_2.0.0-1_all.deb.1
>  wget-log
> bacula-2.0.2.tar.gz            bacula-director-sqlite_2.0.0-1_i386.deb
>  bacula-sd_2.0.0-1_i386.deb         bacula-traymonitor_2.0.0-1_i386.deb
> bacula-client_2.0.0-1_all.deb  bacula-director-sqlite3_2.0.0-1_i386.deb
>  bacula-sd-sqlite_2.0.0-1_i386.deb  brestore_2.0.1-1_all.deb
> [EMAIL PROTECTED]:/backup-200701 # dpkg -i bacula_2.0.0-1_all.deb
> (Reading database ... 28263 files and directories currently installed.)
> Preparing to replace bacula 2.0.0-1 (using bacula_2.0.0-1_all.deb) ...
> Unpacking replacement bacula ...
> dpkg: dependency problems prevent configuration of bacula:
>  bacula depends on bacula-server; however:
>   Package bacula-server is not configured yet.
>  bacula depends on bacula-client; however:
>   Package bacula-client is not configured yet.
> dpkg: error processing bacula (--install):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  bacula

OK, first of all, to avoid those kinds of errors when installing several
related packages, you should always specify ALL of the packages on the
same command. ie:

dpkg -i *.deb (to install all debs in the current directory)

dpkg will then take care to install them in the proper order...

[...]

Then to the part where the primary failure lies:

> [EMAIL PROTECTED]:/backup-200701 # dpkg -i
> bacula-director-sqlite3_2.0.0-1_i386.deb
> (Reading database ... 28263 files and directories currently installed.)
> Preparing to replace bacula-director-sqlite3 2.0.0-1 (using
> bacula-director-sqlite3_2.0.0-1_i386.deb) ...
> Unpacking replacement bacula-director-sqlite3 ...
> dpkg: dependency problems prevent configuration of bacula-director-sqlite3:
>  bacula-director-sqlite3 depends on bacula-director-common (= 2.0.0-1);
> however:
>   Package bacula-director-common is not configured yet.
>  bacula-director-sqlite3 depends on sqlite3; however:
>   Package sqlite3 is not installed.

You're missing the sqlite3 package.

>  bacula-director-sqlite3 depends on libc6 (>= 2.3.6-6); however:
>   Version of libc6 on system is 2.3.6-0ubuntu20.2.

Your (Ubuntu's?) verison of libc6 is too low. The same goes for libgcc1,
libssl0.9.8 and libstdc++6 and you're missing libsqlite3-0 too:

>  bacula-director-sqlite3 depends on libgcc1 (>= 1:4.1.1-12); however:
>   Version of libgcc1 on system is 1:4.0.3-1ubuntu5.
>  bacula-director-sqlite3 depends on libsqlite3-0 (>= 3.3.8); however:
>   Package libsqlite3-0 is not installed.
>  bacula-director-sqlite3 depends on libssl0.9.8 (>= 0.9.8c-1); however:
>   Version of libssl0.9.8 on system is 0.9.8a-7ubuntu0.3.
>  bacula-director-sqlite3 depends on libstdc++6 (>= 4.1.1-12); however:
>   Version of libstdc++6 on system is 4.0.3-1ubuntu5.
> dpkg: error processing bacula-director-sqlite3 (--install):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  bacula-director-sqlite3
> [EMAIL PROTECTED]:/backup-200701 #

Note that the Debian packages were probably built against Debian
unstable or testing, which seems to have newer versions of the packages
than the Ubuntu version you're using. You'll have to try to find the
newer versions of these packages for your Ubuntu install and install the
missing ones (don't ask me how, I really know nothing of Ubuntu apart
the basic workings of apt and dpkg, which are the same on Debian),
otherwise those Bacula packages will not install.

Greetings,
         Michel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32) - GPGrelay v0.959

iD8DBQFFwg9C2Vs+MkscAyURAjAYAJ9UUCLjMw+C4dc4ngkz8oklHoAMIACcDH37
/e9Kux1RaNpSI4scZrup1U0=
=FD3H
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to