LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-16-2019, 04:46 PM   #1
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Rep: Reputation: Disabled
Firefox wont load after slackpkg upgrade


I'm running Slack 14.2 and upgraded firefox to ver 60 (something)

I typed: slackpkg upgrade package firefox

There were no errors but when I tried to run Firefox I just got the bouncing ball for maybe a minute but no Firefox.

I rebooted and ran it as root with the same results.

I'm at a bit of a loss
 
Old 04-16-2019, 04:52 PM   #2
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Hello
can you open a terminal and put in "firefox" and tell us the output of that message?
 
1 members found this post helpful.
Old 04-16-2019, 05:02 PM   #3
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
bash-4.3$ firefox
XPCOMGlueLoad error for file /usr/lib64/firefox/libxul.so:
/usr/lib64/../lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib64/firefox/libxul.so)
Couldn't load XPCOM.
bash-4.3$
 
Old 04-16-2019, 05:06 PM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
mmm you didnt upgrade to a slackware -current firefox did you?
 
Old 04-16-2019, 05:06 PM   #5
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
Im guessing I should install ZLIB_1.2.9
 
Old 04-16-2019, 05:10 PM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
you should upgrade all the packages in /patches/packages, not just some.

if you want to do it using slackpkg the syntax is
Code:
slackpkg update
slackpkg upgrade-all
like linus72 said, check the mirror you selected: you can use this command
Code:
grep -v ^# /etc/slackpkg/mirrors
 
1 members found this post helpful.
Old 04-16-2019, 05:11 PM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
My slackpkg search zlib

[uninstalled] - zlib-1.2.11-x86_64-1_slack14.2
I just installed it seems its helpful/depends for many programs

Edit I use Chromium

Last edited by linus72; 04-16-2019 at 05:13 PM.
 
1 members found this post helpful.
Old 04-16-2019, 05:11 PM   #8
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
I just typed

slackpkg upgrade package firefox

and satback and watched.
Unfortunately it all looked OK so I did not pay too much attention to the term.
 
Old 04-16-2019, 05:13 PM   #9
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
you should upgrade all the packages in /patches/packages, not just some.

if you want to do it using slackpkg the syntax is
Code:
slackpkg update
slackpkg upgrade-all
like linus72 said, check the mirror you selected: you can use this command
Code:
grep -v ^# /etc/slackpkg/mirrors
I did that before upgrading FF
 
Old 04-16-2019, 05:14 PM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
do slackpkg search zlib
what does it say??
 
1 members found this post helpful.
Old 04-16-2019, 05:23 PM   #11
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
Here it is:

bash-4.3# slackpkg search zlib

Looking for zlib in package list. Please wait... DONE

The list below shows all packages with name matching "zlib".

[ upgrade ] - zlib-1.2.8-x86_64-1 --> zlib-1.2.11-x86_64-1_slack14.2

You can search specific files using "slackpkg file-search file".


bash-4.3#
 
1 members found this post helpful.
Old 04-16-2019, 05:32 PM   #12
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
ok upgrade it
slackpkg upgrade zlib
 
1 members found this post helpful.
Old 04-16-2019, 05:35 PM   #13
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
WOO HOO Got it!!!

I carrioed out the upgrade, no errors and FF loaded

Wow it's quite different from the old version I was running.

Thank you all so much for your time and help.
 
1 members found this post helpful.
Old 04-16-2019, 05:52 PM   #14
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
No worries bro, roll on!
Go up to thread tools at top right of ypur first post and mark SOLVED
 
  


Reply



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
[SOLVED] Can't launch chrome or firefox after slackpkg upgrade dsotm Slackware 6 04-13-2017 10:42 PM
having trouble after upgrading 14.1 slackware using slackpkg and slackpkg+ [solved] slackartist Slackware 1 12-28-2015 07:28 AM
[SOLVED] Can't boot into -current partition after slackpkg upgrade-all, after kernel upgraded gabytf Slackware 7 08-12-2012 10:42 AM
[SOLVED] After upgrade all using slackpkg upgrade, configuration is failed to read ethereal1m Linux - Newbie 3 04-28-2010 01:03 AM
Slackpkg: missing something in /usr/libexec/slackpkg/functions.d/dialog-functions.sh michelino Slackware 4 03-20-2007 12:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:39 AM.

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