`

configure: error: Did not find pcre-config script at /usr/local

阅读更多

编译subversion 时出现

 

# configure: error: Did not find pcre-config script at /usr /local

 

解决办法

 

#cd /usr/ports/devel/pcre && make deinstall && make install clean

1
6
分享到:
评论

相关推荐

    apache2.4完整安装

    # ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/bin/apr-1-config && make && make install ``` 注意,在配置APR-util时,需要指定已安装的APR的路径。 ##### 4. 安装PCRE ``` # tar -...

    nginx安装教程

    --with-pcre=/usr/local/src/pcre-8.41 \ --with-zlib=/usr/local/src/zlib-1.2.11 \ --with-openssl=/usr/local/src/openssl-1.0.1t sudo make sudo make install #运行 sudo vim /usr/local/nginx/nginx.conf ...

    pcre-8.43.tar.gz [nginx依赖包]

    3. 配置编译选项,这通常包括指定安装路径和链接到其他必要的库:`./configure --prefix=/usr/local/pcre` 4. 编译源代码:`make` 5. 安装到系统路径:`sudo make install` 完成这些步骤后,我们可以为Nginx配置...

    pcre-8.38.tar.gz

    2. 配置:`cd pcre-8.38 && ./configure` 3. 编译:`make` 4. 安装:`sudo make install` 以上就是关于“pcre-8.38.tar.gz”这个Linux工具包的详细解释,涵盖了其内容、使用和重要性。如果你在项目中需要处理正则...

    pcre-8.12+nginx-1.11.2 在mac os x 10.9.2 安装nginx

    $ sudo ./configure --prefix=/usr/local $ sudo make $ sudo make install 安装Nginx $ tar xvzf nginx-1.11.2.tar $ cd nginx-1.11.2 $ sudo ./configure --prefix=/usr/local/nginx --with-...

    CentOS7 nginx离线安装gcc/pcre-devel/openssl-devel/zlib-devel包

    3. 配置Nginx,指定所需的模块和路径,如`./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-pcre --with-zlib --with-http_stub_status_module`。 4. 编译源代码:`make`。 5. 安装编译后的二...

    php-5.6.29.tar.gz

    编译 ./configure --prefix=/usr/local/...-with-config-file-path=/usr/local/php/etc --with-mysql-sock=/var/run/mysql/mysql.sock --with-mcrypt=/usr /i nclude --with-mhash --with-openssl --with-mysql=shared,...

    pcre-8.37.tar.gz和zlib-1.2.8.tar.gz

    2. 配置时,可能需要指定安装路径或者处理与其他库的依赖关系,例如`./configure --prefix=/usr/local`。 这两个库在源码安装时,需要确保系统具有必要的编译工具,如GCC编译器、make工具等。同时,如果在多版本...

    python模块: lxml

    包含:libxml2-2.9.4.tar.gz libxslt-1.1.28.tar.gz lxml-3.8.0.tar....python27 ./setup.py install --with-xml2-config=/usr/local/libxml2/bin/xml2-config --with-xslt-config=/usr/local/libxslt/bin/xslt-config

    httpd-2.4.53.tar.gz及apr-1.4.5.tar.gz apr-util-1.3.12.tar.gz编译解答

    编译时./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apr/ --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre --with-included-apr会报错 其实apr和apr-util安装在/usr/locl/apr...

    php yar扩展

    ./configure --with-php-config=/usr/local/php/bin/php-config ``` 3. 编译源码: ``` make ``` 4. 安装扩展到PHP的扩展目录: ``` sudo make install ``` 5. 更新php.ini配置文件,添加YAR扩展的加载...

    nginx在centos7离线部署所有包(gcc+pcre+openssl+zlib+nginx).zip

    ./configure --prefix=/usr/local/pcre make make install ``` 5. **编译安装OpenSSL**: 解压OpenSSL源码包,配置并安装: ``` ./config --prefix=/usr/local/openssl make make install ``` 6. **编译...

    php 安装配置文件

    --with-mysqli=/usr/local/mysql/bin/mysql_config \ --with-curl=/usr/local/curl ``` - `--prefix`: 设置PHP安装路径,默认为`/usr/local/php`。 - `--with-apxs2`: 指定Apache的apxs二进制文件路径,用于使PHP...

    pcre-8.00.tar.gz

    标题 "pcre-8.00.tar.gz" 指向的是一个名为 "pcre-8.00" 的软件版本的源代码压缩包,它采用 tar 和 gzip 格式进行压缩。PCRE(Perl Compatible Regular Expressions)是一个开源库,提供与Perl语言兼容的正则表达式...

    Linphone编译错误及解决方法

    7. configure: error: Could not find libavcodec (from ffmpeg) headers and library. This is mandatory for video support 错误原因:缺少libavcodec头文件和库文件。 解决方法:sudo apt-get install ...

    pcre-8.12.tar.gz

    配置阶段可能需要指定安装路径,如 `./configure --prefix=/usr/local/pcre`,接着执行 `make` 进行编译,最后用 `make install` 安装到系统中。 安装完 PCRE 后,可以继续安装 Nginx。Nginx 的编译配置也需要指定 ...

    php-memcached-3.1.3.tar.gz

    tar -zxvf php-memcached-3.1.3.tar.gz && cd /root/php-memcached-3.1.3 && /usr/local/php7/bin/phpize && ./configure --with-php-config=/usr/local/php7/bin/php-config --with-libmemcached-dir=/usr/local/...

    gcc5.4.zip

    ../configure --prefix=/usr/local/gcc-5.4.0 --enable-threads=posix --disable-checking --disable-multilib --enable-languages=c,c++ --with-gmp=/usr/local/gmp-4.3.2 --with-mpfr=/usr/local/mpfr-2.4.2 --...

    httpd-2.4.41.rar

    源码编译:亲测有效! 1、httpd-2.4.41.tar 2、apr-1.7.0.tar 报错: rm: cannot remove `libtoolT': No such file ..../configure --prefix=/usr/local/apache --with-apr=/usr/local/apr/ --with-apr=/usr/local/apr

    经典嵌入式面试题.docx

    - `--with-pcre-regex=/usr`:PCRE正则表达式支持。 以上配置选项涵盖了PHP的各种功能和扩展支持,例如数据库访问、图形处理、网络通信等。 ### 其他配置信息 - **Server API**:Apache 2.0 Handler,表明此PHP...

Global site tag (gtag.js) - Google Analytics