I had the same problem less than a week ago.

It is a bug in the Makefile.PL. It's easy to fix. Go to the appropriate line in the Makefile.PL and remove the spaces at the beginning of the line, and replace with a tab.

I'm new to this site, and I don't yet know how to send an attachment (is it possible), but if it is, I will post it here pronto.

Good luck! This is the reply I got from the dbi-users.org group.

It's a bug in Makefile.PL. Put tabs in front of the $(NOOP) and rerun Makefile.pl Jeff > -----Original Message----- --- deleted ---- > Subject: Resulting Makefile won't 'make' during install of DBD-ODBC > > > > Hi, > > I've been trying to install DBD-ODBC on a Solaris 2.8 machine > and have hit a snag I can't solve myself. > > After running perl Makefile.pl, I tried running make. It > refused to run (see log below). I have the 'make' utility > that came with Solaris and the GNU 'make' utility. Both > refused to run.. > > Summary: > GNU make error message -> > Makefile:303: *** missing separator. Stop. > > css make error message -> > make: Fatal error in reader: Makefile, line 304: Unexpected > end of line seen > > The following is the additional info that you requested, as > well as the following attachments > (log of the attempted install and the makefile) >

In reply to Re: Re: DBD::ODBC make error by Sandy
in thread DBD::ODBC make error by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.