XBT installation

DjUnknown

Verified User
Joined
Aug 7, 2010
Messages
11
I have a 64bit CentOS 5.5 install with DirectAdmin

After getting the necessary subversions and apckages required for xbt installation i got this error after running ./make.sh

[root@xxxxxxx Tracker]# svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/misc xbt/misc
A xbt/misc/stdafx.h
A xbt/misc/xif_key.cpp
A xbt/misc/sha1.h
A xbt/misc/bt_tracker_account.h
A xbt/misc/bt_tracker_url.cpp
A xbt/misc/xcc_z.cpp
A xbt/misc/windows
A xbt/misc/windows/ETSLayout.h
A xbt/misc/windows/browse_for_directory.h
A xbt/misc/windows/nt_service.cpp
A xbt/misc/windows/nt_service.h
A xbt/misc/windows/ETSLayout.cpp
A xbt/misc/windows/browse_for_directory.cpp
A xbt/misc/xbt
A xbt/misc/xbt/const_memory_range.h
A xbt/misc/xbt/virtual_binary.h
A xbt/misc/xbt/sql_result.h
A xbt/misc/xbt/database.h
A xbt/misc/xbt/sql_query.h
A xbt/misc/xbt/find_ptr.h
A xbt/misc/stream_reader.cpp
A xbt/misc/bt_misc.cpp
A xbt/misc/bvalue.h
A xbt/misc/tf_misc.cpp
A xbt/misc/xif_key_r.h
A xbt/misc/stream_writer.cpp
A xbt/misc/bt_torrent.h
A xbt/misc/xif_value.h
A xbt/misc/socket.cpp
A xbt/misc/sha1.cpp
A xbt/misc/bt_tracker_account.cpp
A xbt/misc/CMakeLists.txt
A xbt/misc/alerts.h
A xbt/misc/xif_key.h
A xbt/misc/config_base.h
A xbt/misc/bt_tracker_url.h
A xbt/misc/stream_int.h
A xbt/misc/xcc_z.h
A xbt/misc/bvalue.cpp
A xbt/misc/sql
A xbt/misc/sql/database.cpp
A xbt/misc/sql/sql_query.cpp
A xbt/misc/sql/sql_result.cpp
A xbt/misc/xif_key_r.cpp
A xbt/misc/xif_value.cpp
A xbt/misc/bt_torrent.cpp
A xbt/misc/stream_reader.h
A xbt/misc/bt_strings.h
A xbt/misc/bt_misc.h
A xbt/misc/tf_misc.h
A xbt/misc/virtual_binary.cpp
A xbt/misc/alerts.cpp
A xbt/misc/stream_writer.h
A xbt/misc/socket.h
Checked out revision 2077.
[root@xxxxxxx Tracker]# svn co https://xbtt.svn.sourceforge.net/svnroot/xbtt/trunk/xbt/Tracker xbt/Tracker
A xbt/Tracker/stdafx.h
A xbt/Tracker/connection.cpp
A xbt/Tracker/stats.h
A xbt/Tracker/make.sh
A xbt/Tracker/server.cpp
A xbt/Tracker/XBT Tracker.cpp
A xbt/Tracker/config.h
A xbt/Tracker/epoll.cpp
A xbt/Tracker/tcp_listen_socket.cpp
A xbt/Tracker/tracker_input.h
A xbt/Tracker/XBT Tracker.vcxproj
A xbt/Tracker/udp_listen_socket.h
A xbt/Tracker/XBT Tracker.sln
A xbt/Tracker/client.h
A xbt/Tracker/transaction.cpp
A xbt/Tracker/xbt_tracker.sql
A xbt/Tracker/COPYING
A xbt/Tracker/stdafx.cpp
A xbt/Tracker/XBT Tracker.rc
A xbt/Tracker/CMakeLists.txt
A xbt/Tracker/resource.h
A xbt/Tracker/xbt_tracker.conf.default
A xbt/Tracker/htdocs
A xbt/Tracker/htdocs/xbt.css
A xbt/Tracker/htdocs/xbt_files.php
A xbt/Tracker/htdocs/xbt_config.php
A xbt/Tracker/htdocs/xbt_common.php
A xbt/Tracker/htdocs/xbt_torrent_pass_version.php
A xbt/Tracker/connection.h
A xbt/Tracker/config.cpp
A xbt/Tracker/res
A xbt/Tracker/res/XBT Tracker.ico
A xbt/Tracker/tracker_input.cpp
A xbt/Tracker/server.h
A xbt/Tracker/udp_listen_socket.cpp
A xbt/Tracker/epoll.h
A xbt/Tracker/XBT Tracker.nsi
A xbt/Tracker/tcp_listen_socket.h
A xbt/Tracker/transaction.h
Checked out revision 2077.
[root@xxxxxxx Tracker]# ./make.sh
../misc/bt_misc.cpp:4:29: error: boost/foreach.hpp: No such file or directory
../misc/bt_misc.cpp: In function 'std::string escape_string(const std::string&)':
../misc/bt_misc.cpp:19: error: expected primary-expression before 'char'
../misc/bt_misc.cpp:19: error: 'BOOST_FOREACH' was not declared in this scope
../misc/bt_misc.cpp:20: error: expected `;' before '{' token
../misc/bt_misc.cpp:354: error: expected `}' at end of input
../misc/bvalue.cpp:4:29: error: boost/foreach.hpp: No such file or directory
../misc/bvalue.cpp: In member function 'int Cbvalue::pre_read() const':
../misc/bvalue.cpp:289: error: expected primary-expression before 'i'
../misc/bvalue.cpp:289: error: 'BOOST_FOREACH' was not declared in this scope
../misc/bvalue.cpp:290: error: expected `;' before 'v'
../misc/bvalue.cpp:296: error: expected primary-expression before 'i'
../misc/bvalue.cpp:296: error: 'BOOST_FOREACH' was not declared in this scope
../misc/bvalue.cpp:297: error: expected `;' before 'v'
In file included from config.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from connection.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from epoll.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from server.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
server.cpp: In member function 'int Cserver::run()':
server.cpp:43: error: expected primary-expression before 'j'
server.cpp:43: error: 'BOOST_FOREACH' was not declared in this scope
server.cpp:44: error: expected `;' before '{' token
server.cpp:966: error: expected `}' at end of input
In file included from tcp_listen_socket.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from tracker_input.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from transaction.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from udp_listen_socket.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from XBT Tracker.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
[root@xxxxxxx Tracker]#


Now at present I am unsire as to what is causing these errors to occur but have a feeling it may be due to the fact that when installing the packages the following was not found

mysql-devel

I have changed my mirrors from that of OVH mirrors to centos mirrors to see if it would remedy it but it hasnt.

Any help would be appreciated on this matter as it is urgent that i get the xbt up and running on this server.

Kind regards

Dj
 
Your seriously asking for help with your torrent tracker? Come on.
 
Has this got anything at all to do with DirectAdmin? If you're simply trying to install software on a server using DirectAdmin for server management, that's not really a DirectAdmin issue. The thread has been moved, as it's really off-topic as related to DirectAdmin.

Jeff
 
Back
Top