Mailing List Archive

ägypten2 with kde3.2 pinentry-qt problem
hi

i just tried to install Ägypten 2 as described at
http://www.gnupg.org/aegypten2/index.html.

when i come to the 8:th step (pinentry) the configure
script cannot find Qt, and reports:

Pinentry v0.7.1 has been configured as follows:
Curses Pinentry: yes
GTK+ Pinentry: yes
Qt Pinentry: no
Fallback to Curses: yes

the configure output also says:
checking for Qt... no
checking if Qt compiles without flags... no

but Qt is installed and is version: 3.3.2-2.

what should be done to resolve this?

kb




__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
Re: ägypten2 with kde3.2 pinentry-qt problem [ In reply to ]
On Sunday 30 May 2004 13:24, k b wrote:
> hi
>
> i just tried to install Ägypten 2 as described at
> http://www.gnupg.org/aegypten2/index.html.
>
> when i come to the 8:th step (pinentry) the configure
> script cannot find Qt, and reports:
>
> Pinentry v0.7.1 has been configured as follows:
> Curses Pinentry: yes
> GTK+ Pinentry: yes
> Qt Pinentry: no
> Fallback to Curses: yes
>
> the configure output also says:
> checking for Qt... no
> checking if Qt compiles without flags... no
>
> but Qt is installed and is version: 3.3.2-2.
>
> what should be done to resolve this?

Tell configure where to find the Qt library? It's probably not where the
configure script expects it to be.

Regards,
Ingo
Re: ägypten2 with kde3.2 pinentry-qt problem [ In reply to ]
On Sunday 30 May 2004 14:24, k b wrote:
> --- Ingo Klöcker <kloecker@kde.org> wrote:
> > On Sunday 30 May 2004 13:24, k b wrote:
> > > the configure output also says:
> > > checking for Qt... no
> > > checking if Qt compiles without flags... no
> > >
> > > but Qt is installed and is version: 3.3.2-2.
> > >
> > > what should be done to resolve this?
> >
> > Tell configure where to find the Qt library? It's
> > probably not where the
> > configure script expects it to be.
>
> that helped, thanks.
> a suggestion would be to add the following paths for
> autodetection in the configure script:
> /usr/lib/qt-3.3
> /usr/lib/qt-3.2
>
> which seems to be the standard place for Qt on fedora
> core.

And on SuSE it's /usr/lib/qt3.

Anyway, the correct solution is to ask Trolltech to install a qt-config
script which tells the configure script where the Qt library is
located. Just like all other libraries do.

Regards,
Ingo