127報錯解決方法

2021-07-10 21:28:49 字數 661 閱讀 5578

編譯安裝php 的時候, 執行make報錯誤

make: *** [ext/phar/phar.php] error 127

解決的方法如下:

#vi /etc/ld.so.conf

在裡面加上一行

/usr/local/lib

2.然後執行/sbin/ldconfig

#/sbin/ldconfig

編譯make

#make zend_extra_libs='-liconv'

拋錯:generating phar.phar

chmod: cannot access `ext/phar/phar.phar': no such file or directory

make: [ext/phar/phar.phar] error 1 (ignored)

build complete.

don't forget to run 'make test'.

此處可以忽略 不過解決辦法如下

#cd  ext/phar/

#cp ./phar.php  ./phar.phar

然後到php5.4資料夾

#make zend_extra_libs='-liconv'

#make test

#make install

Zimbra mta 報錯解決方法

登陸 提示報錯解決方法 登陸zimbra使用者 su zimbra 報錯服務狀態 zmcontrol status 進入root 模式關閉衝突postfix su root 關閉衝突 postfix service postfix stop 下次重啟關閉 chkconfig postfix off ...

RequestBody 報錯解決方法

在springmvc中接收的方式就是採用註解 requestbody,比如 responsebody public object api requestbody sampleform form 但有時這個api會丟擲類似the request sent by the client was synta...

npm install 報錯解決方法

我相信很多人在執行npm install的時候都遇到各種各樣的問題,比如以下錯誤 error cb never called error this is an error with npm itself.please report this error at error 解決方法如下 一 首先要以管...