发布网友 发布时间:2022-04-24 04:40
共4个回答
热心网友 时间:2022-05-06 04:45
tar -xzvf xxxxx.tar.gz <-解包热心网友 时间:2022-05-06 06:03
cd 到该目录下,./configure --help,看一下是否需要加载其它相关应用项或是指定安装路径,像是--with-apxs2,--enable-rewirte(这是apache加载项,不能瞎加啊),如果不需要加什么的话,就直接三步./configure ;热心网友 时间:2022-05-06 07:38
tar xf xxxxx.tar.xxxxx && cd xxxxxxx && configure --prefix=/usr --xxxxxx --xxxxxxx && make && make install热心网友 时间:2022-05-06 09:29
解包