|
|
Hi, Just wondering, discussed this a few months ago, but on RH9 I don't get it compiled without linking some files. Has nothing to do with openvpn but was just wondering if the workaround is a good one. I have to do these in order to let them be found: ln -s /usr/kerberos/include/krb5.h /usr/include/krb5.h ln -s /usr/kerberos/include/profile.h /usr/include/profile.h ln -s /usr/kerberos/include/com_err.h /usr/include/com_err.h Through some searching I found that this should be put in openssl.pc, so... my /usr/lib/pkgconfig/openssl.pc contains the following (but it doesn't seem to be recognized while configuring? : prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/includeName: OpenSSL Description: Secure Sockets Layer and cryptography libraries and tools Version: 0.9.7a Requires: Libs: -L${libdir} -lssl -lcrypto -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -L/usr/kerberos/lib -ldl -lz Cflags: -I${includedir} -I/usr/kerberos/include -DOPENSSL_NO_KRB5
Thanks, Kristof. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |