Re: Linux PowerPC 64bits issue

From: Leonardo M(dot) Ramé <l(dot)rame(at)griensu(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: "ac(at)hsk(dot)hk" <ac(at)hsk(dot)hk>, pgsql-general(at)postgresql(dot)org
Subject: Re: Linux PowerPC 64bits issue
Date: 2012-09-27 14:21:04
Message-ID: 20120927142104.GA5810@leonardo-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2012-09-27 11:02:48 -0300, Leonardo M. Ramé wrote:
> On 2012-09-27 06:53:57 -0700, Adrian Klaver wrote:
> > On 09/27/2012 04:46 AM, Leonardo M. Ramé wrote:
> > >On 2012-09-27 11:51:46 +0800, ac(at)hsk(dot)hk wrote:
> > >>Hi,
> > >>
> > >>Could you provide the steps and commands you used to compile 9.1?
> > >>
> > >>I want to reproduce your case in my machine
> > >>
> > >>Regards
> > >>Arthur
> > >>
> > >
> > >Yes, I downloaded postgresql-9.1.5.tar.gz from the PostgreSql web site,
> > >then did this:
> > >
> > >tar xvfz postgresql-9.1.5.tar.gz
> > >cd postgresql-9.1.5
> > >./configure
> > >make
> > >make install
> >
> > By any chance did you in the past install a Postgres RPM that may
> > introduced 32 bit libraries that the source is linking against?
> >
>
> Is it possible to force linking against only to libraries residing in my
> /usr/lib64 ?.
>
> --
> Leonardo M. Ramé
> Medical IT - Griensu S.A.
> Av. Colón 636 - Piso 8 Of. A
> X5000EPT -- Córdoba
> Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
> Cel.: +54 9 351 6629292
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

I'd executed this command to remove all 32 bit packages from the system
(remember this is an OpenSuse system):

rpm -qa --qf '%{name}.%{arch}\n' | grep 'i[36]86$' | xargs rpm -e

But it returned "rpm: no packages given for erase". So, there shouldn't
be 32bit libraries in the system.

Regards,
--
Leonardo M. Ramé
Medical IT - Griensu S.A.
Av. Colón 636 - Piso 8 Of. A
X5000EPT -- Córdoba
Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
Cel.: +54 9 351 6629292

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo M. Ramé 2012-09-27 14:31:17 Re: Linux PowerPC 64bits issue
Previous Message Leonardo M. Ramé 2012-09-27 14:02:48 Re: Linux PowerPC 64bits issue