Re: configure doesn't find my pgsql installation

From: Linuxer Wang <linuxerwang(at)gmail(dot)com>
To: blacknoz(at)club-internet(dot)fr
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: configure doesn't find my pgsql installation
Date: 2005-06-07 04:24:05
Message-ID: 42A52165.6020900@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

blacknoz(at)club-internet(dot)fr wrote:

>Please, stay on the list.
>
>I have no time for this now, maybe you didn't enable unicode in the wx build. Someone has another idea ?
>
>
Hi,

I successfully compiled and installed the pgadmin3. Youare right, I
recompiled the wxGTK2 and enabled the unicode, that's a key point.
My command for the whole compilation is as follows:
(With root user)

# tar xvfj wxGTK-2.6.1.tar.bz2
# cd wxGTK-2.6.1
# mkdir buildgtk
# cd buildgtk
# ../configure --with-gtk --enable-gtk2 --enable-unicode
# make
# make install
# cd contrib/src/stc/
# make
# make install
# cd ../ogl/
# make
# make install
# ldconfig

# tar xvfz pgadmin3.tar.gz
# cd pgadmin3
# sh bootstrap
# ./configure
# make
# make install

The installation script didn't create a link of the executing program
pgadmin to /usr/bin or /usr/local/bin, so I have to make a link manually.

Thank you guys so much,
Best Regards,

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-06-07 12:49:54 SVN Commit by dpage: r4282 - in trunk/pgadmin3: . src/dlg
Previous Message svn 2005-06-06 16:05:25 SVN Commit by dpage: r4281 - trunk/pgadmin3/i18n/pt_BR