Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2009, 02:44 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Not sure if the right place

Not sure if the right place but worth a try might get some help with this

Am trying to install a scriped with SSH
But i keep getting this

Code:
In file included from config.h:8,
                 from XBT Tracker.cpp:3:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
In file included from config.h:8,
                 from config.cpp:2:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
connection.cpp:1:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
connection.cpp: In member function 'int Cconnection::recv()':
connection.cpp:96: error: 'boost' has not been declared
connection.cpp:98: error: 'boost' has not been declared
In file included from config.h:8,
                 from server.h:9,
                 from peer_link.cpp:5:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
In file included from config.h:8,
                 from server.h:9,
                 from server.cpp:2:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
In file included from config.h:8,
                 from server.h:9,
                 from tcp_listen_socket.cpp:4:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
tracker_input.cpp:5:38: error: boost/algorithm/string.hpp: No such file or directory
tracker_input.cpp:7: error: 'boost' is not a namespace-name
tracker_input.cpp:7: error: expected namespace-name before ';' token
tracker_input.cpp: In member function 'bool Ctracker_input::banned() const':
tracker_input.cpp:107: error: 'starts_with' was not declared in this scope
tracker_input.cpp:143: error: 'starts_with' was not declared in this scope
tracker_input.cpp:148: error: 'starts_with' was not declared in this scope
In file included from config.h:8,
                 from server.h:9,
                 from transaction.h:8,
                 from transaction.cpp:2:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
In file included from config.h:8,
                 from server.h:9,
                 from transaction.h:8,
                 from udp_listen_socket.cpp:4:
../misc/config_base.h:8:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/config_base.h: In member function 'std::istream& Cconfig_base::load(std::istream&)':
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/config_base.h:39: error: 'boost' has not been declared
../misc/bt_tracker_url.cpp:4:38: error: boost/algorithm/string.hpp: No such file or directory
../misc/bt_tracker_url.cpp:6: error: 'boost' is not a namespace-name
../misc/bt_tracker_url.cpp:6: error: expected namespace-name before ';' token
../misc/bt_tracker_url.cpp: In member function 'void Cbt_tracker_url::write(const std::string&)':
../misc/bt_tracker_url.cpp:45: error: 'istarts_with' was not declared in this scope
Am sure all the files are in the right place even tho it keeps saying "No such file or directory"
is there anything other than not in the right place which would give me this problem
ive been reading on something called G++ ihave no idea what it is tho lol

Thanks
Reply With Quote
  #2  
Old 08-14-2009, 03:10 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not only do the files have to be there, but they need to be readable. Make sure they really are there in the place the script thinks it will be (in relation to whatever directory you are in).
Reply With Quote
  #3  
Old 08-14-2009, 03:14 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only place where you can get real answers on this would be the site where you got this software.
Reply With Quote
  #4  
Old 08-14-2009, 03:55 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Not only do the files have to be there, but they need to be readable. Make sure they really are there in the place the script thinks it will be (in relation to whatever directory you are in).
Done it
I will post what i did for anyone with the same problem

Code:
Installing XBT Tracker under Linux  

The following  dependencies are needed to compile. The g++ version should be at least 3.4. 
 
 g++
 libboost-dev
 libboost-program-options-dev
 libmysqlclient15-dev
 subversion
 zlib1g-dev

The following commands can be used to install some of the dependencies on Fedora Core. The g++ version should be at least 3.4. 

yum install boost-devel

Enter the following commands in a terminal. Be patient while g++ is running, it'll take a few minutes. 

cd xbt/Tracker
./make.sh

Starting under Linux
Enter the following commands in a terminal. 

./xbt_tracker
Thanks Lynne and Marco for the help
@Marco support is down at vbitty thats why i thought i would try here hope it was ok
Mike
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:41 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03744 seconds
  • Memory Usage 2,201KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete