Re: trouble building pgbench on CentOS 5.3: /usr/bin/ld: cannot find -lpgport

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Aleksey Tsalolikhin <atsaloli(dot)tech(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: trouble building pgbench on CentOS 5.3: /usr/bin/ld: cannot find -lpgport
Date: 2009-08-12 23:19:22
Message-ID: 14937.1250119162@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Aleksey Tsalolikhin <atsaloli(dot)tech(at)gmail(dot)com> writes:
> Hi. I am trying to build pgbench on CentOS 5.3 x86_64.
> make complains that it cannot find -lpgport

> # cd contrib
> # make all

You need to "make" the rest of the tree first. Or at least the
src/port/ part.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Landscheidt 2009-08-12 23:23:47 Re: Looping through string constants
Previous Message Tom Lane 2009-08-12 23:10:16 Re: Looping through string constants