secret squirrel wrote:
> i followed tip from:
> http://blogs.sun.com/weber/entry/realplayer_11_helix_on_opensolaris
> --------------------------------------------------------------------------------
> a tip:
> mv RealPlayer11Gold-x86.tar.bz2 /opt
> untar
> cd up to /opt/real/RealPlayer/Bin
>
> ./setup
>
> and this is sets up all the icons in gnome etc
> or something like that and all my paths seems fine
in opensolaris, doing with pfexec:
henry at delljm:/opt/real/RealPlayer/Bin$ pfexec ./setup
Copying RealPlayer files......Succeeded.
installing application icons resource...
installing document icons resource...
......................Succeeded.
Configuring Mozilla...
...Installing .mo locale files...
find: stat() error /usr/share/locale/de/LC_MESSAGES/realplay.mo: No such
file or directory
...find: cycle detected for /lib/32/
find: cycle detected for /lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cannot follow symbolic link /usr/lib/lp/locale/hi_IN.UTF-8: No
such file or directory
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/elfedit/32/
install: player.mo was not found anywhere!
find: stat() error /usr/share/locale/de/LC_MESSAGES/libgtkhx.mo: No such
file or directory
find: cycle detected for /lib/32/
find: cycle detected for /lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cannot follow symbolic link /usr/lib/lp/locale/hi_IN.UTF-8: No
such file or directory
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/elfedit/32/
install: widget.mo was not found anywhere!
find: stat() error /usr/share/locale/es/LC_MESSAGES/realplay.mo: No such
file or directory
find: cycle detected for /lib/32/
find: cycle detected for /lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cannot follow symbolic link /usr/lib/lp/locale/hi_IN.UTF-8: No
such file or directory
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/elfedit/32/
install: player.mo was not found anywhere!
find: stat() error /usr/share/locale/es/LC_MESSAGES/libgtkhx.mo: No such
file or directory
find: cycle detected for /lib/32/
find: cycle detected for /lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cannot follow symbolic link /usr/lib/lp/locale/hi_IN.UTF-8: No
such file or directory
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/elfedit/32/
install: widget.mo was not found anywhere!
and it never ends!
henry at delljm:~$ pfexec ptree 2905
2441 gnome-terminal
2581 bash
2905 ./setup
2912 <defunct>
2918 /bin/bash ./postinst/postinst.sh /opt/real/RealPlayer
install.log
7198 /bin/bash ./install_locale_files.sh
7568 /sbin/sh /usr/sbin/install -m 644
/opt/real/RealPlayer/share/lo
7591 find /usr/lib -follow -name widget.mo -type f -print
henry at delljm:~$ pfexec pkill -9 find
henry at delljm:~$ pfexec ptree 2905
2441 gnome-terminal
2581 bash
2905 ./setup
2912 <defunct>
2918 /bin/bash ./postinst/postinst.sh /opt/real/RealPlayer
install.log
7718 /bin/bash ./install_fedora_selinux_workaround.sh
7723 which chcon
killing "find" ends it
gerard