LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 12-30-2013, 05:14 PM   #1
surfin_eddie
LQ Newbie
 
Registered: Dec 2013
Posts: 4

Rep: Reputation: Disabled
search for "standalone" working browser (firefox)


Hello,

I'm searching for a (javascript-capable) browser which works without the need of additional libraries or dependencies. There ist already a thread here
http://www.linuxquestions.org/questi...ux-4175450674/
, but I can't see a solution.

I've tried the proposed links, but the result is:

XPCOMGlueLoad error for file /home/rals/ext-dat/firefox/libxul.so:
libXrender.so.1: cannot open shared object file: No such file or directory
Couldn't load XPCOM

ldd firefox gives

$ ldd ./firefox
linux-gate.so.1 => (0x0071b000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x00f58000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00722000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x00409000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00866000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00394000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x002b0000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00aed000)
/lib/ld-linux.so.2 (0x0014e000)

Is there a solution or where is my mistake?

Thanks,
Ralf
 
Old 12-30-2013, 08:18 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
by i686
i am assuming you are on old 32 bit hardware using a 32 bit OS

the current 32 bit firefox 26
https://ftp.mozilla.org/pub/mozilla....st/linux-i686/
( the ftp page is the SAME as http://www.mozilla.org/en-US/firefox/new/ )


and use the "run-mozilla.sh" script to set the environmental variables
 
Old 01-07-2014, 09:07 AM   #3
surfin_eddie
LQ Newbie
 
Registered: Dec 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
box

the computer for which I want that gives at `cat /proc/cpuinfo`:

processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.66GHz
stepping : 9
cpu MHz : 2666.634
cache size : 512 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 1
apicid : 6
initial apicid : 6
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5333.26
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 32 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.66GHz
stepping : 9
cpu MHz : 2666.634
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5334.07
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 32 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.66GHz
stepping : 9
cpu MHz : 2666.634
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5334.10
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 32 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Xeon(TM) CPU 2.66GHz
stepping : 9
cpu MHz : 2666.634
cache size : 512 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 1
apicid : 7
initial apicid : 7
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pebs bts cid xtpr
bogomips : 5333.81
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 32 bits virtual
power management:

Is this what you've asked?

Thanks
 
Old 01-07-2014, 09:57 AM   #4
gengisdave
Member
 
Registered: Dec 2013
Location: Turin, Italy
Distribution: slackware
Posts: 328

Rep: Reputation: 74
the problem is with libxul, the core of quite all mozilla applications, do "ldd /home/rals/ext-dat/firefox/libxul.so" and "ls -la /us/lib/libXrender*", even the portable version of firefox (as in tor-bundle) is dynamically linked against some libraries (libxul refers to 80 libraries), all of these are necessary to run a healty linux system. Usually, you get this kind of problem when a library bump his version. In your case, libXrender is missing or misplaced, but it's a required library.
 
Old 01-07-2014, 11:28 AM   #5
normanlinux
Member
 
Registered: Apr 2013
Location: S.E. England
Distribution: Arch
Posts: 161

Rep: Reputation: Disabled
The real question is - Why do you need a standalone, no library dependencies?

If it is because of unresolved dependencies, knowing your distribution would help. If there is another, more esoteric, reason you could always download the source and go for a statically compiled version including all the library code (best of luck with that! Probably be a huge memory hog, as well.
 
Old 04-29-2014, 06:14 AM   #6
surfin_eddie
LQ Newbie
 
Registered: Dec 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
other way solved

Hello,

the answers with the "hint" of a "healthy system" and "why you need that" are not at all helpful for me. I've learned that from firefox to open source there's a long distance. I found a browser that solved my requirements, "QtWeb". Maybe there are some (other) problems with this browser, but as it ist not only impossible for a normal user to get a firefox browser as asked but there ist also no working way to find solutions for questions like that - firefox is not what I need.

Thanks anyway for the good will, best regards,

R. Schuessler
 
  


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
NimbleX 2008 with Firefox 5.0 Browser Only "Kiosk" multilinuxuser Linux - General 0 08-15-2011 01:08 AM
LXer: Mozilla's "modern browser" attack on IE overlooks Firefox shortcomings LXer Syndicated Linux News 0 02-18-2011 08:20 PM
firefox v3.6.8 "forgets" google search and other settings SaintDanBert Linux - Desktop 11 09-17-2010 05:57 PM
Telling people to use "Google," to "RTFM," or "Use the search feature" Ausar General 77 03-21-2010 11:26 AM
"OpenOffice.org could not find a web browser" but launches Firefox anyway BuilderQ Linux - Software 0 10-23-2007 12:25 PM

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

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