make problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Glenn

    make problems

    Hi,

    I'm using cygwin and am trying to install DBI-mSQL and am getting errors
    on make .. any idea how to fix this (TIA):

    cpan> install DBD::mSQL
    Running install for module DBD::mSQL
    Running make for J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz
    LWP not available
    Fetching with Net::FTP:

    ftp://cpan.calvin.edu/pub/CPAN/autho...modules-1.2219
    ..tar.gz
    CPAN: Digest::MD5 loaded ok
    LWP not available
    Fetching with Net::FTP:
    ftp://cpan.calvin.edu/pub/CPAN/autho...WIED/CHECKSUMS
    Checksum for /home/Glenn
    Bagrowski/.cpan/sources/authors/id/J/JW/JWIED/Msql-Mysq
    l-modules-1.2219.tar.gz ok
    cannot open /home/Glenn: no such file
    Package seems to come without Makefile.PL.
    (The test -f "/home/Glenn Bagrowski/.cpan/build/JWIED000/Makefile.PL"
    returned
    false.)
    Writing one on our own (setting NAME to DBDmSQL)

    CPAN.pm: Going to build J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz

    Writing Makefile for DBDmSQL
    -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible

    cpan> install make
    Warning: Cannot install make, don't know what it is.
    Try the command

    i /make/

    to find objects with matching identifiers.

  • Joe Smith

    #2
    Re: make problems

    Glenn wrote:
    [color=blue]
    > I'm using cygwin ...
    >
    > cannot open /home/Glenn: no such file
    > Package seems to come without Makefile.PL.
    > (The test -f "/home/Glenn Bagrowski/.cpan/build/JWIED000/Makefile.PL"
    > returned false.)[/color]

    cygwin# perl -pi.bak -e 's/Glenn Bagrowski/glenn/g' /etc/passwd
    cygwin# mv "/home/Glenn Bagrowski" /home/glenn

    -Joe

    P.S. Please use comp.lang.perl. misc instead of comp.lang.perl

    Comment

    • Glenn

      #3
      Re: make problems

      Joe Smith wrote:[color=blue]
      > Glenn wrote:
      >[color=green]
      >> I'm using cygwin ...
      >> cannot open /home/Glenn: no such file
      >> Package seems to come without Makefile.PL.
      >> (The test -f "/home/Glenn
      >> Bagrowski/.cpan/build/JWIED000/Makefile.PL" returned false.)[/color]
      >
      >
      > cygwin# perl -pi.bak -e 's/Glenn Bagrowski/glenn/g' /etc/passwd
      > cygwin# mv "/home/Glenn Bagrowski" /home/glenn
      >
      > -Joe
      >
      > P.S. Please use comp.lang.perl. misc instead of comp.lang.perl[/color]

      Thanks for the help and the reply.

      Still getting errors however.. I'll post it in .misc.

      ~Glenn

      Comment

      Working...