Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
On 2012-09-27 11:51:46 +0800, a...@hsk.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

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread a...@hsk.hk
Hi, I have tried to compile it in my local machine, I could not reproduce the issue yet. Does anyone else have idea what the reason would be? Would the issue come from the config file? Regards Arthur On 27 Sep 2012, at 7:46 PM, Leonardo M. Ramé wrote: On 2012-09-27 11:51:46 +0800,

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
On 2012-09-27 21:44:21 +0800, a...@hsk.hk wrote: Hi, I have tried to compile it in my local machine, I could not reproduce the issue yet. Does anyone else have idea what the reason would be? Would the issue come from the config file? Regards Arthur On 27 Sep 2012, at 7:46 PM,

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Adrian Klaver
On 09/27/2012 04:46 AM, Leonardo M. Ramé wrote: On 2012-09-27 11:51:46 +0800, a...@hsk.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

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
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, a...@hsk.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

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
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, a...@hsk.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

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
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, a...@hsk.hk wrote: Hi, Could you provide the steps and commands you used to compile 9.1? I want to

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-27 Thread Leonardo M . Ramé
On 2012-09-27 11:21:04 -0300, Leonardo M. Ramé wrote: 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, a...@hsk.hk wrote: Hi, Could you provide

[GENERAL] Linux PowerPC 64bits issue

2012-09-26 Thread Leonardo M . Ramé
Hi, I compiled PostgreSql 9.1 from sources in a OpenSuse 10.1 PowerPC machine. While trying to test one application, I've got errors just before connecting to the database, and found my app is loading linux-vdso64.so.1 while libpq.so uses linux-vdso32.so.1 This means the PostgreSql libraries

Re: [GENERAL] Linux PowerPC 64bits issue

2012-09-26 Thread a...@hsk.hk
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 On 27 Sep 2012, at 7:46 AM, Leonardo M. Ramé wrote: Hi, I compiled PostgreSql 9.1 from sources in a OpenSuse 10.1 PowerPC machine. While trying to test one