Re: IC 5.10.0 git master branch with strap
Josh Lavin <[email protected]>
| Newsgroups | gmane.comp.web.interchange.users |
|---|---|
| Message-ID | <[email protected]> |
Quoting Boyd Lynn Gerber ([email protected]): > Hello, > > Thank you in advance. > > Here is the steps I have done > > cd /home/build/interchange/ > git clone https://github.com/interchange/interchange.git > cd interchange/ > perl Makefile.PL I'm not sure if this is the cause of the problem, but I think you should follow the instructions in README-DEVELOPMENT: Make a distribution tar file ---------------------------- It's best to build a distribution tar file to install from, rather than installing straight from your Git working copy. To do so: $ cd interchange $ perl Makefile.PL nocopy Writing Makefile for Interchange $ make tardist # much output ... $ ls interch*.tar.gz interchange-5.7.3.tar.gz That may fix it, but if not, at least we can cross that off the list. -- Josh Lavin End Point Corporation