On 4/21/10, Mariano Martinez Peck <[email protected]> wrote: > On Wed, Apr 21, 2010 at 2:27 PM, Norbert Sendetzky <[email protected] >> wrote: > >> 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 >> >> > Several people had the same problem (including myself)...it deserves a FAQ > entry... > no time now to do it by myself.. > > cheers > > mariano
sudo dpkg -i libopendbx1_1.4.5-1_i386.deb libopendbx1-mysql_1.4.5-1_i386.deb A very simple solution if you happen to know it (saves a few hours of time). I updated the wiki page http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup/Unix-like/Binary_packages#Ubuntu Thank you all for your time and patience Hannes ------------------------------------------------------------------------------ _______________________________________________ libopendbx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX
