SO i restarted on xbt install ..... :))))))))))
 
i follow THIS tutorial :     
http://www.visigod.com/xbt-tracker/installation
 
 
1) i create a folder to my ftp :   /home/-MYUSERNAME-/public_html/      i  call it   xbt_tracker
2)  i  download  the misc & the Tracker packages    its   ok 
3)  i   cd  to the   Tracker folder   its  ok      hihhiiiii  lol   at this point  no big deal ...
4) i   ssh     ./make sh  and   ERROR !!!!!!!!!
 
HERE THE RESULT ::::
 
==========================
 
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
g++: error trying to exec 'cc1plus': execvp: No such file or directory
 
==========================
 
 
SO  i may miss the g++  librairie, right ? 
 
 
SO   i   check if  g++ is installed :::::::::::
 
 
 
COMMAND        dpkg -s g++
 
 
 
Package: g++
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 40
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: i386
Source: gcc-defaults (1.96)
Version: 4:4.4.5-1
Provides: c++-compiler
Depends: cpp (>= 4:4.4.5-1), gcc (>= 4:4.4.5-1), g++-4.4 (>= 4.4.5-1~), gcc-4.4 (>= 4.4.5-1~)
Suggests: g++-multilib
Description: The GNU C++ compiler
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package providing the default GNU C++ compiler.
 
 
SEEMS g++ is there right ???
 
SO  the system    Suggests: g++-multilib      , SO  i  try to install THIS   :))))))))))))
 
 
 
apt-get install cmake g++-multilib
 
 
AND THE RESULT IS  :::::::::
 
==============================
 
apt-get install cmake g++-multilib
Reading package lists... Done
Building dependency tree
Reading state information... Done
cmake is already the newest version.
The following extra packages will be installed:
  g++-4.4-multilib gcc-4.4-multilib gcc-multilib lib64gcc1 lib64gomp1 lib64stdc++6
  libc6-amd64 libc6-dev-amd64
Suggested packages:
  lib64stdc++6-4.4-dbg lib64mudflap0
The following NEW packages will be installed:
  g++-4.4-multilib g++-multilib gcc-4.4-multilib gcc-multilib lib64gcc1 lib64gomp1
  lib64stdc++6 libc6-amd64 libc6-dev-amd64
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,885 kB of archives.
After this operation, 29.7 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 
http://http.us.debian.org/debian/ stable/main libc6-amd64 i386 2.11.3-3 [4,180 kB]
Get:2 
http://http.us.debian.org/debian/ stable/main libc6-dev-amd64 i386 2.11.3-3 [2,032 kB]
Get:3 
http://http.us.debian.org/debian/ stable/main lib64gcc1 i386 1:4.4.5-8 [44.9 kB]
Get:4 
http://http.us.debian.org/debian/ stable/main lib64gomp1 i386 4.4.5-8 [25.3 kB]
Get:5 
http://http.us.debian.org/debian/ stable/main gcc-4.4-multilib i386 4.4.5-8 [2,205 kB]
Get:6 
http://http.us.debian.org/debian/ stable/main lib64stdc++6 i386 4.4.5-8 [341 kB]
Get:7 
http://http.us.debian.org/debian/ stable/main g++-4.4-multilib i386 4.4.5-8 [1,055 kB]
Get:8 
http://http.us.debian.org/debian/ stable/main g++-multilib i386 4:4.4.5-1 [826 B]
Get:9 
http://http.us.debian.org/debian/ stable/main gcc-multilib i386 4:4.4.5-1 [820 B]
Fetched 9,885 kB in 3s (2,950 kB/s)
Selecting previously deselected package libc6-amd64.
(Reading database ... 58084 files and directories currently installed.)
Unpacking libc6-amd64 (from .../libc6-amd64_2.11.3-3_i386.deb) ...
Selecting previously deselected package libc6-dev-amd64.
Unpacking libc6-dev-amd64 (from .../libc6-dev-amd64_2.11.3-3_i386.deb) ...
Selecting previously deselected package lib64gcc1.
Unpacking lib64gcc1 (from .../lib64gcc1_1%3a4.4.5-8_i386.deb) ...
Selecting previously deselected package lib64gomp1.
Unpacking lib64gomp1 (from .../lib64gomp1_4.4.5-8_i386.deb) ...
Selecting previously deselected package gcc-4.4-multilib.
Unpacking gcc-4.4-multilib (from .../gcc-4.4-multilib_4.4.5-8_i386.deb) ...
Selecting previously deselected package lib64stdc++6.
Unpacking lib64stdc++6 (from .../lib64stdc++6_4.4.5-8_i386.deb) ...
Selecting previously deselected package g++-4.4-multilib.
Unpacking g++-4.4-multilib (from .../g++-4.4-multilib_4.4.5-8_i386.deb) ...
Selecting previously deselected package g++-multilib.
Unpacking g++-multilib (from .../g++-multilib_4%3a4.4.5-1_i386.deb) ...
Selecting previously deselected package gcc-multilib.
Unpacking gcc-multilib (from .../gcc-multilib_4%3a4.4.5-1_i386.deb) ...
Setting up libc6-amd64 (2.11.3-3) ...
Setting up libc6-dev-amd64 (2.11.3-3) ...
Setting up lib64gcc1 (1:4.4.5-8) ...
Setting up lib64gomp1 (4.4.5-8) ...
Setting up gcc-4.4-multilib (4.4.5-8) ...
Setting up lib64stdc++6 (4.4.5-8) ...
Setting up g++-4.4-multilib (4.4.5-8) ...
Setting up g++-multilib (4:4.4.5-1) ...
Setting up gcc-multilib (4:4.4.5-1) ...
1909346773:/#
 
==============================
 
 
 
SO seems something was updated right ?
 
gonna retry   the  ./make sh  dat was leading to an error .........  :))))))))))))