Re: [opendbx] Problems generating .deb
Brought to you by:
nose
From: Norbert S. <no...@li...> - 2008-01-31 10:51:14
|
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=3D"-I/usr/include/postgresql -I/usr/include/mysql" > LDFLAGS=3D"-L/usr/lib/postgresql -L/usr/lib/mysql" ./configure > --with-backends=3D"pgsql mysql" Thanks, I've added this to the Wiki. > 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 backen= ds > (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 inst= all=20 all backends again. By using a .deb or .rpm package you can install the=20 packages separately and install e.g. the oracle backend later on. > 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=20 installed. I've updated the Wiki section about the requirements for the .de= b=20 packages and how to fulfill them: http://linuxnetworks.de/doc/index.php/OpenDBX/Setup#.deb_packages Norbert =2D-=20 OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc |