Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
beef0bf0
Commit
beef0bf0
authored
Jun 18, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added /usr/lib64 to the path to search for libssl.a (required on AMD64)
- fixed a typo
parent
9ccc0173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
acinclude.m4
acinclude.m4
+2
-2
No files found.
acinclude.m4
View file @
beef0bf0
...
@@ -711,7 +711,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
...
@@ -711,7 +711,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
done
done
for d in /usr/ssl/lib /usr/local/ssl/lib /usr/lib/openssl \
for d in /usr/ssl/lib /usr/local/ssl/lib /usr/lib/openssl \
/usr/lib /opt/ssl/lib /opt/openssl/lib /usr/local/lib/ ; do
/usr/lib /
usr/lib64 /
opt/ssl/lib /opt/openssl/lib /usr/local/lib/ ; do
if test -f $d/libssl.a ; then
if test -f $d/libssl.a ; then
OPENSSL_LIB=$d
OPENSSL_LIB=$d
fi
fi
...
@@ -721,7 +721,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
...
@@ -721,7 +721,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
echo "Could not find an installation of OpenSSL"
echo "Could not find an installation of OpenSSL"
if test -n "$OPENSSL_LIB" ; then
if test -n "$OPENSSL_LIB" ; then
if test "$IS_LINUX" = "true"; then
if test "$IS_LINUX" = "true"; then
echo "Looks like you've forgotte
d
to install OpenSSL development RPM"
echo "Looks like you've forgotte
n
to install OpenSSL development RPM"
fi
fi
fi
fi
exit 1
exit 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment