2011年5月17日 星期二

PHP Unable to load dynamic library. Solution. Suggestion.

架過站的人,一定會遇到類似以下的情況:「Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/...」。其背後的意義頗為簡單,就是找不到你所指定的外掛函式庫。以上方的情況為例,/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/ 就是你所指定的外掛函式庫資料夾,你可以前往這個資料夾 ls 一下,就可以知道你目前的PHP擁有哪些 .a .so 檔可以參考。

所以,當你知道你所需要的 .so 檔是哪一個,又發現不在你的 extension 資料夾內,那麼你就要想辦法去外掛進來;另外一種可能,是 .so 檔的名稱有點差異,如 php_openssl.so 在某些 package 裡會是 openssl.so,這點也要注意。


You may encounter a problem somehow looks like 'Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/...' and here is something you need to know. In the example mensioned above, we know the extension folder is '/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/'. Enter the folder and we see what libraries we have. And now it's your turn to check out your extension folder.

If you can't find the .so file you need in the extension folder, you may try to find one and put it in the folder. Also, please pay attension to the .so filename. There might be a little difference in different package. For example, php_openssl.so may be named openssl.so.

2011年5月2日 星期一

Hunch.com 興趣導向社群網站

今天來看一下 Hunch.com,一個以興趣導向為主的國外社群網站。資訊架構上,以預設目錄(Category)來做分類,輔助以細部標籤(Tag)來備註;而使用者操作簡化為僅僅三種:分享、說讚、存入最愛。整體UI看來算是簡單舒服,功能上沒有太大的驚喜,不過會貼心的「自動抓取分享網頁中的圖片」作為每一則的預設圖像,這個功能不錯,值得學習。