运行configure的时候,指定pcre的路径 ./configure --with-pcre-prefix=/usr/lib64
如果没有pcre,则先安装pcre
安装后,可以用locate pcre来查找pcre安装在哪
本文介绍在运行configure脚本时如何指定PCRE库的路径。如果系统中未安装PCRE库,需要先进行安装。安装完成后,可以使用locate命令查找PCRE的具体位置。
运行configure的时候,指定pcre的路径 ./configure --with-pcre-prefix=/usr/lib64
如果没有pcre,则先安装pcre
安装后,可以用locate pcre来查找pcre安装在哪
6408

被折叠的 条评论
为什么被折叠?