Re: Postgres 9.1 package for i.MX51X processor from Freescale

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 9.1 package for i.MX51X processor from Freescale
Date: 2012-02-16 05:32:46
Message-ID: 4F3C94FE.9090400@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/15/12 7:00 PM, Jayashankar K B wrote:
>
> Is there a ready postgres 9.1 Package for the i.MX51X processor (ARM
> Cortex architecture) available or do I need to compile the Postgres
> source myself ?
>
> I need it for a board having the i.MX51 processor and Linux (one of
> the latest versions of kernel – yet to decide the exact version).
>
> If I need to compile postgres source, then what parameters should I
> use for this particular processor architecture ?
>
> Also, I am yet to find a cross compilation tool chain for this processor.
>
> If any ideas, please share.
>

from the perspective of compiling a package like Postgres, the libc and
other libraries version is more important than the kernel

IMHO, the important things to decide at compile time are...

* prefix directory
* ssl support?
* plpython?
* plperl?
* uuid support?

ssl, perl, python, and uuid will all require the appropriate runtime
libraries.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-02-16 05:44:16 Re: order of evaluation of search arguments
Previous Message Adrian Klaver 2012-02-16 03:18:45 Re: MD5 salt in pg_authid password hashes