[Quickfix-users] Installing --with-postgresql on a linux redhat box. Error on make
Brought to you by:
orenmnero
From: Alejandro S. <ale...@gm...> - 2008-03-28 22:06:50
|
I am trying to compile quickfix on a linux redhat enterprise box using postgres v.7.2.6 and I don't know which is the right path to configure.I've tried the three following ways after doing ./bootstrap : ./configure --with-postgresql=/usr/share/pgsql ./configure --with-postgresql=/usr/lib/pgsql ./configure --with-postgresql=/var/lib/pgsql and in each case the make program ended with errors and no way to make install. Can someone help me? Thank you very much Alejandro |