Red5 – getting this to work is quite a project http://www.red5server.org/content_red5installlinux_500006
got ant, tzupdater, jdk / sdk installed:
jdk-6u21-linux-x64.bin java_ee_sdk-6u1-unix.sh
did this rpmbuild --rebuild java-1.6.0-sun-1.6.0.21-1.0.cf.nosrc.rpm
and that yum --nogpgcheck localinstall java-1.6.0-sun*.rpm
now I’m stuck here;
# /opt/ant/bin/ant prepare
Buildfile: /usr/local/src/red5/build.xml
[echo] java.home is /usr/lib/jvm/java-1.6.0-sun-1.6.0.21.x86_64/jre and the target version is 1.6
prepare:
BUILD SUCCESSFUL
Total time: 1 second
# /opt/ant/bin/ant build
Buildfile: /usr/local/src/red5/build.xml
[echo] java.home is /usr/lib/jvm/java-1.6.0-sun-1.6.0.21.x86_64/jre and the target version is 1.6
BUILD FAILED
Target "build" does not exist in the project "RED5".
Guess I need to install tomcat next….
almost ready to install it but how to determine the JAVA_HOME environment variable…?