knoppmyth.net Forum Index knoppmyth.net
The home of KnoppMyth.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Firefox on R5E50
Goto page 1, 2  Next
 
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Installation
View previous topic :: View next topic  
Author Message
Thep



Joined: 22 May 2006
Posts: 7

PostPosted: Wed Jan 10, 2007 11:26 pm    Post subject: Firefox on R5E50 Reply with quote

I did a clean install of R5E50, and I am having trouble getting firefox to work. Following the Wiki instructions (http://knoppmythwiki.org/index.php?page=Firefox) I have tried the latest release of both version 2 and version 1.5 but neither work. It appears I am missing a library.
When I try to run firefox, I get an error message that says:
Code:
/myth/firefox/firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Is there a better way to install firefox, or a safe way to install the libraries I need?
Thanks!
Back to top
View user's profile Send private message
lostmyshape



Joined: 24 Apr 2006
Posts: 91
Location: Pittsburgh, PA

PostPosted: Thu Jan 11, 2007 8:24 am    Post subject: Reply with quote

sure... you can get the library package missing from here: http://www.debian.org/distrib/packages (and pretty much any library package you would need). once installed, firefox will work.

just
Code:
dpkg -i [path]/libstdc++5...deb

then run firefox.
Back to top
View user's profile Send private message
Thep



Joined: 22 May 2006
Posts: 7

PostPosted: Thu Jan 11, 2007 2:30 pm    Post subject: Reply with quote

I'm at work now, so my main idea now is to save this for later, or help someone who also has this problem. Something like this should work though?
Code:
wget http://http.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.5-13_i386.deb
dpkg -i libstdc++5_3.3.5-13_i386.deb
Back to top
View user's profile Send private message
thornsoft



Joined: 18 Nov 2005
Posts: 777
Location: spencerport, ny (USA)

PostPosted: Thu Jan 11, 2007 3:18 pm    Post subject: Reply with quote

FWIW, it just worked for me, without the dpkg stuff. I'm on R5E50.
But may have crud left over from installing it the prior release? It didn't work well for me on prior versions, but seems to be working great now.

I followed the wiki, and it's fine. The flash plugin didn't work, so I ran the flashplayer-installer and it seemed to do the trick. I have flash now.

BTW, I MUCH prefer FireFox over mythbrowser. Here's why:

Much Faster! Mythbrowser is slow. I have no idea why, but sometimes it's like being on dial-up.

Separate window, so I can Alt+Tab to switch from Myth and FireFox. With MythBrowser, I have to quit out of watching a program. Kind of takes the fun out of looking up "who's that actor?" on IMDB.

No more of that "F1 to type" crap.

More stuff works.

I UNDERSTAND why we have MythBrowser. It's designed to work with remotes, not just keyboards. But I've got a keyboard/mouse, so I'm better off with FireFox.

Tip: I bound a key so that I can pop it up with Alt+w, anytime.
Code:
vi /etc/X11/fluxbox/keys

Add this:
Code:
Mod1 w :ExecCommand /myth/firefox/firefox &
Back to top
View user's profile Send private message Visit poster's website
Thep



Joined: 22 May 2006
Posts: 7

PostPosted: Thu Jan 11, 2007 4:41 pm    Post subject: Reply with quote

Thanks for the tip on keybinding, that will work great for me.
I did a fresh install of R5E50, did you upgrade? Perhaps R5E50 doesn't have the library and you had it from a previous install? Would be nice to know why I don't have the library if it might be a help to others in the future.
Back to top
View user's profile Send private message
Thep



Joined: 22 May 2006
Posts: 7

PostPosted: Thu Jan 11, 2007 6:32 pm    Post subject: Reply with quote

This is no longer a problem, went away after a reboot. Thanks for the help though, and the great tip on keybinding.
Back to top
View user's profile Send private message
thornsoft



Joined: 18 Nov 2005
Posts: 777
Location: spencerport, ny (USA)

PostPosted: Thu Jan 11, 2007 9:02 pm    Post subject: Reply with quote

For academic/historical purposes, yes I did an upgrade.
Back to top
View user's profile Send private message Visit poster's website
crushinator



Joined: 21 Jan 2006
Posts: 30
Location: Cleveland, OH

PostPosted: Tue Mar 13, 2007 6:07 am    Post subject: Reply with quote

Thep wrote:

Code:
wget http://http.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.5-13_i386.deb
dpkg -i libstdc++5_3.3.5-13_i386.deb


This command told me it could not install because gcc-3.3-base was not installed yet. So first I did:

Code:
wget http://http.us.debian.org/debian/pool/main/g/gcc-3.3/gcc-3.3-base_3.3.5-13_i386.deb
dpkg -i gcc-3.3-base_3.3.5-13_i386.deb


before installing libstdc++5.

Now I can open Firefox.
Back to top
View user's profile Send private message
mattbatt



Joined: 15 Aug 2006
Posts: 169

PostPosted: Tue May 01, 2007 11:05 pm    Post subject: The little things Reply with quote

Just in case there is someone else as dumb as me you have to restart the computer for the keybinding to work
Thanks again for the tut I now know some interesting shortcuts too.
Back to top
View user's profile Send private message
mjl



Joined: 12 Jun 2005
Posts: 3158
Location: Warwick, RI

PostPosted: Wed May 02, 2007 7:30 am    Post subject: Reply with quote

HI,

ctl alt bksp should load the keybind change. That restarts xserver.

Mike
Back to top
View user's profile Send private message
roofchop



Joined: 26 Jan 2008
Posts: 49
Location: Montreal, Canada

PostPosted: Tue Sep 09, 2008 6:26 pm    Post subject: Reply with quote

I am having a bunch of troubles with missing dependancies when trying to install firefox. This an almost brand new install of KM everything is working great.
When I try
Code:
root@mythtv:/myth# apt-get install firefox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firefox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  iceweasel
E: Package firefox has no installation candidate


When I try
Code:
root@mythtv:/myth# apt-get install iceweasel
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
iceweasel: Depends: xulrunner-1.9 (> 1.9~rc2-5) but it is not going to be installed
libvlc0: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not going to be installed or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
vlc: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not going to be installed or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
vlc-nox: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not going to be installed or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
Depends: libavformat52 (>= 0.svn20080206-8) but it is not going to be installed or
libavformat-unstripped-52 (>= 0.svn20080206-8) but it is not installable
Depends: libavutil49 (>= 0.svn20080206-8) but it is not going to be installed or
libavutil-unstripped-49 (>= 0.svn20080206-8) but it is not installable
Depends: libpostproc51 (>= 0.svn20080206-8) but it is not going to be installed or libpostproc-unstripped-51 (>= 0.svn20080206-8) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


This seems odd... anyone know what I am missing?
_________________
roofchop
KnoppMyth R6, Antec Fusion, Asus P4P800-VM, Pentium 2.8Ghz, OCZ 2x1Gb RAM, 500Gb SATA, Hauppauge 2 PVR-150MCE, Nvidia GeForce 5600, Samsung SyncMaster 225BW (VGA), Optoma HD65 Projector (DVI)....
Back to top
View user's profile Send private message
mjl



Joined: 12 Jun 2005
Posts: 3158
Location: Warwick, RI

PostPosted: Tue Sep 09, 2008 7:07 pm    Post subject: Reply with quote

Hi,
You might check your sources list. If there is an "un" in front of stable, remove it.
nano -w /etc/apt.sources.list
Then run:
# apt-get update
# apt-get install synaptic
# apt-get install firefox

Be very careful about adding "stuff". If it wants to update or delete files / packages then abort.

You can run synaptic by doing su (not su -)

That should work and be sure to peek at tjc's Hints & Tips for R5.5
Mike
Back to top
View user's profile Send private message
roofchop



Joined: 26 Jan 2008
Posts: 49
Location: Montreal, Canada

PostPosted: Tue Sep 09, 2008 7:25 pm    Post subject: Reply with quote

Thanks for the tip. I removed the "un" from stable in the first line of the /etc/apt/sources.list but when I try and install synaptic I get a similar error.
Code:
root@mythtv:/home/mythtv# apt-get install synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
synaptic is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libvlc0: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not installable or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
vlc: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not installable or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
vlc-nox: Depends: libavcodec51 (>= 0.svn20080206-8) but it is not installable or
libavcodec-unstripped-51 (>= 0.svn20080206-8) but it is not installable
Depends: libavformat52 (>= 0.svn20080206-8) but it is not installable or
libavformat-unstripped-52 (>= 0.svn20080206-8) but it is not installable
Depends: libavutil49 (>= 0.svn20080206-8) but it is not installable or
libavutil-unstripped-49 (>= 0.svn20080206-8) but it is not installable
Depends: libpostproc51 (>= 0.svn20080206-8) but it is not installable or
libpostproc-unstripped-51 (>= 0.svn20080206-8) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

I have spent some time on tjc's Hints and Tips, it is a very useful resource.
_________________
roofchop
KnoppMyth R6, Antec Fusion, Asus P4P800-VM, Pentium 2.8Ghz, OCZ 2x1Gb RAM, 500Gb SATA, Hauppauge 2 PVR-150MCE, Nvidia GeForce 5600, Samsung SyncMaster 225BW (VGA), Optoma HD65 Projector (DVI)....
Back to top
View user's profile Send private message
mjl



Joined: 12 Jun 2005
Posts: 3158
Location: Warwick, RI

PostPosted: Tue Sep 09, 2008 8:01 pm    Post subject: Reply with quote

Hi,

Looks like you may not have run apt-get update ?

Mike
Back to top
View user's profile Send private message
elgordo123



Joined: 12 Feb 2004
Posts: 392
Location: Beaumont, CA

PostPosted: Wed Sep 10, 2008 7:39 am    Post subject: Reply with quote

Maybe I'm the odd one here... Its much easier than that (for me anyway)
Code:
su (to root)
cd /myth
wget -P ~ ftp://ftp.mozilla.org/pub/firefox/releases/3.0.1/linux-i686/en-US/firefox-3.0.1.tar.bz2
tar jxvf firefox-3.0.1.tar.bz2
chmod a+x /myth/firefox/firefox
exit (back to regular user)
./myth/firefox/firefox


Or put in menu like I described here:
http://mysettopbox.tv/phpBB2/viewtopic.php?t=18526&highlight=

Thats it, no muss, no fuss....
_________________
ASUS A7N266 Micro-ATX Motherboard
Athlon 2200 processor
512K Kingston PC2100 Memory
MicroAtx Case
2 PVR250's w/remote
eVGA e-GeForce mx4000 (64 Ram with Tv/Out (Svideo))
Lite-on DVD cd-rw combo
120 GB Western Digital
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Installation All times are GMT - 8 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group