|
|
Kristof Hardy <kristof.hardy@xxxxxxxxxxxxxxx> said: > > Hi, > > Ouch. I just found the 'solution' in a newsgroup post > (http://www.vovida.org/pipermail/vocal/2003-April/008928.html) > > As said in the follow-up, this is not such a good idea. But hey, it works.. > > Any idea if this 'error' is "normal" ? I know that when RH9 first came out, it broke OpenVPN's ./configure with respect to OpenSSL. You will notice the following code in configure.ac which worked around the problem as it existed at that time: case "$target" in *linux*) AC_DEFINE(TARGET_LINUX, 1, [Are we running on Linux?]) dnl RH9 SSL headers workaround if test -z $CS_HDR_DIR && test "$CRYPTO" = "yes"; then CPPFLAGS="$CPPFLAGS $(pkg-config --cflags openssl 2>/dev/null)" fi ;; James ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |