I'm still having the same old problem with compiling mysql with SSL support in 4.0.17. I'm definately getting the #define HAVE_SSL 1 in my config.h, so that's working. However, it looks like it's not getting added to the list of directories in the components. I take this to be a bug in configure. Any idea what I can do about it?

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
make[2]: *** [strxmov.o] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-4.0.17/strings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-4.0.17'
make: *** [all] Error 2


-Greg G




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



Reply via email to