PHP8.0在deep23下的编译命令
编译命令如下
export PKG_CONFIG_PATH=/usr/local/openssl-1.1.1q/lib/pkgconfig:$PKG_CONFIG_PATH
./configure --prefix=/usr/local/php-8.0.26 \
--with-config-file-path=/usr/local/php-8.0.26/etc \
--with-openssl=/usr/local/openssl-1.1.1q \
--with-zlib \
--with-zip \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-bz2 \
--with-iconv \
--enable-gd \
--with-external-gd \
--with-jpeg \
--with-xpm \
--with-webp \
--with-freetype \
--with-zlib-dir \
--with-curl \
--enable-soap \
--enable-mbstring \
--enable-sockets \
--with-readline \
--enable-exif
Tags : 本文未设置标签
该站即将下线,欢迎关注博主全新博客:https://jiker.dev
Previous post
nginx编译参数
Next post
在deepin上安装多个PHP版本
评论已关闭