4.1.1 --with-openssl didn"t happen

4.1.1 --with-openssl didn"t happen

am 13.01.2004 15:54:41 von Sinisa Milivojevic

Hi!

Thanks for your e-mail.

It is possible that MySQL did not find your OpenSSL
installation. There are separate options for includes and libraries:

--with-openssl Include the OpenSSL support

--with-openssl-includes=DIR
Find OpenSSL headers in DIR

--with-openssl-libs=DIR
Find OpenSSL libraries in DIR


Also, please take a look in config.log if MySQL did not find it.

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Fulltime Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus

Want to swim with the dolphins? (April 14-16, 2004)
http://www.mysql.com/uc2004/


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: 4.1.1 --with-openssl didn"t happen

am 13.01.2004 17:23:16 von Greg G

It turns out that there's a bug in the configure script that doesn't
propagate the include directory down into the sub-makefiles. I wound up
having to put a link in /usr/local/include to make it compile.

-Greg G


Sinisa Milivojevic wrote:

>Hi!
>
>Thanks for your e-mail.
>
>It is possible that MySQL did not find your OpenSSL
>installation. There are separate options for includes and libraries:
>
> --with-openssl Include the OpenSSL support
>
> --with-openssl-includes=DIR
> Find OpenSSL headers in DIR
>
> --with-openssl-libs=DIR
> Find OpenSSL libraries in DIR
>
>
>Also, please take a look in config.log if MySQL did not find it.
>
>
>



--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: 4.1.1 --with-openssl didn"t happen

am 13.01.2004 17:54:22 von Sinisa Milivojevic

Greg G writes:
> It turns out that there's a bug in the configure script that doesn't
> propagate the include directory down into the sub-makefiles. I wound up
> having to put a link in /usr/local/include to make it compile.
>
> -Greg G
>
>

Can you send us the excerpt from config.log that demonstrates a bug ??

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Fulltime Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus

Want to swim with the dolphins? (April 14-16, 2004)
http://www.mysql.com/uc2004/


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: 4.1.1 --with-openssl didn"t happen

am 13.01.2004 20:01:59 von Greg G

--------------080801020609050807010600
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit


I don't have it anymore, but it was clear that the SSL Include directory
variable wasn't being inserted into INCLUDES variable in the sub-makefiles.

-Greg G


Sinisa Milivojevic wrote:

>Greg G writes:
>
>
>>It turns out that there's a bug in the configure script that doesn't
>>propagate the include directory down into the sub-makefiles. I wound up
>>having to put a link in /usr/local/include to make it compile.
>>
>>-Greg G
>>
>>
>>
>>
>
>Can you send us the excerpt from config.log that demonstrates a bug ??
>
>
>

--------------080801020609050807010600--