B Bl2yan Verified User Joined Nov 29, 2015 Messages 5 Nov 29, 2015 #1 When running setup.sh I get "cannot find perl" I'm running FreeBSD 8.4-RELEASE #perl -v This is perl 5, version 20, subversion 3 (v5.20.3) build for amd64-freebsd-thread-multi ....etc Thanks! -Bryan
When running setup.sh I get "cannot find perl" I'm running FreeBSD 8.4-RELEASE #perl -v This is perl 5, version 20, subversion 3 (v5.20.3) build for amd64-freebsd-thread-multi ....etc Thanks! -Bryan
B Bl2yan Verified User Joined Nov 29, 2015 Messages 5 Nov 29, 2015 #2 #whereis perl perl: /usr/local/bin/perl
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,329 Location LT, EU Nov 30, 2015 #3 The following should solve your issue for now: Code: ln -s /usr/local/bin/perl /usr/bin/perl
B Bl2yan Verified User Joined Nov 29, 2015 Messages 5 Dec 6, 2015 #5 The installation is now hanging at ... Making all in include Making all in curl make all-am Making all in scripts /usr/bin/perl > _curl
The installation is now hanging at ... Making all in include Making all in curl make all-am Making all in scripts /usr/bin/perl > _curl
H hakabe Verified User Joined Dec 7, 2015 Messages 10 Dec 7, 2015 #6 Bl2yan said: The installation is now hanging at ... Making all in include Making all in curl make all-am Making all in scripts /usr/bin/perl > _curl Click to expand... Same for me. I'm running Freebsd 9.3.
Bl2yan said: The installation is now hanging at ... Making all in include Making all in curl make all-am Making all in scripts /usr/bin/perl > _curl Click to expand... Same for me. I'm running Freebsd 9.3.
H hakabe Verified User Joined Dec 7, 2015 Messages 10 Dec 7, 2015 #7 Maybe the DA setup relies on pkg_add which is having issues with it's source. ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ is empty. Using setenv PACKAGESITE can be used to change it, but no luck for me. I've built all the depencies via ports, but still it's hanging, so maybe it's DA script that's relying on something what cannot be fetched.
Maybe the DA setup relies on pkg_add which is having issues with it's source. ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ is empty. Using setenv PACKAGESITE can be used to change it, but no luck for me. I've built all the depencies via ports, but still it's hanging, so maybe it's DA script that's relying on something what cannot be fetched.
B Bl2yan Verified User Joined Nov 29, 2015 Messages 5 Dec 7, 2015 #8 I was trying 8.4 earlier and now 9.2. Anyone have more luck with other versions?