pgadmin3 questions/bug?

From: "George T(dot) Gibson" <gtgibson(at)jbstamping(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgadmin3 questions/bug?
Date: 2003-06-19 16:34:03
Message-ID: 3EF1E5FB.4080109@jbstamping.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

When using slackware package I get:

./pgAdmin3: error while loading shared libraries: libpq.so.3: cannot
open shared object file: No such file or directory

For me, libpq.so.3 is located in /usr/local/pgsql/lib/libpq.so.3

Is it looking for the postgres library in some other location?

So because that didn't work, I downloaded the source and tried to
compile. I also downloaded and installed wxBase and wxAll (All front
end packages).

.configure command seemed to go ok but when I tried to make I got a
bunch of errors. I did not include all, just the last ones. Please let
me know if you need more. Here are the ones it died on:

include/frmMain.h:113: non-member function `const wxEventTable*
GetEventTable()
' cannot have `const' method qualifier
include/frmMain.h:114: parse error before `}' token
pgAdmin3.cpp: In member function `virtual bool pgAdmin3::OnInit()':
pgAdmin3.cpp:191: `wxXmlResource' undeclared (first use this function)
pgAdmin3.cpp:191: parse error before `::' token
pgAdmin3.cpp: In member function `bool pgAdmin3::LoadAllXrc(wxString)':
pgAdmin3.cpp:287: parse error before `::' token
make[2]: *** [pgAdmin3.o] Error 1
make[2]: Leaving directory `/usr/src/pgadmin3-0.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pgadmin3-0.1.1'
make: *** [all] Error 2

Thanks for the help.

--
J.B. Stamping, Inc.
George Gibson
7413 Associate Ave.
Cleveland, OH 44144
216.631.0013 216.631.1327 fax
gtgibson(at)jbstamping(dot)com

Browse pgadmin-support by date

  From Date Subject
Next Message Dan Langille 2003-06-19 17:35:37 Migration Wizard doesn't appear
Previous Message Sven Köhler 2003-06-19 16:17:12 Re: pgAdmin III