From: Bernd E. <eid...@we...> - 2006-03-21 09:02:50
|
Hi, I'm trying to compile it: I just started with a simple gmake NAVISERVER=... In file included from nsdbpg.c:37: dbpg.h:44:22: error: libpq-fe.h: File or directory not found And when I copy libpq-fe.h postgres_ext.h into the directory it finally breaks with that: gcc -pipe -shared -nostartfiles -L../naviserver/lib -o nsdbpg.so nsdbpg.o tclcmds.o -lnsdb -lpq -L/home/dev/development/naviserver/lib -ltcl8.4 -lnsthread -lnsd -Wl,--export-dynamic -lz -lgcc_s -Wl,-rpath,../naviserver/lib /usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: cannot find -lpq collect2: ld returned 1 exit status gmake: *** [nsdbpg.so] Fehler 1 Bernd. |