Apache ./configure can't find pcre-config script
I solved it by specifying the full path to the pcre-config file. In other words, instead of:
--with-pcre=/u01/app/apache/pcre/bin
I did:
--with-pcre=/u01/app/apache/pcre/bin/pcre-config
I solved it by specifying the full path to the pcre-config file. In other words, instead of:
--with-pcre=/u01/app/apache/pcre/bin
I did:
--with-pcre=/u01/app/apache/pcre/bin/pcre-config