Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

installing mysql on cygwin

  • 26-02-2007 08:37PM
    #1
    Registered Users, Registered Users 2 Posts: 4,349 ✭✭✭


    hi,

    has anyone intalled mysql on cygwin? is it possible? or installed the perl DBI module? i get this error installing DBI

    gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" "-I/usr/lib/perl5/5.8/cygwin/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter Perl.c
    /bin/sh: gcc: command not found
    make: *** [Perl.o] Error 127


Comments

  • Registered Users, Registered Users 2 Posts: 6,679 ✭✭✭daymobrew


    I took the native Windows MySQL binaries - no messing around with cygwin.
    I have ActiveState Perl so the DBI module came with it (and it should be with your version of perl).
    /bin/sh: gcc: command not found
    
    The error is quite clear - you do not have the gcc compiler on your system. You can download it via cygwin.


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Unless you've some real reason for not using the windows binary for MySQL you are better off doing it that way - the usual host:port connection won't mind at all.


Advertisement