[opendbx] First post...trying to compile OpenDBX
Brought to you by:
nose
From: Mariano M. P. <mar...@gm...> - 2008-01-04 02:28:45
|
Hi everybody! This is mi first post. First of all, sorry for my English, i am Argentinian. I tried to install openDBX and i couldn't. I downloaded opendbx-1.2.3.tar-gzand i put it in /home/mariano/Documents/OpenDBX/opendbx- 1.2.3. I am using Ubuntu Gutsy Gibbon. I have installed PostgreSQL from sinapsis and all work good. Then i tried to compile openDBX. I followed this<http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup>link. I tried this: CPPFLAGS="-I/home/mariano/Documents/OpenDBX/opendbx-1.2.3/backends/pgsql" LDFLAGS="-L/usr/lib/postgresql" ./configure --with-backends="pgsql" I put in CPPFLAGS the directory where there is the pgsqlbackend.h, pgsqlbackend.c and so on. I put in LDFLAGS the directory where there is my postgresql libraries. In fact, inside /usr/lib/postgresql i have a directory called 8.2 (the version) and inside it i have two more directories: bin and lib. If i execute what i said above, i have this error: "configure: error: postgresql header not found" what i am doing wrong? And then, once i did ./configure and worked well, whats what i have to do ??? just make ?? Very thanks, Mariano |