Red5 Server Installation


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Red5 Server Installation
# 1  
Old 10-06-2010
Error Red5 Server Installation

Hello,

I Have a Problem...
I have a Debian server where I would like Red5 instalation. Now I have the Red5 0.9.1 loaded on my server and want to instalation with *make* the server and it did not work. I keep getting this message here.:
Quote:
debian:/home/red5-0.9.1# make
ant dist
Buildfile: build.xml
[taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

-library.check:
[echo] Java: java.home is /usr/lib/jvm/java-6-openjdk/jre and the target version is 1.6
[echo] Ant: ant.home is /usr/share/ant and the target version is Apache Ant version 1.7.0 compiled on April 29 200 8

-java6.check:
[echo] Using Java 1.6

prepare:

compile:
[echo] javac version: 1.6
[echo] Not using the Eclipse IDE
[echo] Compiler adapter name: modern
[taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

compile-core:
[taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

retrieve:

BUILD FAILED
/home/red5-0.9.1/build.xml:218: The following error occurred while executing this line:
/home/red5-0.9.1/build.xml:232: The following error occurred while executing this line:
/home/red5-0.9.1/build.xml:177: Problem: failed to create task or type antlibSmilierg.apache.ivy.ant:settings
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/usr/share/ant/lib
-/root/.ant/lib
-a directory added on the command line with the -lib argument


Total time: 1 second
make: *** [red5] Fehler 1
I have ant-ivy also already installed and all of the packages

but it does not work. Always the same error
can someone help me here?

Thanks
# 2  
Old 10-17-2010
Red 5 Download is Broken

Hello,

I had the same problem and found a solution posted on another forum. Basically the downloads from code.google.com/p/red5/ are incomplete and have been since at least version 0.9

I've written to them to see if they can get the downloads fixed but in the meantime you can try downloading the code directly from the repository. This has worked for me and it compiled first time (assuming ant and ivy are installed). Type

svn export

and then the following address which I'm going to have to split apart as I'm not allowed to post URL's (just remove all the spaces I've added)

http : // red5 . googlecode . com / svn / java / server / tags / 0_9_1 /

will get you version 0.9.1 (the latest at the time of writing).

I hope they fix the download pages soon as it has been a very frustrating experience trying to build Red 5.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with Ubuntu server 12.04 installation

hello, i have been try installing Ubuntu server 12.04 and receiving a message: no network interface card detected. can someone help me to locate where my interface card is (1 Reply)
Discussion started by: naghazky
1 Replies

2. Solaris

Apache Server installation

Hi, can we install two diferent versions of apache on same server for different applications? (1 Reply)
Discussion started by: madhudeva
1 Replies

3. Red Hat

Xen Server Installation on CentOS6...?

Hello Folks, Anyone know about the support possibilities of Xenserver(open source) on CentOS6..? As I Googled and read alot of forums, but no luck. I have tried the followings. OS: CentOS6 Kernel: 2.6.32-71.29.1.el6.x86_64 Arch: x86_64 When tried to install XenServer from source. Xen4.0 -... (1 Reply)
Discussion started by: chandranjoy
1 Replies

4. UNIX for Advanced & Expert Users

Error with ANT build for red5

I installed java at usr/local/jdk directory. My Java Version is 1.6.0_05. I have installed apache ant version 1.8.1 in folder opt/ant successfully. And later on I have installed RED 5.0.9 final version at /opt/ant directory. But I am getting error while building ant at RED5 , I got following... (1 Reply)
Discussion started by: ninadgac
1 Replies

5. UNIX for Dummies Questions & Answers

Help with red5 process

Hello, I have installed red5 on my linux server successfully at folder opt/red5. Installation is successful and red5 is also running successfully but everytime I have to execute sh ./red5.sh start command at my server red5 directory using putty. After some time red5 process automatically... (4 Replies)
Discussion started by: ninadgac
4 Replies

6. Solaris

how do I make my workstation an installation server for a remote server?.

Is there a way I can make my Sun workstation as a installation server for a remote server?. (3 Replies)
Discussion started by: calsum
3 Replies

7. SCO

Server installation problem

Hi, After installing our application in SCO UNIX 7.1.3, instead of asking username and password it's prompting to A:/> . Even after restart its its asking as "press any key to reboot". So, how can i come to my unix prompt. (1 Reply)
Discussion started by: pintupatro
1 Replies

8. Solaris

Server Installation Help

Forgive me for posting this. That was the wrong way to install the NXServer. If anyone has documentation links, let me know please. Thanks. (0 Replies)
Discussion started by: smac
0 Replies

9. Solaris

appache server installation

hi , I am trying to install appache 2 on solaris 9 over SPARC . i have configured the server , run make and make install . but when i try to start the appachectl it is giving me an error. it says that : "ld.so.1: /usr/local/apache2/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file... (9 Replies)
Discussion started by: ppass
9 Replies
Login or Register to Ask a Question