USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Problems with Firefox

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Web Browsers & Email Clients
View previous topic :: View next topic  
Author Message
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Thu Jun 17, 2024 4:22 am    Post subject: Problems with Firefox Reply with quote

I need a bit of advice. My Firefox browser has all of a sudden stopped running. When I try and start it I get a lovely bouncing Firefox icon and then zilch. The same thing has also happened to Thunderbird as well. Any suggestions Question


Back to top
View user's profile Send private message
gentooian
Member


Joined: 24 May 2024
Posts: 192
Location: Exit 9, New Jersey

PostPosted: Thu Jun 17, 2024 1:33 pm    Post subject: Reply with quote

Yeah thats happened to me before. You should be able to go to the command line and type:

ps aux

and then it will list processes running. If you see any firefox, mozilla, thunderbird anything use this command to kill it:

killall -9 somthing

If that doesnt work, try restarting X


Back to top
View user's profile Send private message Visit poster's website AIM Address
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Thu Jun 17, 2024 1:54 pm    Post subject: Reply with quote

I'll give it a try tonight when I get hopme from work.


Back to top
View user's profile Send private message
mr_ed
Moderator


Joined: 28 Aug 2024
Posts: 3306
Location: 42 miles north of Ogdensburg, NY

PostPosted: Thu Jun 17, 2024 2:40 pm    Post subject: Reply with quote

Um, no idea.

Try running it from the command line.

Open up a Konsole (if you're in KDE) and type in "mozilla-firefox" at the prompt. If it's not there, you have a problem. Very Happy

If it's not in your PATH (it should be), type "find / |grep mozilla-firefox" and then if one shows up (mine for example is at /usr/bin/mozilla-firefox)

Tell us what you get.



_________________
Desktop: Ubuntu 6.06 "Dapper Drake"
Server: Ubuntu 5.10 "Breezy Badger"
Laptop: Ubuntu 6.10 "Edgy Eft"
Back to top
View user's profile Send private message Visit poster's website
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Thu Jun 17, 2024 5:24 pm    Post subject: Reply with quote

mr_ed wrote:
Um, no idea.

Try running it from the command line.

Open up a Konsole (if you're in KDE) and type in "mozilla-firefox" at the prompt. If it's not there, you have a problem. Very Happy

If it's not in your PATH (it should be), type "find / |grep mozilla-firefox" and then if one shows up (mine for example is at /usr/bin/mozilla-firefox)

Tell us what you get.


Code:
[richard@Belgarion arklinux]$ mozilla-firefox
/usr/lib/mozilla-firefox-0.8/firefox-bin: error while loading shared libraries: libXft2.so.2: cannot open shared object file: No such file or directory


Back to top
View user's profile Send private message
25ft
Advanced Member


Joined: 13 Feb 2024
Posts: 572
Location: Austin

PostPosted: Thu Jun 17, 2024 6:18 pm    Post subject: Reply with quote

richard wrote:
mr_ed wrote:
Um, no idea.

Try running it from the command line.

Open up a Konsole (if you're in KDE) and type in "mozilla-firefox" at the prompt. If it's not there, you have a problem. Very Happy

If it's not in your PATH (it should be), type "find / |grep mozilla-firefox" and then if one shows up (mine for example is at /usr/bin/mozilla-firefox)

Tell us what you get.


Code:
[richard@Belgarion arklinux]$ mozilla-firefox
/usr/lib/mozilla-firefox-0.8/firefox-bin: error while loading shared libraries: libXft2.so.2: cannot open shared object file: No such file or directory


Try to 'find' it:

[root@Belgarion arklinux] find / -name libXft2.so.2

Then copy it to '/usr/lib/'.

Might work. ; )




Last edited by 25ft on Thu Jun 17, 2024 7:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Thu Jun 17, 2024 6:33 pm    Post subject: Reply with quote

25ft wrote:
Try to 'find' it:

[root@Belgarion arklinux] find / -name libXft2.so.2

Then move it to '/usr/lib/'.

Might work. ; )


It didn't find anything.


Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 9605
Location: Planet Earth

PostPosted: Thu Jun 17, 2024 7:00 pm    Post subject: Reply with quote

libXft2.so.2 Isn't that a XFree86 4.4 library?



_________________
Mandriva 2024 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
Back to top
View user's profile Send private message Yahoo Messenger
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Fri Jun 18, 2024 4:48 am    Post subject: Reply with quote

Germ wrote:
libXft2.so.2 Isn't that a XFree86 4.4 library?


Yes. I did a bit of digging and confirmed this so I reinstalled XFree86 lib and Firefox is now working. It looks like Ark lost the libXft2.so.2 file during an upgrade. Thunderbird is also working aswell now. Smile


Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 9605
Location: Planet Earth

PostPosted: Fri Jun 18, 2024 11:02 am    Post subject: Reply with quote

Sweet. Very Happy



_________________
Mandriva 2024 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
Back to top
View user's profile Send private message Yahoo Messenger
25ft
Advanced Member


Joined: 13 Feb 2024
Posts: 572
Location: Austin

PostPosted: Fri Jun 18, 2024 12:28 pm    Post subject: Reply with quote

Rock on! 8 )


Back to top
View user's profile Send private message
richard
Ultimate Member


Joined: 13 Apr 2024
Posts: 2024
Location: Ramsgate, UK

PostPosted: Fri Jun 18, 2024 1:10 pm    Post subject: Reply with quote

See I am learning something Very Happy


Back to top
View user's profile Send private message
mr_ed
Moderator


Joined: 28 Aug 2024
Posts: 3306
Location: 42 miles north of Ogdensburg, NY

PostPosted: Fri Jun 18, 2024 2:19 pm    Post subject: Reply with quote

Good stuff! Cool



_________________
Desktop: Ubuntu 6.06 "Dapper Drake"
Server: Ubuntu 5.10 "Breezy Badger"
Laptop: Ubuntu 6.10 "Edgy Eft"
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Web Browsers & Email Clients All times are GMT
Page 1 of 1

 
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
All content © 2024 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2006 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse