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])



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

Reply via email to