View Single Post
  #11  
Old 18th January 2010, 23:34
mrs mrs is offline
Senior Member
 
Join Date: Jul 2008
P2P
Posts: 17
Question
Quote:
6. Getting tracker up and running

[code]$ cd /site/
$ tar zxfv xbtt.tar.gz
$ cd xbtt/build/xbtt
$ ./autogen.sh
$ make

i have an error when i try to run ./autogen.sh
..........
Code:
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... configure: error: cannot compute sizeof (short), 77
See `config.log' for more details.

I am using a centos 5.4 vmware image with latest updates and lxadmin control panel.

Please help me

Regards
Reply With Quote