Bug #1915 4.1.1 nighly openssl includes not getting added to the -I list
Submitted: 21 Nov 2003 18:11 Modified: 25 Jan 2004 6:08
Reporter: Pete Lancashire Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:mysql-4.1.1-alpha-nightly-20031118 OS:Solaris (solaris)
Assigned to: Sergei Glukhov CPU Architecture:Any

[21 Nov 2003 18:11] Pete Lancashire
Description:
Makefiles includes -I are not getting the ssl path added

CC=gcc  CFLAGS="-O3 -mcpu=v9 -fno-omit-frame-pointer" \
CXX=gcc CXXFLAGS="-O3 -mcpu=v9 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" \
LDFLAGS="-mcpu=v9" \
LDDFLAGS="-mpcu=v9" \
./configure --prefix=/usr/local/mysql_411 \
--with-openssl \
--with-openssl-includes=/usr/local/ssl/include \
--with-openssl-libs=/usr/local/ssl/lib \
--with-extra-charsets=complex --enable-thread-safe-client \
--enable-local-infile --enable-assembler --with-named-z-libs=no \
--with-named-curses-libs=-lcurses --disable-shared

Main Makefile

CLIENT_LIBS = -lposix4 -lcrypt -lgen -lsocket -lnsl -lm  -L/usr/local/ssl/lib -lssl -lcrypto

CONF_COMMAND = ./configure '--prefix=/usr/local/mysql_411' '--with-openssl' '--with-openssl-includes=/usr/local/ssl/include' '--with-openssl-libs=/usr/local/ssl/lib' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--enable-local-infile' '--enable-assembler' '--with-named-z-libs=no' '--with-named-curses-libs=-lcurses' '--disable-shared' 'CC=gcc' 'CFLAGS=-O3 -mcpu=v9 -fno-omit-frame-pointer' 'CXXFLAGS=-O3 -mcpu=v9 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti' 'CXX=gcc' 'LDFLAGS=-mcpu=v9'

openssl_includes = -I/usr/local/ssl/include
openssl_libs = -L/usr/local/ssl/lib -lssl -lcrypto

example ../isam/Makefile

INCLUDES =  -I$(top_srcdir)/include

How to repeat:
repeat above configure
[23 Nov 2003 6:14] Pete Lancashire
directory

mysql-4.1.1-alpha-nightly-20031118/SSL

is missing
[16 Feb 2004 3:21] Sergei Glukhov
This bug was checked with the latest snapshot. The snapshot compiled successfully. SSL directory exists.