Something's wrong with my builded pfsense _IT IS NOW OK!
-
hi all
I am new here,this is the first time build pfsense, and do follow the wiki
when I done, and test the ISO file, something's wrong with it
please see my jpeg file below, how can I FIX IT,
By the way, I test it in virtualbox.
-
It's telling you right there: It's missing curl.so in the PHP modules. So go back and make sure you have both CURL and the CURL PHP module built from pfPorts.
-
I have php4-curl module built in pfPort, but there is no curl!
I have installed freebsd 8 on my pc
-
I fix the problem
edit the file pfPorts/php4/Makefile.ext
change line 47
LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
TO
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curlEverything's ok!