Re: [opendbx] Problems generating .deb
Brought to you by:
nose
From: Mariano M. P. <mar...@gm...> - 2008-02-03 22:12:07
|
On Feb 3, 2008 6:16 PM, Norbert Sendetzky <no...@li...> wrote: > Hi Mariano > > > Yes, its true. I had manually installed the packages before installing > > .deb. So i did what you tell me. I check the /usr/local/lib and > /usr/lib/ > > directories doesn't contain any OpenDBX and i finally installed the .deb > > packages. The result is the same: MY application, i mean, the test I do > to > > use openDBX looks at /usr/local/lib instead of /usr/lib. And obiously, > it > > doesn't find the files. > > Did you recompile your application while the libraries are only installed > in /usr/lib/? It might be that the path to the old library is compiled > into > your application. Yes. I recompiled my application, but happends the same. > > > > The only extrange thing is that my /etc/ld.so.conf looks like this: > > > > include /etc/ld.so.conf.d/*.conf > > > > Thats all the file. And if i see /etc/ld.so.conf.d i can't find it. It > > doesn't exist. > > /etc/ld.so.conf.d/ is a directory and the include statement above means: > Add > the contents of all files in /etc/ld.so.conf.d/ into ld.so.conf for the > linker. > Good. Inside /etc/ld.so.conf.d/ i found the file libc.conf that was like this: # libc default configuration /usr/local/lib So, i changed to /usr/lib, save and then execute ldconfig. but i still have the same error. But it doesn't matter. Its something in my pc. I made symbolic links and thats all. Norbert: i want to explain you what i understand about .deb with openDBX so that you tell me if i am correct or not. When i generate a .deb, for example for mysql, i need to have openDBX compiled and installed. To to this, i also need to have mySQL installed in that pc. Now, i can give someone this .deb and he will be able to use openDBX with mysql without having mySQL installed in the pc (pointing to other ip, not localhost) . So, supouse i have a special db server (PC 1) with oracle and an application that uses openDBX (PC2) i don't need to have installed Oracle in PC2. I just need a .deb generated for oracle. How i obtain my .deb for oracle, is another problem. is that right ? 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 > > |