Re: Debian AMD64 compile problem

From: Joost Kraaijeveld <J(dot)Kraaijeveld(at)Askesis(dot)nl>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Debian AMD64 compile problem
Date: 2005-11-04 15:11:57
Message-ID: 1131117117.3761.4.camel@Panoramix
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Dave,

> Yeah, it looks like it's finding libpq (which is not always a surpsie if
> it's somewhere in LD_LIBRARY_PATH, but failing to find the headers which
> it needs the precise location of. You can override the header path with
> --with-pgsql-include=/path/to/dir. It expects to find libpq-fe.h (and
> any dependencies) in the directory you specify.
Now I have an executable. Running the executable results in a strange
error:

jkr(at)Panoramix:~/even/pgadmin3-1.4.0-beta3/src$ ./pgadmin3
Fatal Error: Mismatch between the program and library build versions
detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx
containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx
containers,compatible with 2.4).
Aborted

Any ideas? Could it be that the version of wxWidgeds I installed was
compiled with g++ 4.x and I actually used g++ 3.3.5 as I see that the
ABI version is different (102 vs 1002)?

--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J(dot)Kraaijeveld(at)Askesis(dot)nl
web: www.askesis.nl

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2005-11-04 15:25:18 Re: Debian AMD64 compile problem
Previous Message Andreas Pflug 2005-11-04 13:38:33 Re: