Squid package in build image : I do not success…
-
So since 2 days, I learn to buil pfSense images. (8.1 2.0).
I have read the build scripts for undertand the system. Ok very good work. It work for me.
I have tested some things to understand (I believe~).
I used some custom_overlay to test personnal change. Ok it works fine.
But now, the challenge is to build an image with a pfSense optionnal package pre-installed.
So I change in pfsense_local.sh :
export custom_package_list="squid"
I have started a biod_iso.sh.
But I have an error :
cp: /usr/local/pfsense-fs/usr/local/lib/php.ini: No such file or directoryInstalling custom pfSense-XML packages inside chroot …
PHP Fatal error: Unable to start pfSense module in Unknown on line 0
PHP Fatal error: Unable to start pfSense module in Unknown on line 0I believe i have to read more the buid scripts but if some one know something to help... welcome !!!