Re: [opendbx] Problems generating .deb
Brought to you by:
nose
From: Mariano M. P. <mar...@gm...> - 2008-02-02 22:47:02
|
Norbert: I'll answer in the mail. > > Good. I installed that dependency, and there were generated this files: > > libopendbx1_1.2.3-1_i386.deb, libopendbx1-dev_1.2.3-1_i386.deb, > > libopendbx1-mysql_1.2.3-1_i386.deb and > libopendbx1-pgsql_1.2.3-1_i386.deb > > > > When i try to execute libopendbx1_1.2.3-1_i386.deb i have this error: > > > > Error: dependency is not satisfiable libopendbx1-backends > > > > And if i want to execute any of the other three > > (libopendbx1-dev_1.2.3-1_i386.deb, libopendbx1-mysql_1.2.3-1_i386.deb or > > libopendbx1-pgsql_1.2.3-1_i386.deb) i have this error: > > > > Error: dependency is not satisfiable libopendbx1 > > > > This error is logic because i couldn't install de first one > > (libopendbx1-dev_1.2.3-1_i386.deb). But i don't know how to solve the > first > > error. > > The answer is simple. Install the main library and at least one backend > together: > > dpkg -i libopendbx1_1.2.3-1_i386.deb libopendbx1-mysql_1.2.3-1_i386.deb > > I did what you said: *dpkg -i libopendbx1_1.2.3-1_i386.deb libopendbx1-mysql_1.2.3-1_i386.deb* I seems it finish ok. I copy the results, in case you see something wrong: *mariano@mariano-ubuntu:~/Documents/OpenDBX$ sudo dpkg -i libopendbx1_1.2.3-1_i386.deb libopendbx1-mysql_1.2.3-1_i386.deb [sudo] password for mariano: (Reading database ... 145455 files and directories currently installed.) Preparing to replace libopendbx1 1.2.3-1 (using libopendbx1_1.2.3-1_i386.deb) ... Unpacking replacement libopendbx1 ... Preparing to replace libopendbx1-mysql 1.2.3-1 (using libopendbx1-mysql_1.2.3-1_i386.deb) ... Unpacking replacement libopendbx1-mysql ... Setting up libopendbx1-mysql (1.2.3-1) ... Setting up libopendbx1 (1.2.3-1) ... Processing triggers for libc6 ... ldconfig deferred processing now taking place * And there it finished. If i see the files it had installed, i only have this 3 files in /usr/lib/opendbx : libmysqlbackend.so, libmysqlbackend.so.1 and libmysqlbackend.so.1.1.0. I olso look in /usr/local/include and /usr/include but i found nothing. I can't find odbx.h So, i don't know if i had bad generated .debs or they ar ok but bad installed. do you know what this can be? Thanks, Mariano > > Norbert > -- > OpenPGP public key > http://www.linuxnetworks.de/norbert.pubkey.asc > > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > libopendbx-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libopendbx-devel > http://www.linuxnetworks.de/doc/index.php/OpenDBX > > |