I should have posted this, but I did this:
$ ./configure --with-openssl --with-openssl-includes=/usr/local/ssl/include --with-openssl-libs=/usr/local/ssl/lib --with-vio --prefix=/usr/local/mysql4017


I shouldn't need to make a symlink in /usr/local/include.

-Greg G



[EMAIL PROTECTED] wrote:

Greg G <[EMAIL PROTECTED]> writes:


gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O3 -DDBUG_OFF -c `test -f strxmov.c || echo './'`strxmov.c
In file included from strxmov.c:33:
../include/my_global.h:1127: openssl/opensslv.h: No such file or directory



This indicates to me that the configure script needs to be run with the


--with-openssl-includes=DIR

Where DIR is the location of the include directory from your openssl
installation.  DIR in this case may need a symlink such as:

ln -s ../openssl/include /usr/local/include/openssl

then DIR would be '/usr/local/include' so the "openssl/opensslv.h"
include will be found properly.
              Brad Eacker ([EMAIL PROTECTED])




Reply via email to