-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Greg G wrote:

>
>
> Mark Matthews wrote:
>
>> Greg G wrote:
>>
>>
>>> I'm still having trouble figuring this out.  Please help!
>>>
>>> I compiled MySQL 4.1.1 --with-openssl --with-vio and when I look at the
>>> variables with mysqladmin, "has_openssl" is set to "NO". I've got
>>> OpenSSL 0.9.7c installed. I'm seeing this on both Solaris and Debian
>>> hosts. I'm not seeing any errors during the configure or compile phases.
>>>
>>> What could have happened to cause this, and how can I fix it?
>>>
>>
>>
>> Did you create certificates and configure mysqld and the client
>> libraries to find them (as it says to in the manual :))?
>>
>> http://www.mysql.com/doc/en/Secure_connections.html
>>
>>
>>
>    According to 4.4.10.2 Requirements, have_openssl must be YES prior to
> setting up certificates.  Is this in error?
>

Sorry, I missed that small fact.

What does the file include/my_config.h say about #define HAVE_OPENSSL
(it's generated by 'configure').

If HAVE_OPENSSL is not defined, then, for some reason the configure
script is not picking up that you want SSL support compiled in. To debug
that, you'd need to post the output of configure and/or config.log.

In config.log, you should see something like 'configure:22899: checking
for OpenSSL', and towards the end of config.log, you should see a
'#define HAVE_OPENSSL 1'.

Regards,

        -Mark

- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 557 2388
www.mysql.com

Are you MySQL Certified?
http://www.mysql.com/certification/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/2OsvtvXNTca6JD8RAmGMAJ4hNy1FpGYhiO+HavUaxY641yTnKQCfZETR
GVnVqlBa/s4oySojtYwqWxw=
=jfvG
-----END PGP SIGNATURE-----

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

Reply via email to