From: Saeed Bhuta on
Lars Haugseth wrote:
> * Saeed Bhuta <saeed.bhuta(a)placr.co.uk> wrote:
>>
>> Here is the result of the '$ dpkg --get-selections' command;
>> http://pastebin.com/6SRaW4KL
>>
>> Looked in Synaptic, seemed like all the right server and client packages
>> were installed.
>
> Looks like you're missing the libpq5 and libpq-dev packages.

When I try to install them using the command:

sudo apt-get libpq5 libpq-dev

I get the message;

Reading package lists... Done
Building dependency tree
Reading state information... Done
libpq5 is already the newest version.
libpq-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

:S
--
Posted via http://www.ruby-forum.com/.

From: Reid Thompson on
On Mon, 2010-03-01 at 23:19 +0900, Saeed Bhuta wrote:
> Here is the result of the '$ dpkg --get-selections' command;
> http://pastebin.com/6SRaW4KL
>
> Looked in Synaptic, seemed like all the right server and client packages
> were installed.

pastebin the output of

$ apt-cache search postgresql

From: Saeed Bhuta on
Reid Thompson wrote:
> On Mon, 2010-03-01 at 23:19 +0900, Saeed Bhuta wrote:
>> Here is the result of the '$ dpkg --get-selections' command;
>> http://pastebin.com/6SRaW4KL
>>
>> Looked in Synaptic, seemed like all the right server and client packages
>> were installed.
>
> pastebin the output of
>
> $ apt-cache search postgresql

http://pastebin.com/7qCufpx1

I don't think that is all of the output, I copied what was displayed on
the terminal.

Many Thanks,

Saeed
--
Posted via http://www.ruby-forum.com/.

From: Reid Thompson on
On Tue, 2010-03-02 at 00:58 +0900, Saeed Bhuta wrote:
> Reid Thompson wrote:
> > On Mon, 2010-03-01 at 23:19 +0900, Saeed Bhuta wrote:
> >> Here is the result of the '$ dpkg --get-selections' command;
> >> http://pastebin.com/6SRaW4KL
> >>
> >> Looked in Synaptic, seemed like all the right server and client packages
> >> were installed.
> >
> > pastebin the output of
> >
> > $ apt-cache search postgresql
>
> http://pastebin.com/7qCufpx1
>
> I don't think that is all of the output, I copied what was displayed on
> the terminal.
>
> Many Thanks,
>
> Saeed

what do the following commands return

$pg_config --libdir


$pg_config --bindir

From: Saeed Bhuta on
Reid Thompson wrote:
> On Tue, 2010-03-02 at 00:58 +0900, Saeed Bhuta wrote:
>> > $ apt-cache search postgresql
>>
>> http://pastebin.com/7qCufpx1
>>
>> I don't think that is all of the output, I copied what was displayed on
>> the terminal.
>>
>> Many Thanks,
>>
>> Saeed
>
> what do the following commands return
>
> $pg_config --libdir
>
>
> $pg_config --bindir

pg_config --libdir
/usr/lib

pg_config --bindir
/usr/lib/postgresql/8.4/bin
--
Posted via http://www.ruby-forum.com/.

First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5 6 7
Prev: Counting a string
Next: Execute a stub written in plsql