This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: mod_auth_mysql


So I went ahead and tried to rebuild Apache (the build on mod_auth_mysql)
said that I needed to. I'm stuck here:

modules/auth_mysql/libauth_mysql.a(mod_auth_mysql.o.b)(.text+0xc4b):mod_auth
_mysql.c: undefined reference to `_mysql_connect'
/usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x8b):my_co
mpress.c: undefined reference to `_compress'
/usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x16d):my_c
ompress.c: undefined reference to `_compress'
/usr/local/mysql/lib/mysql/libmysqlclient.a(my_compress.o)(.text+0x210):my_c
ompress.c: undefined reference to `_uncompress'
collect2: ld returned 1 exit status
make: *** [target_static] Error 1

By the way, I'm running a Win32 MySQL server (on the sme box) and trying to
link against the standard unix mysql binaries.

Ideas?

Thanks,


Bill

>
> I launched missiles before I was really ready here.
>
> After looking at the 1.11 source, I really don't find any obvious changes
> for cygwin.
>
> Actually, I'm not even exactly sure how Apache mod's work.
>
> 	LoadModule mysql_auth_module  lib/apache/mod_auth_mysql.dll
>
> This dll is built from the source? i.e. when I configure;make;make install
> I'll get a dll? (assuming I use the correct configure options -
> which would
> be ... what)?
>
> 	AddModule mod_auth_mysql.c
>
> I wouldn't imagine that I can just copy the new .c file to the right place
> and be happy. Or can that be all I need to do?
>
> Thanks
>
>
> >
> > I would like to build, CYGwin style, the latest mod_auth_mysql
> (ver 2.20)
> > for Apache. The Apache directives have been updated in this
> version along
> > with a number of encryption bug fixes. I've got the source from
> MySQL but
> > there doesn't seem to be any info for CYGwin build. The CYGwin
> > setup source
> > download only provides a .c file. Can I simply implement the
> same changes
> > from that to the new source? How about any special configure
> > options? Could
> > someone point me in the right direction with this?
> >
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003
>
>
> --
> 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/
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]