[GENERAL] Need static version of libpq library
Hi, Where can I find the precompiled static version of libpq library("libpqdll.lib")? Can I download it from somewhere? Thanks, Trupti
[GENERAL] Loading "posgres 9.0" libpq library on Linux version"Red Hat 3.4.6-3"
Hi, I am trying to load the libpq library of "PostGreSQL 9.0" version on Linux("Red Hat 3.4.6-3") and it is failing. Where as I could successfully load the libpq library of "PostGreSQL 8.4" version using same code base. Does postGreSQL 9.0 version support the "Red Hat 3.4.6-3" version? Thanks, Trupti
[GENERAL] Re: [NOVICE] Loading "posgres 9.0" libpq library on Linux version"Red Hat 3.4.6-3"
Exact release is: [r...@tndev-linux-32 Adm]# cat /etc/redhat-release *Red Hat Enterprise Linux AS release 4 (Nahant Update 5)* [r...@tndev-linux-32 Adm]# 2011/1/3 Devrim GÜNDÜZ > On Mon, 2011-01-03 at 17:23 +0530, Trupti Ghate wrote: > > > > > > I am trying to load the libpq library of "PostGreSQL 9.0" version on > > Linux("Red Hat 3.4.6-3") and it is failing. > > What is the exact Red Hat release? Please send the output of > > cat /etc/redhat-release > > Regards, > -- > Devrim GÜNDÜZ > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > PostgreSQL RPM Repository: http://yum.pgrpms.org > Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr > http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz >
[GENERAL] Re: [NOVICE] Loading "posgres 9.0" libpq library on Linux version"Red Hat 3.4.6-3"
Where can I find the binary distribution for Rhel4-i386? 2011/1/3 Devrim GÜNDÜZ > On Mon, 2011-01-03 at 17:26 +0530, Trupti Ghate wrote: > > [r...@tndev-linux-32 Adm]# cat /etc/redhat-release > > *Red Hat Enterprise Linux AS release 4 (Nahant Update 5)* > > Ok, here are the RPMs for that: > > For 32-bit: > http://yum.pgrpms.org/9.0/redhat/rhel-4-i386/repoview/letter_p.group.html > > For 64-bit: > http://yum.pgrpms.org/9.0/redhat/rhel-4-x86_64/repoview/letter_p.group.html > > Grab and install postgresql90-libs for libpq. > > Regards, > -- > Devrim GÜNDÜZ > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > PostgreSQL RPM Repository: http://yum.pgrpms.org > Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr > http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz >