Cannot find perl

Bl2yan

Verified User
Joined
Nov 29, 2015
Messages
5
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
 
The following should solve your issue for now:
Code:
ln -s /usr/local/bin/perl /usr/bin/perl
 
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
 
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.
 
I was trying 8.4 earlier and now 9.2. Anyone have more luck with other versions?
 
Back
Top