On Wed April 21 2010 17:37:07 Hannes Hirzel wrote: > I tried to use the binary package. > I went for > http://download.opensuse.org/repositories/home:/nsendetzky:/OpenDBX/xUbuntu > _9.10/i386/libopendbx1-mysql_1.4.5-1_i386.deb > > It gave me the attached error message. This is why I am working on the > manual installation.
There's a dependency between backends (e.g. libopendbx1-mysql) and and the library (libopendbx1) itself. You need to install the library before you can install the MySQL driver. On the command line you can install them both in one step: sudo dpkg -i libopendbx1_1.4.5-1_i386.deb libopendbx1-mysql_1.4.5-1_i386.deb Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------
_______________________________________________ libopendbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX
