Thread: intro & compile report :)

intro & compile report :)

From
David Fetter
Date:
Hi,

I've been using PostgreSQL in production for a couple of years
now--it's been great, and, more importantly, moving forward at a
pretty amazing pace.

I just got today's pgAdmin3 compiled & running on a vanilla Redhat 9
system.  Doing this involved 2 teensy bits of surgery, namely
symlinking /usr/lib/libtiff.so.3.5 to /usr/lib/libtiff.so and the
following patch to pgadmin.spec:

*** pgadmin3.spec       2003-07-06 11:31:35.000000000 -0700
--- ../BUILD/pgadmin3/pgadmin3.spec     2003-06-25 03:31:54.000000000
-0700
***************
*** 14,20 ****
  Release: %{minor_version}
  License: Artistic
  Group: Applications/Databases
! Source: pgadmin3-src-20030706.tar.gz
  URL: http://www.pgadmin.org/
  Packager: pgAdmin project <pgadmin-hackers@postgresql.org>
  BuildRoot: %{_tmppath}/%{name}-root
--- 14,20 ----
  Release: %{minor_version}
  License: Artistic
  Group: Applications/Databases
! Source: pgadmin3-%{version}.tar.bz2
  URL: http://www.pgadmin.org/
  Packager: pgAdmin project <pgadmin-hackers@postgresql.org>
  BuildRoot: %{_tmppath}/%{name}-root

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100    cell: +1 415 235 3778

Re: intro & compile report :)

From
Jean-Michel POURE
Date:
> ! Source: pgadmin3-src-20030706.tar.gz
> ! Source: pgadmin3-%{version}.tar.bz2

Dear David,

Thanks for the patch, applied with modifications:
Source: pgadmin3-%{major_version}.tar.bz2
:)

Don't loose time installing from source. We provide daily snapshots for the
following GNU/Linux systems: RedHat 9, SuSE 8.2, Mandrake 9.1, Debian and
Slackware.

Installation information can be found here:
http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/pgadmin3/docs/en_US/snapshots.html

Our Redhat 9 packages can be installed on stock distributions. They are built
with Unicode, debug and linked agains GTK2 staticly, which means that
wxWindows does not need to be installed.

Using our packages, there is no need to create a symlink. Could you tell us
more about this symlink?

Cheers, Jean-Michel POURE