View Single Post
  #43  
Old 20th August 2013, 04:26
marijuana marijuana is offline
Member
 
Join Date: May 2010
Iceland
Posts: 5
Default
Quote:
Originally Posted by totopizza View Post
hi guys, so its a kind of nightmare to make correctly run this gazelle,
not really trhe front end but the tracker ... lol ...

i tried to install and configure xbt and ocelot

i am in the same troubles for both

as an example : ocelot ::::



cd /home/------------/public_html/ocelot
home/-----------/public_html/ocelot# make

g++ -c -march=native -O2 -fomit-frame-pointer -fno-ident -fvisibility-inlines-hidden -fvisibility=hidden -Wall -std=c++0x -iquote -Wl,O1 -Wl,--as-needed -I/usr/include/mysql -I/usr/include/mysql++ -I/usr/local/include/boost -o config.o config.cpp

g++: error trying to exec 'cc1plus': execvp: No such file or directory

make: *** [config.o] Error 1

can someone help me ?

i think i installed all needed packages, but seems not,
seems i forgot something, lol, arrrrffffff
Dependencies issue..

apt-get install build-essential

should fix it.

EDIT:

Seriously ? Does no one here read the error output ?

@ajax
The error is just there sitting in front of you.

"/site/xbtt/build/xbtt/src/.libs/lt-xbt_tracker: error while loading shared libraries: libmisc.so.0: cannot open shared object file: No such file or directory"
libmisc.so.0 is missing. Duhhhh.... now, google how to install it or try, aptitude search libmisc for the package if running some debian variant.
Reply With Quote
The Following User Says Thank You to marijuana For This Useful Post:
romano1 (28th August 2013)