Re: [Quickfix-users] Installing --with-postgresql on a linux redhat box. Error on make
Brought to you by:
orenmnero
From: Alejandro S. <ale...@gm...> - 2008-04-02 18:50:38
|
Thank you Mike!!!I've reinstalled the RH Enterprice including everything for python and postgres and I did: ./bootstrap ./configure --with-python=/usr/include/python2.3/ --with-postgresql=/usr/lib/pgsql/ ./make su ./make install and everything was ok. Then I run the tests runat 333, and runtu 333 as root. 0 errors on runat, but I got 5 failures out of 167 tests on runut. Is this good or bad? Thank you again. Alejandro On Wed, Apr 2, 2008 at 1:31 PM, Mike Gatny <mg...@co...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Alejandro SI wrote: > > I am not sure, since this is a fresh redhat enterprise installation, in > > which I checked the postgresql installation. > > Right, if you selected just the top-level postgresql package, redhat > won't give you the optional postgresql-devel and postgresql-libs by > default. > > Once you get those dependencies installed, you should be able to simply > do: > > ./configure --with-postgresql > > > -- > Mike Gatny > Connamara Systems, LLC > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |