Re: [opendbx] Problems generating .deb
Brought to you by:
nose
From: Mariano M. P. <mar...@gm...> - 2008-02-01 03:35:31
|
Norbert: Sorry i am bothering you a lot . The thing is that i am very interesting i am trying to make it work with all RDBMS, in all pcs, in different formats. I answer in the mail. On Jan 31, 2008 8:50 AM, Norbert Sendetzky <no...@li...> wrote: > Hi Mariano > > > 1) I can specify n backends (and the wiki shows me how) but i don't know > > how to specify n CPPFLAGS and LDFLAGS parametres. I tried a bit, using > > logic, and i figurated that i have to do this: > > > > CPPFLAGS="-I/usr/include/postgresql -I/usr/include/mysql" > > LDFLAGS="-L/usr/lib/postgresql -L/usr/lib/mysql" ./configure > > --with-backends="pgsql mysql" > > Thanks, I've added this to the Wiki. I have already saw it. Thanks to take this into consideration. > > > > 2) Image i have now postgresql and mysql. And then i want to add oracle. > My > > question is, do i have to recompile and install openDBX with the 3 > backends > > (mySQL, postgresql and oracle) or i can just add oracle? If i can, how? > > If you do it by by using ./configure && make && make install, you will > install > all backends again. By using a .deb or .rpm package you can install the > packages separately and install e.g. the oracle backend later on. > Excelente. That was exactly my doubt. Thanks. > > > dh_installman -plibopendbx1 debian/tmp/usr/share/man/man?/* > > debian/tmp/usr/share/man/man?/*: No such file or directory at > > /usr/bin/dh_installman line 120, <COMPAT_IN> line 1. > > make: *** [binary-arch] Error 2 > > You should have gotten a warning by ./configure that docbook2x isn't > installed. I've updated the Wiki section about the requirements for the > .deb > packages and how to fulfill them: > > http://linuxnetworks.de/doc/index.php/OpenDBX/Setup#.deb_packages > > 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. Do you know what this can be? Sorry again for beeing so...i can't finde the word in english jajaja Regards, 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 > > |