Changes between Version 14 and Version 15 of InstallationGuide
- Timestamp:
- 02/18/08 19:13:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v14 v15 31 31 * [#addingusers Adding users] 32 32 * [#geoipsupport GeoIP support (optional)] 33 33 ---- 34 34 === rTorrent side === #rtorrentside 35 35 36 36 ==== Preparing the system ==== #preparing 37 37 38 You 'llneed the following packages to install xmlrpc-c, libtorrent and rtorrent38 You might need the following packages to install xmlrpc-c, libtorrent and rtorrent 39 39 * make 40 40 * pkg-config … … 104 104 (20:55:52) XMLRPC initialized with 356 functions. 105 105 }}} 106 106 ---- 107 107 === rTWi side === #rtwiside 108 108 … … 141 141 pass = "1234567890abcdef1234567890abcdef12345678" 142 142 }}} 143 143 ---- 144 144 ==== GeoIP support (optional) ==== #geoipsupport 145 145 146 146 You need to install the [http://www.maxmind.com/app/c GeoIP c library], and the [http://pecl.php.net/package/geoip GeoIP PECL module][[BR]] 147 You'll need the following packages to to add GeoIP support to rTWi 148 * libgeoip-dev 149 * php-pear 150 * php5-dev 151 152 If you have the packages installed, type 147 For installing the GeoIP PECL module, you need to have [http://pear.php.net/ PHP-PEAR] installed, and than type 153 148 {{{ 154 149 pecl install geoip 155 150 }}} 156 151 157 After youfinished, you might want to add "extension=geoip.so" to php.ini158 152 After it's finished, you might want to add "extension=geoip.so" to php.ini 153 ---- 159 154 == Troubleshooting == #troubleshooting 160 155