* Re: DBD::mysql on cygwin
[not found] <4007.24.116.239.31.1023428938.squirrel@www.liquidmarkets.com>
@ 2002-06-08 2:17 ` Gerrit P. Haase
0 siblings, 0 replies; 3+ messages in thread
From: Gerrit P. Haase @ 2002-06-08 2:17 UTC (permalink / raw)
To: Ted Shieh; +Cc: cygwin
Hallo Ted,
Am Freitag, 7. Juni 2002 um 07:48 schriebst du:
> Hi, I've been searching the Internet to find out how to install DBD::mysql
> on Cygwin, and I found that you were successful in getting this to work:
> http://www.rosat.mpe-garching.mpg.de/mailing-lists/cpan-testers/2001-11/msg00057.html
Yes.
> Could you tell me how managed to do this?
> When I try to build DBD::mysql on Cygwin, I find that it is unable to
> build mysql.dll:
> $ make
> gcc -c -I/usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/DBI -
> I'/mysql/usr/include/mysql' -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
> -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"2.1017\"
> -DXS_VERSION=\"2.1017\" -I/usr/lib/perl5/5.6.1/cygwin-multi/CORE
> dbdimp.c
> gcc -c -I/usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/DBI
> -I'/mysql/usr/include/mysql' -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
> -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"2.1017\"
> -DXS_VERSION=\"2.1017\" -I/usr/lib/perl5/5.6.1/cygwin-multi/CORE
> mysql.c
> Running Mkbootstrap for DBD::mysql ()
> chmod 644 mysql.bs
> rm -f blib/arch/auto/DBD/mysql/mysql.dll
> LD_RUN_PATH="/mysql/usr/lib/mysql:/usr/lib" /usr/bin/perl myld ld2 -s
> -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.dll
> /usr/lib/perl5/5.6.1/cygwin-multi/CORE/libperl5_6_1.a -L/mysql/usr/lib/mysql
> -lmysqlclient -lz -lcrypt -lm -lc
> dllwrap --dllname mysql.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libmysql.def --output-lib libmysql.a \
> -s -L/usr/local/lib dbdimp.o mysql.o
> /usr/lib/perl5/5.6.1/cygwin-multi/CORE/libperl5_6_1.a -L/mysql/usr/lib/mysql
> -lmysqlclient -lz -lcrypt -lm -lc
> chmod 755 blib/arch/auto/DBD/mysql/mysql.dll
> chmod: getting attributes of `blib/arch/auto/DBD/mysql/mysql.dll': No such
> file or directory
> make: *** [blib/arch/auto/DBD/mysql/mysql.dll] Error 1
> I expanded a mysql Linux rpm into /mysql, so the header and include files
> are in /mysql/usr/include/mysql and /mysql/usr/lib/mysql, respectively.
You cannot link against a Linux version of MySQL.
> Then I decided to build MySQL on Cygwin and link to the resulting library
> files.
This is a better idea.
> This also didn't work (here is the last little bit):
[...]
> gcc -O3 -DDBUG_OFF -o conf_to_src conf_to_src.o -lz -lcrypt
> /usr/lib/libcygwin.a(libcmain.o)(.text+0x6a): undefined reference to
> `WinMain@16'
> collect2: ld returned 1 exit status
> make[2]: *** [conf_to_src] Error 1
Which version of MySQL?
> If you can help me out at all, I'd really appreciate it. If not, that's
> understandable - I don't want to take up too much of your time.
You'll need to build MySQL on Cygwin (at least the client lib).
I built the server too, I have a patch uploaded:
http://timtowtdi.topcities.com/cygwin/mysql/
There is also my script where you can see which options I used.
I cannot say if a later version will build too, I tried 4.xxx somtimes
and this fails, but it was a beta release, maybe in the meantime
someone there has investigated some time in learning how to use
libtool, so it it may work now. Just read the manual and look what
has been changed and if you can still use the flags I used.
BTW, the 'tarballs' at this site aren't there, they delete all that is
bigger than 1MB (uploading works fine...).
Gerrit
--
=^..^=
Please keep this on the list so others may benfit from our
conversation too, thanks.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DBD::mysql on cygwin
2002-06-08 6:25 Pixel Date
@ 2002-06-08 7:42 ` Nicholas Wourms
0 siblings, 0 replies; 3+ messages in thread
From: Nicholas Wourms @ 2002-06-08 7:42 UTC (permalink / raw)
To: pixel, gp; +Cc: cygwin
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1035 bytes --]
Hi,
I'm actually working on the side to get 4.0.1 going.
Cheers,
Nicholas
--- Pixel Date <pixeldate@hotmail.com> wrote:
> <quote who="Gerrit P. Haase">
> >Which version of MySQL?
>
> I was trying to build 3.23.49. Thanks for your help!
>
> Ted
> http://www.liquidmarkets.com
>
> _________________________________________________________________
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: DBD::mysql on cygwin
@ 2002-06-08 6:25 Pixel Date
2002-06-08 7:42 ` Nicholas Wourms
0 siblings, 1 reply; 3+ messages in thread
From: Pixel Date @ 2002-06-08 6:25 UTC (permalink / raw)
To: gp; +Cc: cygwin
<quote who="Gerrit P. Haase">
>Which version of MySQL?
I was trying to build 3.23.49. Thanks for your help!
Ted
http://www.liquidmarkets.com
_________________________________________________________________
Join the worldÂs largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-08 13:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <4007.24.116.239.31.1023428938.squirrel@www.liquidmarkets.com>
2002-06-08 2:17 ` DBD::mysql on cygwin Gerrit P. Haase
2002-06-08 6:25 Pixel Date
2002-06-08 7:42 ` Nicholas Wourms
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).