Re: Compiling latest pgAdmin 3 fails on Red Hat 8

From: Francis Labrie <francis(dot)labrie(at)smoguli(dot)com>
To: <pgadmin-support(at)postgresql(dot)org> <pgadmin-support(at)postgresql(dot)org> <pgadmin-support(at)postgresql(dot)org>
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Compiling latest pgAdmin 3 fails on Red Hat 8
Date: 2005-04-27 13:46:47
Message-ID: 043bc7c8be5c08d3d67e078c48f5151a@smoguli.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Dave Page wrote:
>> I'm trying to compile HEAD pgAdmin 3 extracted from the CVS
>> repository (on 2005-04-26) with wxWidgets / GTK 1.6.0 on Red Hat
>> Linux 8, but it fails with this message:
>>
>> [...]
>> Has the previous pgAdmin 1.2.1 with wxWidget 1.5.5 combo, a
>> « -L/usr/kerberos/lib -lkrb5 » seems missing. With 1.2.1, I was able
>> to add this reference directly in the "LIBS" definitin in the
>> Makefile, but now it seems impossible: I can't find no more "LIBS"
>> variable in the Makefile.
>>
>> So how can I add the Kerberos reference into the link process?  
>  Does:
>
> LDFLAGS="-L/usr/kerberos/lib -lkrb5" \
> ./configure <whatever options you want>
>  
> work?

Yes, thank you very much!

But now, I get an error on install:

$ sudo make install
Making install in src
make[1]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[2]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
/bin/sh ../config/mkinstalldirs /usr/local/pgadmin3/bin
/usr/local/bin/install -c pgadmin3 /usr/local/pgadmin3/bin/pgadmin3
make install-exec-hook
make[3]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[3]: *** No rule to make target `install-exec-hook'. Stop.
make[3]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make: *** [install-recursive] Error 1

Is that "install-exec-hook" target essential? Is there any typo in this
make target? Thanks.

Kind regards,

--
Francis Labrie
Saint-Bruno-de-Montarville, Québec, Canada

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2005-04-27 15:44:25 Re: Compiling latest pgAdmin 3 fails on Red Hat 8
Previous Message Dave Page 2005-04-27 13:09:51 Re: Compiling latest pgAdmin 3 fails on Red Hat 8