From: | Alexandra Roy <Alexandra(dot)Roy(at)bull(dot)net> |
---|---|
To: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
Cc: | Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: DBD::Pg 2.15.1 compilation failed |
Date: | 2009-11-25 14:37:34 |
Message-ID: | 4B0D412E.200@bull.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Laurenz, hi all,
My problem with DBD::Pg is solved.
I have used the perl 64-bit, and re-compile DBI, DBD::Oracle, DBD::Pg,
etc... using 64-bit libraries and everything works fine.
DBD::Pg has been built successfully ! The 64-bit build is possible.
I have several problems with DBD::Oracle, in particular during the "make
test" with one test generating a core file, but it seems to work too...
Thank you for your help !
Regards,
Alexandra
Albe Laurenz a écrit :
> Alexandra Roy wrote:
>
>> => I thought that I was using perl 64-bit but it was not the case :-(
>>
>> All the builts I did, for DBI, DBD::Oracle, etc..., have been done with
>> perl 32-bits...
>> But Oracle is 64 bit and PostgreSQL 8.3.8 has been built in 64 bit too.
>>
>
> If you install 64-bit Oracle (in fact there is only 64-bit Oracle for
> AIX), it will install 32-bit libraries too (in the $ORACLE_HOME/lib32
> directory). Your DBD::Oracle is probably linked against those.
>
> Yours,
> Laurenz Albe
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-11-25 14:56:45 | Re: Re: [GENERAL] How duplicate data produce when a UNIQUE index exite ? |
Previous Message | mrciken | 2009-11-25 14:16:52 | Mysql migration to Postgresql |