Statusnet Research SeriesStatusnet Research (1): Introduction of statusnet research (2): Basic installation of statusnet Research (3): friendly URL and openid support of statusnet Research (4): quick installation of statusnet Research (5 ): support for Jabber/Gtalk
Previously, an ext directory was mentioned in "series (2) Basic installation" and "series (3) friendly URL and openid support, the purpose is to better understand which libraries are used by statusnet and where these libraries can be downloaded. In fact, the source code of statusnet already contains these open-source libraries, and even the pear libraries to be used are ready. They are stored in the next directory named "extlib" under the statusnet root directory. In this way, the "Prepare relevant open-source project code" step mentioned in "series (2) Basic installation" can be completely omitted, in addition, set $ extra_path = array ("H:/13.php/ 04. workspaces/statusnet/statusnet-0.8.2/EXT/"); changed to: $ extra_path = array (" H:/13.php/ 04. workspaces/statusnet/statusnet-0.8.2/extlib /");
Possible problems1. Running error: Fatal error: cannot redeclare _ pear_call_destructors () cause: pear has been installed, and the extlib directory contains the pear library to be shut down, which leads to repeated definition errors. Solution: Disable pear or delete the pear. php and pear directories in the extlib directory. Author: canbeing Source: Linear.