https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234080
--- Comment #11 from Kevin Reinholz <[email protected]> --- So far, so good. Here are a few highlights from rebuilding apr1: --with-openssl=/usr configure: checking for openssl in /usr checking openssl/x509.h usability... yes checking openssl/x509.h presence... yes checking for openssl/x509.h... yes checking for EVP_CIPHER_CTX_new in -lcrypto... yes checking for SSL_accept in -lssl... yes setting APRUTIL_LDFLAGS to "-L/usr/lib" setting APRUTIL_INCLUDES to "-I/usr/include" checking whether EVP_PKEY_CTX_new is declared... yes setting LDADD_crypto_openssl to "-L/usr/lib -lssl -lcrypto" checking for const input buffers in OpenSSL... no OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib So it looks like it rebuild against the base openssl instead of the now deleted Port openssl. Hopefully replacing all apps dependent on the Port openssl will resolve my problem. I'll report back when the rebuilding is done! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
