Displaying 1 result from an estimated 1 matches for "m15wicc".
2001 Aug 14
1
configure bug
This was dicovered in openssh-2.9p2 on BSDi 4.1. If you configure
--with-ssl-dir and give a relative path (like ../openssl-0.9.6b), it will
not compile because that path is no longer valid once it cds to
openbsd-compat. In the CPPFLAGS variable in openbsd-compat/Makefile, you
can put in another ../ (-I../openssl-0.9.6a/include becomes
-I../../openssl-0.9.6a/include) and it works.
Perhaps there