Re: Problem installing pgadmin3-1.12.1

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Peter Oram <peter(dot)oram(at)dodo(dot)com(dot)au>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Problem installing pgadmin3-1.12.1
Date: 2010-12-17 05:34:54
Message-ID: AANLkTikQVA096Oab1w89ucLmEXJWcagZUGpwKygd3Lfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Peter,

Please use the script 'xtra/wx-build/build-wxgtk' found under pgadmin source
directory to build the wxGTK/wxWidgets.
i.e. (with root)
/bin/bash <pgAdmin_source_path>/xtra/wx-build/build-wxgtk <wxGTK_source_dir>

The error suggests that stc (wxStyledText) is not installed from the contrib
module of wxGTK.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

On Fri, Dec 17, 2010 at 9:37 AM, Peter Oram <peter(dot)oram(at)dodo(dot)com(dot)au> wrote:

> I am attempting to install pgAdmin3 version 1.12.1 on an Oracle Solaris 11
> Express 2010.11 system.
>
> I have the recommended version of GTK2, GNU automake, autoconf and gcc
> installed as part of my development environment.
>
> I have updated the wxGTK package to 2.8.11, and also have above the
> recommended versions of libxml2, libcslt.
>
> I have also installed PostgreSQL 9.0.1 on my system. All the above
> installed without errors, either as an installed package of the OS or from
> source, such as wxGTK and PostgreSQL.
>
> pgAdmin3 installed without errors, but when I try to run the application, I
> get the following error:
>
> ld.so.1: pgadmin3: fatal: relocation error: file
> /usr/local/pgadmin3/bin/pgadmin3: symbol _ZTI16wxStyledTextCtrl: referenced
> symbol not found
>
> Note: PostgreSQL was installed using the "--with-openssl" configure option.
> wxGTK was installed with the "--with-gtk --enable-gtk2 --enable-unicode
> --enable-mimetype=no --enable-shared --enable-debug --disable-gtktest"
> configure options.
> The current default library path is set to:
> /lib:/usr/lib:/usr/local/lib:/usr/sfw/lib:/usr/local/pgsql/lib:/usr/ccs/lib:/usr/dt/lib:/usr/gnu/lib/usr/X11/lib
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Mashuka 2010-12-17 13:37:02 Error when installing pgAdmin on Windows 7 x64
Previous Message Peter Oram 2010-12-17 04:07:20 Problem installing pgadmin3-1.12.1