Обсуждение: pgadmin

Поиск
Список
Период
Сортировка

pgadmin

От
Mark Fenbers
Дата:
I'm having trouble with installing pgadmin.  If this is not the 
apporpriate group for seeking help with this, please excuse me and tell 
the correct one.  I have not found anything else more appropriate.

'make' for pgadmin fails, I think it is because I don't have wxWidgets.  
wxWidgets fails.  I think it is because I don't have Motif/Lesstif.  
Lesstif fails because of another large list of dependencies.  For Pete's 
sake!  Do I have to double the size of my Operating System (which is 
Linux, Redhat 9, BTW) just to install pgadmin?  I've installed lots of 
software packages over the years, mostly through the 
./configure;make;make install sequence, but this is the most difficult 
installation I've ever encountered.  I don't have a stripped down 
version of the O/S either... it's pretty much a full install of RH9.

I'm thinking that I must be doing something wrong.  PostgreSQL and 
PostGIS installed without any problems, but this single utility 
(pgadmin) is really throwing me for a loop.

Does anyone have any ideas I could try?

Mark


Re: pgadmin

От
"Owen Jacobson"
Дата:
Mark Fenbers wrote:

> I'm having trouble with installing pgadmin.  If this is not the
> apporpriate group for seeking help with this, please excuse
> me and tell
> the correct one.  I have not found anything else more appropriate.
>
> 'make' for pgadmin fails, I think it is because I don't have
> wxWidgets.
> wxWidgets fails.  I think it is because I don't have Motif/Lesstif.
> Lesstif fails because of another large list of dependencies.
> For Pete's
> sake!  Do I have to double the size of my Operating System (which is
> Linux, Redhat 9, BTW) just to install pgadmin?  I've
> installed lots of
> software packages over the years, mostly through the
> ./configure;make;make install sequence, but this is the most
> difficult
> installation I've ever encountered.  I don't have a stripped down
> version of the O/S either... it's pretty much a full install of RH9.
>
> Does anyone have any ideas I could try?

Find and install an RPM (or an SRPM) for pgadmin, rather than installing it from the source tarball?  The pbone RPM
searchsuggests that there are such things, though they may be a few versions behind*. 

When I was using redhat 9, I found that apt-rpm was invaluable; the lack of any other automatic dependency resolution
toolsdid rather make RPMs a pain. 

-Owen

* for Redhat 9.  There's more-recent pgadmin packages for Fedora, which may have spec files you can make use of to
buildan RPM for older Redhat. 


Re: pgadmin

От
Tom Lane
Дата:
Mark Fenbers <Mark.Fenbers@noaa.gov> writes:
> ... I don't have a stripped down 
> version of the O/S either... it's pretty much a full install of RH9.

> I'm thinking that I must be doing something wrong.

Er ... using RH9 maybe?  That's been obsolete for a long time.
Fedora Core 3 or 4 would be something reasonable to be using today.

Anyway, no this is not the right list for asking for build help for
pgadmin.  Try pgadmin-support, or maybe pgadmin-hackers.
        regards, tom lane