centos中软件编译安装之后怎么查看编译时配置的那些选项?
phpcn_u1582
phpcn_u1582 2017-04-26 09:02:04
0
2
472

在centos中,我要编译安装一个软件,那么首先会./configure xxx xxx xxx(配置项),然后是make和make install。那么软件安装完成之后怎么查看./configure时指定的那么选项呢?

phpcn_u1582
phpcn_u1582

reply all(2)
大家讲道理

Normal nginx php can be -V in the bin directory after installation, such as /usr/local/nginx/sbin/nginx -V

我想大声告诉你

1. Under Linux, you can press the ↑ key to view the previous command

2. If not, you can open the Makefile in the directory where configure is located. The compilation options you mentioned are generally behind CFLAGS, you can search for them

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!