Menu

#64 2.1-3 Release broken

v1.0_(example)
open
nobody
None
1
2015-07-12
2015-03-02
Anonymous
No

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

Discussion

  • Anonymous

    Anonymous - 2015-04-14

    I am also getting this error.

     
  • Anonymous

    Anonymous - 2015-05-13

    had the same problem. Solution was:
    autoconf -vif
    make sure that you have autoconf and libtool installed

     
  • Anonymous

    Anonymous - 2015-05-13

    Sorry
    autoreconf -vif

    • quick fix to my comment above
     
  • Daouzli

    Daouzli - 2015-06-04

    It seem's that the build files are a bit old. I had the same problem and fixed it doing the following:

    $ autoreconf --install
    $ ./configure
    $ make
    ...
    
     

Anonymous
Anonymous

Add attachments
Cancel