The file /etc/make.conf on the host possibly already lists make options to set and unset when building software, so it may be a good idea to copy this file to the jail.
host# cp -p /etc/make.conf /srv/jail/www/fs/etc/
The file /etc/resolv.conf should also be copied to the jail, so that it knows which DNS servers to use.
host# cp -p /etc/resolv.conf /srv/jail/www/fs/etc/
If resolv.conf contains a nameserver address 127.0.0.1, you should delete that in the jail, or replace the IP address with the IP address of your external network interface.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.