Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: countbobo on November 02, 2010, 06:08:54 PM
-
Hello everyone,
I've been using SME Server for a few years for a hylafax application and some other projects.
Recently we began developing an iphone and blackberry app. Turns out blackberry needs RTSP server installed in order to stream mp3s and videos.
So I found an opensource RTSP server in Live555, and downloaded it to the server.
Unfortunately after trying to compile it, I am getting the following error;
[root@freq live]# make
cd liveMedia ; make
make[1]: Entering directory `/root/live/liveMedia'
c++ -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1 Media.cpp
make[1]: c++: Command not found
make[1]: *** [Media.o] Error 127
make[1]: Leaving directory `/root/live/liveMedia'
make: *** [all] Error 2
Does that mean that the server doesn't have C++. If so is there a RPM for C++ for SME ?
-
Hi, welcome here
you're right: there's no compiling tools on SME
anyway you can set up ATrpm (http://wiki.contribs.org/ATrpms) repo and install it with:
yum --enablerepo=atrpms install live
finally, SME 7.4 is quite old, you should update asap
last raccomandation: google is your friend; it took 10 seconds to me to find info about openrtsp rpm ;-)
-
I'm sorry but what exactly do I install there and how do I proceed to install the software I want to use? I'm a little lost? What is ATrpm?
-
I'm sorry but what exactly do I install there and how do I proceed to install the software I want to use? I'm a little lost? What is ATrpm?
read carefully the wiki page I linked in my previous post
then use the command I suggested.. you're done
please take some time to read the documentation too :-)
thank you