Skip to content

Instantly share code, notes, and snippets.

@melo
Created February 29, 2012 02:54

Revisions

  1. melo created this gist Feb 29, 2012.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # the fpic is needed for mod_perl
    # so is usesshrplib
    # use 64bitall just makes sense as uselargefiles
    # the ldflags mimic the settings of the system perl


    perlbrew install -j 8 5.14.2 \
    -Dcccdlflags=-fPIC \
    -Duseshrplib \
    -Duse64bitall \
    -Duselargefiles \
    -Aldflags='-L/lib64 -L/usr/lib64'