Knowledge
[1768] Error 1 install Perl port on Freebsd 5.3
Release date: 12 juni 2007
Problem: Strange error appears trying to install updated Perl port version on older system.
Solution:
After updated the FreeBSD 5.3 ports with Cvsup command installing the Perl port results in an strange error;
Error message: On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1
- Open make.conf:
- # vi /etc/make.conf
- Add the following: X11BASE=${LOCALBASE}
|