Apparently compile problems with RedHat 9

Per Winkvist per.winkvist at telia.com
Mon May 12 06:36:14 BST 2003


On Sunday 11 May 2003 20:47, Martijn Klingens wrote:
> On Sunday 11 May 2003 18:19, Waldo Bastian wrote:
> > On Sunday 11 May 2003 17:41, Martijn Klingens wrote:
> > > 2. KERBEROS INCLUDES
> > > --------------------
> > > No, Kopete doesn't use Kerberos directly :)
> > >
> > > But kssl's includes include openssl headers, and those include kerberos
> > > stuff, which in turn cause a Kopete build to fail because of the
> > > includes being in a place not being searched.
> >
> > This has nothing to do with KDE's kssl, but with qssl.cpp which includes
> > openssl headers. KDE's kssl uses KDE_CHECK_SSL to see if ssl is installed
> > and to adjust various include paths, maybe qssl should use those checks
> > as well.
>
> Hmm, the only way to fix that is to have PSI use kssl instead of its own
> ssl implementation. But that's not up to Kopete to decide, that's a libpsi
> thing.
>
> Looks like our copy of libpsi needs to be fixed locally and/or a local
> configure check is needed.
>
> > I don't see anything in there that directly address kerberos btw.
>
> Compilation bails out on krb5.h, which is a Kerberos v5 include AFAIK.
>
> Anyway, looks like the SSL thing is ours to deal with and not something for
> admin/. I mistakenly read kssl.h as the KSSL from kdelibs, sorry :)

Adding this to configure line fixes the krb5.h error
	--with-extra-includes=/usr/kerberos/include/


	Per




More information about the kde-core-devel mailing list