View Single Post
  #25  
Old 20th January 2010, 22:46
mrs mrs is offline
Senior Member
 
Join Date: Jul 2008
P2P
Posts: 17
Default
Quote:
zuzubv

do you type make clean and again make ?

if yes, then include the 3 lines in bt_tracker_url.cpp too
i have included the 3 lines


Quote:
Originally Posted by Laffin View Post
It doesnt matter what you type or include, if you dont pay attention to the log file and errors. just spewing possible solutions will just create more problems.


looks like you have a mis-installation of the boost library, (re)install the boost libs and headers.


[/COLOR][/COLOR]
and you are right, boost library was not installed. I have installed it and now i have no errors when i run make.

But i'm not ready yet :secret: maybe i will come with another questions

Thank you


Edited

I have executed ./xbt_tracker xbt_tracker.conf and all is ok, executed install.php, config.php file was created automatically, i have modifyed ip adress and port in my database... but when i try to login i receive a blank screen. I have turned display errors on, and i have this error:

Code:
Notice: Undefined index: HTTPS in /home/admin/mydomain/classes/config.php on line 10

Fatal error: Class 'Memcache' not found in /home/admin/mydomain/classes/class_cache.php on line 213

Last edited by mrs; 21st January 2010 at 00:05.
Reply With Quote