View Single Post
  #10  
Old 27th November 2009, 10:55
calebrulez calebrulez is offline
Member
 
Join Date: Apr 2008
Posts: 2
Default
for the shared libraries issue do
Code:
cp /usr/local/lib/libmisc.* /usr/lib/
you are basically copying the libmisc.so.0.0.0 file to the default sys lib path for xbt to find.

Quote:
Originally Posted by adyshor View Post
Later edit: How can I make the anounce url from tracker.domain to domain?
edit file /path_to_site_root/classes/config.php and modify line
Code:
define('ANNOUNCE_URL','http://tracker.A.B.C.1D:port'); //Announce URL
Reply With Quote