Can't install JMF in Fedora Core 6
Hi everybody!
I've been trying to install JMF but I couldn't
First it told me when I performed sh jmf-2_1_1e-linux-i586.bin:
Do you agree to the above license terms? [yes or no] y
Permit recording from an applet? (see readme.html) [yes or no] y
Permit writing local files from an applet? (recommend no, see readme.html) [yes or no] y
Unpacking...
tail: cannot open `+309' for reading: No such file or directory
Extracting...
./install.sfx.12308: line 1: ==: No such file or directory
./install.sfx.12308: line 3: syntax error near unexpected token `)'
QQR�����rqp����"���hj��W�jYn�d!������L���Lŕ^��[ 88�$���ծ��,����iѭ����V~�mn.�7w^�?�,�;M��`�A$D����� @��"ɺ�wA'�����
Then I saw in this post http://forum.java.sun.com/thread.jspa?threadID=733794&messageID=4226173 the solution to this, that was changing this in the .bin file
tail +309 $0 > $outname
to this
tail -n +309 $0 > $outname
So it helped but not much, now the error I get is this:
Do you agree to the above license terms? [yes or no]
yes
Permit recording from an applet? (see readme.html) [yes or no]
no
Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
no
Unpacking...
Extracting...
./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.1' not found (required by ./install.sfx.10513)
./install.sfx.10513: /lib/libc.so.6: version `GLIBC_2.0' not found (required by ./install.sfx.10513)
chmod: no se puede acceder a 獼MF-2.1.1e/bin/jmstudio? No existe el fichero o el directorio
chmod: no se puede acceder a 獼MF-2.1.1e/bin/jmfregistry? No existe el fichero o el directorio
chmod: no se puede acceder a 獼MF-2.1.1e/bin/jmfinit? No existe el fichero o el directorio
jmf-2_1_1e-linux-i586.bin: line 305: JMF-2.1.1e/bin/jmfinit: No existe el fichero o el directorio
/bin/cp: no se puede efectuar `stat' sobre 獼MF-2.1.1e/lib/jmf.properties? No existe el fichero o el directorio
Done.
It is the same if I say no or yes to the two last questions, the error is the same.
For those out there that don't understand spanish,
"no se puede acceder a" means "can't access to"
"No existe el fichero o el directorio" means "file doesn't exist"
"no se puede efectuar `stat' sobre" means "can't make/do 'stat' on"
Can anybody tell me if you're experiencing this problem, and how to solve it?
Thank you very much

