Re: crash

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Pico" <picodon(dot)forever(at)free(dot)fr>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: crash
Date: 2004-12-06 08:25:06
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4527CD9@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Pico [mailto:picodon(dot)forever(at)free(dot)fr]
> Sent: 06 December 2004 07:57
> To: Dave Page
> Cc: pgadmin-support(at)postgresql(dot)org
> Subject: RE: [pgadmin-support] crash
>
> > > > What OS/version are you actually running?
> > >
> > > Mandrake Linux 10.1
> >
> > Ahh, OK. There's obviously a slightly odd set of package
> versions on
> > that platform. We had some commits for an MDK10.1 RPM
> update the other
> > day, so hopefully we'll have an appropriate RPM available
> soon. In the
> > meantime, can you compile from source OK?
>
> So, I compile from source.
>
> I download wxWidgets, tar -xzf, I compile :
>
> ./configure --with-gtk --enable-gtk2 --enable-unicode
> --disable-shared --enable-debug --enable-mimetype=no make
> sudo make install
>
>
> cd contrib/src/stc
> make
> sudo make install
>
>
> I download pgadmin3-1.2.0 sources, tar -xzf,
>
> ./configure --enable-static --enable-debug

Did you install wx into /usr? If so, you can point pgAdmin at it using
something like:

./configure --enable-static --enable-debug --with-wx=/usr

One of the changes that went in post-1.2.0 also changed the configure
script slightly - apparently on MDK10.1 (at least, in the wx RPM
distro), the libraries have slightly non-standard names - iirc, they
have underscores in them instead of hyphens. If you find you need this
update, please let me know.

In the meantime, I am trying to arrange to get MDK rpms made available.

Regards, Dave

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Pico 2004-12-06 08:35:44 Re: crash
Previous Message Pico 2004-12-06 07:56:53 Re: crash