I can't believe you are still on 7.3, but whatever. On Mon, 2004-05-17 at 11:35, Nicholas Ruddick wrote:
> res_crypto.c:25:25: openssl/ssl.h: No such file or directory > res_crypto.c:26:25: openssl/err.h: No such file or directory Those two entries alone solve whats wrong. When you don't have .h files, you are missing the -dev or -devel packages for whatever it is they belong to. In this case, you are missing the openssl-devel package. Good luck finding the one for such a vintage version of RedHat. -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
