PHP Extension Driver On Bluehost - Linux

Table of Contents

※ [本文轉錄自 PHP 看板 #1IJKbXZC ]

作者: dlikeayu (太陽拳vs野球拳) 看板: PHP
標題: [請益] PHP Extension Driver On Bluehost
時間: Thu Oct 3 18:39:26 2013

想請較一下

有沒有人在bluehost上玩custom extension成功過的

日前小弟想裝mongo.so在bluehost上

因為之前也有申請過ssh功能

mongodb本身也安裝並執行成功了

現在卡在php extension安裝部份



已經搜尋相關資訊快八小時

google到最接近的方法是先複製一份 /usr/lib64/php/modules 到 /home/xxx

然後改php.ini的extension_dir 到自己的/home/xxx

不知為何就是到這步不行了

error log錯誤


" PHP Warning: PHP Startup: Unable to load dynamic library
'/home/php/modules/modules/mongo.so' -
/home/php/modules/modules/mongo.so:

cannot open shared object file:
No such file or directory in Unknown on line 0



頁面上錯誤

include(MongoClient.php): failed to open stream: No such file or directory



表示一直沒安裝成功

不知還有沒有方法可以成功在bluehost安裝mongo.so(任何官方未有的extension)

煩請教

--

All Comments