LinuxQuestions.org
Visit Jeremy's Blog.
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 09-07-2013, 08:18 PM   #1
wufo
Member
 
Registered: Oct 2004
Posts: 209

Rep: Reputation: 15
Installing firefox 23


How do you install firefox 23 on Slack14? I download it, firefox-23.0.1.tar.bz2, and placed it in /usr/lib64/firefox-23.0.1. moved old /usr/bin/firefox to firefox.old and linked /usr/bin/firefox to the new 23 directory.

All I get when I execute is
bash: ./firefox: No such file or directory

What gives? What missing file or directory?

tj
 
Old 09-07-2013, 08:27 PM   #2
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
1. You downloaded a source package not a Slackware package
2. Firefox 23 is not compatible with Slackware 14.0

As of right now these are the most recent packages for Firefox in Slackware 14.0, mae sure you get the right version 32 vs 64 bit.

ftp://ftp.osuosl.org/pub/slackware/s..._slack14.0.txz
ftp://ftp.osuosl.org/pub/slackware/s..._slack14.0.txz
 
Old 09-07-2013, 08:37 PM   #3
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
"No such file or directory" is most commonly caused by attempting to run a 64-bit binary on 32-bit (or the other way around).
 
Old 09-07-2013, 08:42 PM   #4
wufo
Member
 
Registered: Oct 2004
Posts: 209

Original Poster
Rep: Reputation: 15
Bingo, thanks.

But, why won't 23 from mozilla work? And, why only 17 available for Slackware 14?

Just for my own info

tj
 
Old 09-07-2013, 08:52 PM   #5
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
But, why won't 23 from mozilla work
I'm running 23.01 on 14.0. No problems.

Quote:
why only 17 available for Slackware 14?
Firefox 17.0.7esr?
 
Old 09-07-2013, 09:14 PM   #6
wufo
Member
 
Registered: Oct 2004
Posts: 209

Original Poster
Rep: Reputation: 15
Now I am really confused. All I want is to get flash player working.

tj
 
Old 09-07-2013, 09:15 PM   #7
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Quote:
Originally Posted by wufo View Post
But, why won't 23 from mozilla work?
Are you sure it doesn't? It seemed possible that it would if the issue was that the wrong (32-bit vs 64-bit) binary was installed.

Quote:
And, why only 17 available for Slackware 14?
Because there is an issue with it crashing on KDE if oxygen-gtk2 is installed. Since Slackware 14.0 installs oxygen-gtk2 by default, it's not appropriate for a security patch. Those shouldn't require an existing package to be removed in order to work.
 
Old 09-08-2013, 04:24 AM   #8
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Rep: Reputation: Disabled
just use firefox from current and use it in 14.. its what i did, works fine!
not a fan of esr.
 
Old 09-08-2013, 04:43 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by wufo View Post
Now I am really confused. All I want is to get flash player working.

tj
Get Alien Bob's package:
http://connie.slackware.com/~alien/s...player-plugin/
 
Old 09-08-2013, 08:11 AM   #10
GNU/Linux
Member
 
Registered: Sep 2012
Distribution: Slackware-14
Posts: 120

Rep: Reputation: Disabled
Since Firefox 23.x conflicts with 'oxygen-gtk2' but if I'm using Xfce on Slackware 14, then it (23 from current) should be ok?
 
Old 09-08-2013, 08:28 AM   #11
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
@wufo: You can use my latest-firefox script to make a package if you like:

Code:
$ wget http://www.panix.com/~ruari/latest-firefox
$ bash latest-firefox
$ su -c '/sbin/upgradepkg /tmp/mozilla-firefox-23.0.1-x86_64-1ro.tgz'
 
4 members found this post helpful.
Old 09-08-2013, 09:31 AM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by GNU/Linux View Post
Since Firefox 23.x conflicts with 'oxygen-gtk2' but if I'm using Xfce on Slackware 14, then it (23 from current) should be ok?
not tried with the current package, but the problem manifests on slackware64-14.0 (not on 32bit) with a package built on that platform if using oxygen-gtk2 as a theme also outside kde (there is the default).

Last edited by ponce; 09-08-2013 at 11:53 AM.
 
Old 09-08-2013, 10:10 AM   #13
neymac
Member
 
Registered: May 2009
Distribution: Slackware64-14.1
Posts: 138

Rep: Reputation: 19
I use Slackware64-14.0 with kde-4.10.5 (from alien's site) and firefox 23.0.1 (from ruario's script)that I've just installed is running fine. Is it safe use it, regarding securities issues?
 
Old 09-08-2013, 11:49 AM   #14
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
It should be, it is the latest version and uses the official binaries from Mozilla.
 
Old 09-08-2013, 12:08 PM   #15
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Thanks, Ruari. It works!
 
  


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
Downloading Firefox, or burning a CD & installing Firefox from the CD drmjh Linux - General 4 01-04-2012 07:21 PM
How do i make firefox 3 work after installing firefox 2 on Ubuntu 8.04 avinash.rao Ubuntu 10 09-06-2008 10:34 AM
installing firefox 2 tm2383 Mandriva 14 04-09-2007 08:26 PM
Removing Firefox 1.0.6 and installing Firefox 1.5 JockVSJock Slackware 12 12-16-2005 01:09 AM
Installing firefox-1.0 hotpepsi Linux - Newbie 5 10-17-2004 07:25 AM

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

All times are GMT -5. The time now is 01:33 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