首頁  >  文章  >  後端開發  >  Linux安裝php報錯記錄

Linux安裝php報錯記錄

WBOY
WBOY原創
2016-07-29 09:10:431674瀏覽

1.報錯:
virtual memory exhausted: Cannot allocate memory
make: * [ext/fileinfo/libmagic/apprentice.lo] Error 1
解決方法:
Adding –disable-fileinfo to ./configure solves the problem.

2.報錯:
collect2: ld returned 1 exit status
make: * [sapi/cli/php] Error 1
解決方法:
vim Makefile
跳到大概98行 修改EXTRA_LIBS = ….. -lcrypt 在最後加上 -liconv

3.報錯:
[root@iZ28rvl9qn3Z ~]# ERROR: No pool defined. at least one pool section must be specified in config file
……
解決方法:
原來php-fpm.conf 裡include /usr/local/php7/etc/php-fpm.d/*.conf
只有www.conf.defaul, 需將 mv www.conf.default www.conf

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介紹了Linux安裝php報錯紀錄,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn