Hi,

I am attempting to install mySQL with SSL support but keep getting build
errors.

I have openSSL 0.9.7c install into /usr/local/ssl

I am attempting to install mySQL 4.0.16

I am using the following configure options

CFLAGS="-O3 -mcpu=pentiumpro -I/usr/local/ssl/include" CXX=gcc
CXXFLAGS="-O3 -mcpu=pentiumpro -felide-constructors"
./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable
-thread-safe-client --enable-local-infile --enable-assembler --disable-share
d --with-vio --with-openssl --with-openssl-includes=/usr/local/ssl/include -
-with-openssl-libs=/usr/local/ssl/lib

and I am getting this error

../include/my_global.h:271: warning: this is the location of the previous
definition
In file included from bfill.c:32:
../include/my_global.h:1109: openssl/opensslv.h: No such file or directory

The file openssl/opensslv.h does exist.

Does anyone have any ideas how to fix this problem?

Thanks,

Adam


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.543 / Virus Database: 337 - Release Date: 21/11/2003


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to