Problem on porting PostgreSQL to XScale

From: "Jeffrey Do" <jeffrey(dot)do(at)163(dot)com>
To: <pgsql-ports(at)postgresql(dot)org>
Subject: Problem on porting PostgreSQL to XScale
Date: 2004-07-15 07:12:22
Message-ID: 000801c46a3b$152c5c60$0b06a8c0@allbone
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Dear sir:

Now I'm using a developing platform designed by Intel.The processor is PXA255(arm v5TE).
I planed to run postgresql on it,so I compile the package 7.4.3 with arm toolchain in this way:

./configure --host=arm-linux --without-readline --without-zlib
make
make install

The compilation was successful.But when I login as "postgre"(a non-root account) and run
the command "initdb" ,it says :

The input file '/usr/local/pgsql/share/postgres.bki' needed by initdb does not
belong to PostgreSQL 7.3.6. Check your installation or specify the
correct path using the -L option.

I also tried the version 7.3.6 ,but the problem still existed. What should I do ?

Thanks for your help !

Jeffrey
7/15/2004

Browse pgsql-ports by date

  From Date Subject
Next Message Perry Smith 2004-07-19 20:08:35 US-ASCII on Mac OS X
Previous Message Lamar Owen 2004-07-13 21:50:19 Re: Slony-1 in 7.4.3 RPM