Hi Ken

Many thanks for your tips and advice.

I wasn't aware of the system Perl issue, thank you for pointing that out.

I successfully installed Perlbrew, which sounds like a sensible way of doing things.

Unfortunately, installation of the latest stable version of Perl (v5.26.1) throws up the following error, when using the command $perlbrew install stable:

or-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PU +TENV -std=c89 -O3 -Wall -Werror=declaration-after-statement -Wextra - +Wc++-compat -Wwrite-strings miniperlmain.c cc -mmacosx-version-min=10.12 -fstack-protector-strong -L/usr/local/li +b -L/opt/local/lib -force_flat_namespace -o miniperl \ opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o ut +il.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv. +o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint +.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o + locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmai +n.o -lpthread -ldl lmm -lutil -lc clang: error: no such file or directory: 'lmm' make: *** [lib/buildcustomize.pl] Error 1 ##### Brew Failed #####

I couldn't find any information on this error, so if you have any pointers on how to get around this I would be very grateful!


In reply to Re^2: Perl DBI installation problem on MacOS Sierra - Can't open blib/lib/DBI/Util/ by Nanjizal
in thread Perl DBI installation problem on MacOS Sierra - Can't open blib/lib/DBI/Util/ by Nanjizal

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.