dbTalk Databases Forums  

client library installation

comp.databases.postgresql comp.databases.postgresql


Discuss client library installation in the comp.databases.postgresql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Coniglio Sgabbiato
 
Posts: n/a

Default client library installation - 02-28-2008 , 01:39 PM






Hi,
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.

Reply With Quote
  #2  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM






Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #3  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #4  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #5  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #6  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #7  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #8  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #9  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: client library installation - 02-29-2008 , 05:38 AM



Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
Quote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.
There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe


Reply With Quote
  #10  
Old   
Coniglio Sgabbiato
 
Posts: n/a

Default Re: client library installation - 03-10-2008 , 03:26 AM



Laurenz Albe ha scritto:
Quote:
Coniglio Sgabbiato <nobody (AT) nowhere (DOT) it> wrote:
I cannot find out from postgresql.org the tar.gz client library
installation from linux, does someone knows the procedure to install
*only* client libraries on a linux box? After that I should be able to
install the DBD::Pg driver in a smooth way.
Or, better, is someone so smart to point out the correct shared objects
to copy to the correct directory and the correct environment variable to
set? It would be nice to avoid make, make install and to simply copy the
needed .so from the server.

There are ready made binary packages for PostgreSQL available for many
Linux distributions. If one of these is good for you, use that.
You'd have to install the "libs" and the package.

If you want to compile DBD::Pg yourself you will also need the "devel"
package.

If none of the binary packages works for you, install from source as
described here:
http://www.postgresql.org/docs/curre...procedure.html

There is a heading "Client-only installation" on this page.

Yours,
Laurenz Albe
mmmhh... I have to install packages on a RHEL 4, on this page:
http://www.postgresql.org/ftp/binary...t/rhel-4-i386/
I find a lot of packages, and I'm a bit confused, should I install:
compat-postgresql-libs-3-2PGDG.rhel4.i686.rpm
or:
postgresql-libs-8.3.0-1PGDG.rhel4.i686.rpm
or something else? or is it safer to compile and install from sources?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.