MySQL Forums
Forum List  »  Source, Builds, Binaries

MySQL 5.0.23 and OpenSSL on Red Hat Linux
Posted by: Karin Werner
Date: July 28, 2006 11:53AM

Thought others may find this information useful.

I removed lines 39057 to 39065 from configure prior to installing
ie;
-------------------------------------------
if test -z "$OPENSSL_LIB" -o -z "$OPENSSL_INCLUDE" ; then
echo "Could not find an installation of OpenSSL"
if test -n "$OPENSSL_LIB" ; then
if test "$TARGET_LINUX" = "true"; then
echo "Looks like you've forgotten to install OpenSSL development RPM"
fi
fi
exit 1
fi
-------------------------------------------

I added to ./configure \
-------------------------------------
--with-openssl=/usr \
--with-openssl-includes=/usr/include/openssl \
--with-openssl-libs=/usr/lib \
------------------------------------

Since I installed OpenSSL from source and am using the most recent version, mysql coughs at not finding their choice in OpenSSL versions. I have found no problems with the build. No SSL issues. Curl, SSL or, MySQL. No Probs. So far....

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL 5.0.23 and OpenSSL on Red Hat Linux
5011
July 28, 2006 11:53AM
1931
September 15, 2006 01:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.