From: | "Shoaib Mir" <shoaibmir(at)gmail(dot)com> |
---|---|
To: | "Dave Page" <dpage(at)postgresql(dot)org> |
Cc: | surabhi(dot)ahuja <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: installation problem, for Postgres 8.2.0 |
Date: | 2006-12-11 11:17:36 |
Message-ID: | bf54be870612110317n5f7b8360w728b76ce072eefcc@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
The case here is that he might be using a RPM which is for FC5 and been used
on FC4 which is why it keeps on looking for so.5 as libreadline.so.5 is the
updated libreadline.so.4 in FC5.
I have tried making symlinks (workaround) in the past and that worked for me
this way when I used a FC5 built RPM on FC4 :)
---------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)
On 12/11/06, Dave Page <dpage(at)postgresql(dot)org> wrote:
>
> Shoaib Mir wrote:
> > Logged in as 'root' user do the following:
> >
> > ln -s /usr/lib/libreadline.so.4 /usr/lib/libreadline.so.5
> >
> > And then continue with the installation....
>
> I'm no RPM expert, but doesn't a failed RPM dependency require that you
> install the correct RPM rather than adding probably-incompatible
> symlinks between different major versions of a library?
>
> I'd suggest finding and installing a libreadline5 RPM.
>
> Regards, Dave
>
From | Date | Subject | |
---|---|---|---|
Next Message | Hannes Dorbath | 2006-12-11 11:21:14 | Re: tsearch2 and pdf files |
Previous Message | Dave Page | 2006-12-11 11:12:10 | Re: installation problem, for Postgres 8.2.0 |