From kopete-devel Sat May 10 05:03:37 2003 From: Robert Williams Date: Sat, 10 May 2003 05:03:37 +0000 To: kopete-devel Subject: [Kopete-devel] X-MARC-Message: https://marc.info/?l=kopete-devel&m=105254292210867 (I did some snipping of lines) I am getting the same error mesage when I create an rpm for RH9. I am curious why this solution works: "If you're using RH8 or 9 you need to edit configure and change the kde_appsdir from "applnk" to "applnk-redhat" (there's 2 occurrences)" Will this be added to the configure file? I am wondering if this happens to all KDE apps that are compiled using rpm. And why does adding -redhat make a difference? It also looks like RedHat moved the kerberos .h files around. Is this the new way, or did RedHat do this on their own? On Saturday 03 May 2003 19:34, Fa Yoeu wrote: > I am using a stock redhat 9.0 box. I do have openssl installed. I am > getting the following error message while compiling: > > [root at localhost fayoeu]# rpm -qa |grep openssl > openssl-devel-0.9.7a-5 > openssl-0.9.7a-5 > > In file included from /usr/include/openssl/ssl.h:179, > from qssl.cpp:27: > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory > In file included from /usr/include/openssl/ssl.h:179, > from qssl.cpp:27: > /usr/include/openssl/kssl.h:132: 'krb5_enctype' is used as a type, but > is not > defined as a type. > /usr/include/openssl/kssl.h:134: parse error before `*' token > /usr/include/openssl/kssl.h:147: parse error before `*' token > /usr/include/openssl/kssl.h:151: parse error before `*' token > /usr/include/openssl/kssl.h:153: parse error before `*' token > /usr/include/openssl/kssl.h:155: parse error before `*' token > /usr/include/openssl/kssl.h:157: parse error before `*' token > /usr/include/openssl/kssl.h:159: `krb5_context' was not declared in this > scope you may find krb5.h under /usr/kerberos/include so all you have to do, when configuriong, is : ./configure --with-extra-includes=/usr/kerberos/include If you're using RH8 or 9 you need to edit configure and change the kde_appsdir from "applnk" to "applnk-redhat" (there's 2 occurences) and configure this way : ./configure --prefix=/usr --with-extra-includes=/usr/kerberos/include bye _______________________________________________ Kopete-devel mailing list Kopete-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/kopete-devel