저는 솔라리스 11을 사용하고 있습니다. pcre.h는 /opt/app/pcre/lib에 있지만 Make는 이를 감지할 수 없습니다. make 중에 /opt/app/pcre/lib를 어떻게 포함하나요?
Apache 2.4.25 configure:
CC='/opt/app/solarisstudio12.4/bin/cc' CPP='/opt/app/solarisstudio12.4/bin/cc -E' ./configure --prefix=/opt/app/apache --with-pcre=/opt/app/pcre/bin/pcre2-config
Here is the log:
"util_pcre.c", line 49: cannot find include file: "pcre.h"
"util_pcre.c", line 104: undefined symbol: pcre_free
"util_pcre.c", line 104: function designator is not of function type
"util_pcre.c", line 105: cannot recover from previous errors
cc: acomp failed for util_pcre.c
gmake[2]: *** [util_pcre.lo] Error 1
gmake[2]: Leaving directory `/export/home/admin/Downloads/httpd-2.4.2/server'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/admin/Downloads/httpd-2.4.2/server'
gmake: *** [all-recursive] Error 1
답변1
Apache 2.4가 기다리고 있으며 다음과 같이 pcre
구축 중입니다 .pcre2
호환되지 않음.
FWIW, 처음부터 모든 것을 특별히 구축하지 않는 한 Solaris pcre
패키지는 잘 작동할 것입니다.