Mac 10.10 php 使用homebrew安裝後出現問題

來源:互聯網
上載者:User
安裝後php無法運行錯誤原因是:
dyld: Library not loaded: /usr/local/lib/libpng16.16.dylib
Referenced from: /usr/local/bin/php
Reason: Incompatible library version: php requires version 34.0.0 or later, but libpng16.16.dylib provides version 23.0.0
Trace/BPT trap: 5
不知道該怎麼操作

回複內容:

安裝後php無法運行錯誤原因是:
dyld: Library not loaded: /usr/local/lib/libpng16.16.dylib
Referenced from: /usr/local/bin/php
Reason: Incompatible library version: php requires version 34.0.0 or later, but libpng16.16.dylib provides version 23.0.0
Trace/BPT trap: 5
不知道該怎麼操作

dyld 依賴出了問題了。

不相容。PHP 要求 dyld 版本 >= 34.0.0,而你的是 23.0.0;

brew update && brew upgrade # 升級
brew reinstall php55 # 重新安裝

我覺得裝個虛擬機器更方便,VirtualBox+Vagrant杠杠的

最近也碰到過這個問題

你嘗試下這個 不知道能否解決
解決dyld: Library not loaded:

rm /usr/local/lib/libpng16.16.dylib
ln -s /usr/X11/lib/libpng15.dylib /usr/local/lib/libpng16.16.dylib

載入出錯而已。

還是放棄Homebrew吧,使用Virtualbox虛擬機器的方式即可。

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.