-
Script for Ubuntu (tested with Karmic Koala) :
Create the user xbttrack without /home :
sudo adduser xbtttrack --no-create-home
Copy xbt_tracker in /usr/local/bin/.
Copy the xbt_tracker.conf in the directory /etc/xbttracker/.
Change the groupe and the rights of the directory :
sudo chown -R root.xbttrack /etc/xbttracker/
sudo chmod -R 750 /etc/xbttracker/...
2009-11-04 11:13:21 UTC by edtech
-
I've released a new frontend for XBT Tracker that runs on Joomla. If you want to download it please go to my site @ www.visigod.com.
Check on the forums. Any comments, bugs or improvements are appreciated.
2009-11-02 20:46:29 UTC by visigod
-
I found where the error:
don't know why, but I have two libstdc++.so library's in system. One in /usr/lib/libstdc++.so (linked to libstdc++.so.5 from libstdc++-v3) and one in gcc 4.3.4 in /usr/lib/gcc/i486-pc-linux-gnu/4.3.4/
I have removed link in /usr/lib/ and xbtt compiled!
I found the solution which helped me resolve the problem: http://bugs.gentoo.org/show_bug.cgi?id=69475#c16
Sorry to...
2009-10-29 22:15:34 UTC by freemandigger
-
See make.sh. Others should be linked automatically.
2009-10-29 22:01:14 UTC by olafvdspek
-
OK, I understand, but maybe you know library's needed to compile xbtt? I will try check which not linked...
2009-10-29 21:32:40 UTC by freemandigger
-
I don't know, but it's not a XBTT issue.
2009-10-29 21:20:35 UTC by olafvdspek
-
Toolchain recompilation does not helped - I have got the same error.
How I can check which library is not linked by gcc?
But if gcc can not link some library's how he can recompiled all system (over a 300 packages) without any errors?
Maybe it is only a problem of hardened Gentoo?
OK, I have tried compile xbtt at my desktop PC with Ubuntu 9.04 (amd64) - it was compiled without errors and in a...
2009-10-29 20:47:22 UTC by freemandigger
-
Hmm, I will try to recompile toolchain. I don't have another system.
2009-10-29 08:53:56 UTC by freemandigger
-
Looks like part of the standard library doesn't get linked. This should happen automatically. My guess is a corrupt gcc installation. You could try the compile on another system.
2009-10-29 08:33:17 UTC by olafvdspek
-
I have downloaded the latest source code, but it doesn't compile.
Previously (October 5th) I have successfully compiled xbtt but the source was very old (half a year or older) and gcc was 3.4.6, now gcc is 4.3.4.
Also I have tried to compile with these flags:
-lstdc++
-Wno-deprecated
but get the same error
Error starts as:
/tmp/ccfFmADt.o: In function `Cdatabase::Cdatabase()'...
2009-10-29 08:20:43 UTC by freemandigger