X-Received: by 10.236.178.98 with SMTP id e62mr1913911yhm.50.1400534498858; Mon, 19 May 2014 14:21:38 -0700 (PDT) X-Received: by 10.140.96.161 with SMTP id k30mr55387qge.33.1400534498751; Mon, 19 May 2014 14:21:38 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!c1no10832469igq.0!news-out.google.com!qf4ni2017igc.0!nntp.google.com!c1no10832466igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.databases.postgresql Date: Mon, 19 May 2014 14:21:38 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=172.13.168.133; posting-account=FoE9dQoAAACmM3ULD2UpxS3MpLV6YN3l NNTP-Posting-Host: 172.13.168.133 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <887f883e-e083-4054-aa80-7f13cea16fda@googlegroups.com> Subject: install perl DBD::Pg problem From: juliani.moon@gmail.com Injection-Date: Mon, 19 May 2014 21:21:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.databases.postgresql:568 I encounter a problem installing perl DBD::Pg on Ubuntu with regard to Pg information. Here is what I did: Ubuntu_bash> sudo apt-get install postgresql-server-dev-9.1 and it's up running. Ubuntu_bash> sudo cpan CPAN> install DBD::Pg ................................................ Enter a valid PostgreSQL postgres major version number 9 Enter a valid PostgreSQL postgres minor version number 1 Enter a valid PostgreSQL postgres patch version number 13 You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. Enter a valid PostgreSQL postgres bin dir /usr/lib/postgresql/9.1/bin/ You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. Enter a valid PostgreSQL postgres include dir /usr/lib/postgresql/9.1/lib You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. Enter a valid PostgreSQL postgres library dir /usr/lib/postgresql/9.1/lib PostgreSQL version: 90113 (default port: 5432) ................................................ In file included from Pg.xs:13:0: Pg.h:35:22: fatal error: libpq-fe.h: No such file or directory compilation terminated. make: *** [Pg.o] Error 1 TURNSTEP/DBD-Pg-3.2.0.tar.gz /usr/bin/make -- NOT OK Could someone suggest what was wrong and how can I get by this? Thanks in advance! joe