Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   How To Set Up Gazelle on a Debian Server (http://www.bvlist.com/showthread.php?t=2359)

mrs 18th January 2010 23:34

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

movizdb 18th January 2010 23:35

Maybe it's because of the lxadmin Remove LXadmin then retry ;)

mrs 18th January 2010 23:37

Quote:

Originally Posted by movizdb (Post 19724)
Maybe it's because of the lxadmin Remove LXadmin then retry ;)

But i need lxadmin for hosting :D

Phogo 18th January 2010 23:46

Quote:

Originally Posted by marius (Post 19723)
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

Post your config.log

Laffin 18th January 2010 23:51

if the compiler cannot compute the sizeof(short) than its a compiler problem.
as code is simple as
Code:

function main()
{
  printf("%d",sizeof(short));
}

and if your compiler can't handle compiling that routine, its most likely a bad installation of the compiler system. As it should have no problems.
Do as the log suggests, and look into the log file for any further hints as to what the problem is.

mrs 18th January 2010 23:56

1 Attachment(s)
Here is my config.log.
I'we named it config.log.php because i can't upload it as config.log

Laffin 19th January 2010 00:08

Quote:

/usr/bin/ld: cannot find -lmysqlclient_r
You need to install the mysql client libs, and they should be for the version you are running

mrs 19th January 2010 00:27

Quote:

Originally Posted by Laffin (Post 19731)
You need to install the mysql client libs, and they should be for the version you are running

I have installed libs and it's working.
Now i'm trying to follow next steps on this turorial.
Maybe i will come with other questions latter.


Thank you

Laffin 19th January 2010 01:16

Well good lucks on your venture :)

mrs 19th January 2010 23:43

Quote:

Originally Posted by marius (Post 19733)
I have installed libs and it's working.
Now i'm trying to follow next steps on this turorial.
Maybe i will come with other questions latter.


Thank you

Unfortunately i'm back... with another problem :D

Now i'm trying to install it on a centos 5.3 server, not virtual server :D

Now i can run
Code:

./autogen.sh
, but when i run make, i have errors.

What file should i upload here for you to see the errors i have after running make?


Thanks


All times are GMT +2. The time now is 03:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.