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 ?