【lighttpd】安装过程与问题

    技术2022-05-20  49

    1、wget 下载

    2、tar -zxvf lighttpd-1.4.28.tar.gz

    3、cd lighttpd-1.4.28

    4、./configure --prefix=/home/tools/lighttpd

     

    这里可能会出现configure: error: pcre-config not found, install the pcre-devel package or bui with --without-pcre

    等类似问题

     

    执行:yum install gcc glib2-devel openssl-devel pcre-devel bzip2-devel gzip-devel zlib-devel

     

    更新和安装缺少的包包

     

    安装完毕重新执行4

     

    5、make

    6、make install

     

    谢谢


    最新回复(0)