LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-01-2005, 02:24 PM   #1
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Rep: Reputation: 15
Problem installing Real Player


whenever I try to install the bin file for real player it says the following



[family@ool-18beecce ~]$ chmod a+x RealPlayer10GOLD.bin
[family@ool-18beecce ~]$ ./RealPlayer10GOLD.bin
Extracting files for RealPlayer installation...Segmentation fault
[family@ool-18beecce ~]$
 
Old 09-01-2005, 02:44 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Edit: Did you try running it as root?

You could also try installing the RPM. When you go to http://www.real.com/ below the big button that says "Download RealPlayer" there is one that says "Advanced Installation / Download RPM Package".
 
Old 09-01-2005, 03:54 PM   #3
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
Yeah I tried the RPM but whenever I try to do it the wierdest thing happens.. Instead it shows a huge screen with helix player... I can't explain it really
 
Old 09-01-2005, 03:56 PM   #4
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Oh yeah, sometimes browsers associate ".rpm" with realplayer media or something like that. See if you can do "save as" or anything like that.
 
Old 09-01-2005, 04:43 PM   #5
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
I tried that now and I tell it to open in "automatic install" or whatever it's called but when I do that the automatic install doesn't run and when I just save it to disk I can't put it in my home folder so I tried to do the following and as you can see it didn't work


[root@ool-18beecce Desktop]# yum install RealPlayer
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 272 kB 00:06
updates-re: ################################################## 817/817
Added 2 new packages, deleted 0 old in 2.07 seconds
Parsing package install arguments
No Match for argument: RealPlayer
Nothing to do
[root@ool-18beecce Desktop]#
 
Old 09-01-2005, 11:52 PM   #6
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
You can only use yum to install stuff that is in the repositories. If you want to install some random RPM you downloaded, do:
Code:
rpm -Uvh whatever.rpm
 
Old 09-02-2005, 05:30 PM   #7
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
I can't do that though because it wont let me drop the RealPlayer folder in my home directory...
 
Old 09-02-2005, 08:14 PM   #8
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
Acctually it's not letting me drop anything into the home directory...
 
Old 09-02-2005, 08:29 PM   #9
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Original Poster
Rep: Reputation: 15
I found out what I was doing wrong... Thanks guys
 
Old 09-03-2005, 04:26 AM   #10
JR3724
LQ Newbie
 
Registered: Aug 2005
Posts: 3

Rep: Reputation: 0
Could you let me know? I have problem in installing the RealPlayer 10 in Mandrake 10 too. I used both rpm and .BIN and both were in vain. My browser is Mozilla Firefox and the following is the screen capture in console mode. Thanks a lot.

Copying RealPlayer files....No Mozilla plugin directory found.
Please enter Mozilla's plugins directory to install the Mozilla plug-in,
or leave blank to skip plug-in installation:
.............
configure system-wide symbolic links? [Y/n]: ....
enter the prefix for symbolic links [/usr]: ..
Setting up realplay symlinks in /usr...
configuring icons...
configuring document icons...
.configuring pixmaps...
configuring locale...
install: cannot create regular file `/usr/share/locale/de/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/de/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/es/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/es/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/hi/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/hi/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/ja/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/ja/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/ko/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/ko/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/pl/LC_MESSAGES/realplay.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/pl/LC_MESSAGES/libgtkhx.mo': No such file or directory
install: cannot create regular file `/usr/share/locale/pt_BR/LC_MESSAGES/realplay.mo': No such file or directory
.install: cannot create regular file `/usr/share/locale/pt_BR/LC_MESSAGES/libgtkhx.mo': No such file or directory
configuring desktop...
configuring applications...
configuring GNOME mime types...
Configuring realplay script...

RealPlayer installation is complete.
Cleaning up installation files...
Done.

Install Email Client (Mozilla Thunderbird)? [Y/n/q]
[jr3724t@ctinets ubuntuaddon]# exit
exit
[jr3724@ctinets ~]$ realplay
*** glibc detected *** free(): invalid pointer: 0x082b0cd8 ***
/usr/bin/realplay: line 75: 15726 Aborted $REALPLAYBIN "$@"
[jr3724@ctinets ~]$
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Real player sound problem Azzath Linux - Newbie 5 02-21-2005 04:44 PM
Ideal path for installing real player. D3javu Linux - Newbie 1 02-05-2005 06:59 AM
installing real player? brlmedia Yoper 2 12-11-2004 06:14 PM
installing juk and real player 9 slim27616 Mandriva 2 04-18-2004 10:34 AM
Real Player problem on RH9 kabil Linux - Software 3 09-08-2003 09:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration