This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: mod_auth_mysql
- From: "Gerrit P. Haase" <gerrit at familiehaase dot de>
- To: "Bill McCormick" <wpmccormick at covad dot net>
- Cc: "Cygwin" <cygwin at cygwin dot com>
- Date: Thu, 21 Aug 2003 15:23:55 +0200
- Subject: Re: mod_auth_mysql
- Organization: Esse keine toten Tiere
- References: <NDBBLLFMLFMANIDPNADCOEPFFEAA.wpmccormick@covad.net>
- Reply-to: "Gerrit P. Haase" <gerrit at familiehaase dot de>
Bill schrieb:
>> $ nm libmysqlclient.a | grep _mysql_connect
>> 00002db0 T _mysql_connect
>>
>> This is version 3.23.43
>>
>> In version 4.1.0-alpha I just find:
>> $ nm libmysqlclient.a | grep connect
>> 00000000 T _mysql_real_connect
>> 00000000 T _mysql_manager_connect
>> 00000000 T _my_connect
>>
> I downloaded the 4.0 production release; looks like it's not lining up with
> mod_auth_mysql:
> $ nm libmysqlclient.a | grep connect
> U _connect
> 00000000 T _my_connect
> 00000ae0 T _mysql_real_connect
> 00001940 t _mysql_reconnect
> U _my_connect
> 000000f0 T _mysql_manager_connect
> I don't find any documentation fro Zeev that indicates which version of
> MySQL it supports.
Probably 3.4x.xx series it seems.
> P.S. is nm a POSIX program or a strictly a cygwin-izm?
It is in the binutils package like ld, should be available for every
platform, I don't know if this has s.th. to do with POSIX, but it is not
Cygwin specific.
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/