light-49.0 mozilla browser for 32-bit Puppies as sfs or pet

Browsers, email, chat, etc.
Message
Author
User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#31 Post by Semme »

Keniv, the opening character is one of two possible. Try again..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#32 Post by Geoffrey »

keniv wrote:
Semme wrote:Keniv, "ldd /path/to/light" says you're missing that and what else?
Not sure if I've done the correct thing here but this is the output of a terminal after trying three different paths.

Code: Select all

# idd/lib/light/light
-sh: idd/lib/light/light: No such file or directory
# idd/lib/light/light-bin
-sh: idd/lib/light/light-bin: No such file or directory
# idd/usr/bin/light      
-sh: idd/usr/bin/light: No such file or directory
These files all exist so I don't know what I've done wrong.

Ken.
Wrong command, should be

Code: Select all

ldd /usr/lib/light/light
See mikeslr's link for libatomic contained in lib4Light4Carolina.pet, that may fix it for you. http://murga-linux.com/puppy/viewtopic. ... 098#944098
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#33 Post by keniv »

@Geoffery

Worked with ldd /lib/light/light. The term output is shown below.

Code: Select all

# ldd /lib/light/light
/lib/light/light: /lib/libc.so.6: version `GLIBC_2.17' not found (required by /lib/light/light)
	linux-gate.so.1 =>  (0xffffe000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb777a000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7776000)
	libatomic.so.1 => /usr/lib/libatomic.so.1 (0xb776e000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7678000)
	libm.so.6 => /lib/libm.so.6 (0xb7652000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7633000)
	libc.so.6 => /lib/libc.so.6 (0xb74e0000)
	/lib/ld-linux.so.2 (0xb7794000)
This was with lib4Light4Carolina.pet installed! Does not look to have installed
libatomic.so.1. I've done a search for it. The image shows output of pfind so it is there. Is there too missing?

Ken.
Attachments
pfind.jpg
output pfind
(17.84 KiB) Downloaded 609 times

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#34 Post by Geoffrey »

keniv wrote:@Geoffery

Worked with ldd /lib/light/light. The term output is shown below.

Code: Select all

# ldd /lib/light/light
/lib/light/light: /lib/libc.so.6: version `GLIBC_2.17' not found (required by /lib/light/light)
	linux-gate.so.1 =>  (0xffffe000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb777a000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7776000)
	libatomic.so.1 => /usr/lib/libatomic.so.1 (0xb776e000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7678000)
	libm.so.6 => /lib/libm.so.6 (0xb7652000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7633000)
	libc.so.6 => /lib/libc.so.6 (0xb74e0000)
	/lib/ld-linux.so.2 (0xb7794000)
This was with lib4Light4Carolina.pet installed! Does not look to have installed
libatomic.so.1. I've done a search for it. The image shows output of pfind so it is there. Is there too missing?

Ken.
Looks like Lucid's glibc is too old, run this to see what version you have, I think it is glibc 2.11

Code: Select all

ldd --version
Someone might like to build a appimage of light so that it works in older pups.

I might give it a bash as an exercise, no promises. :wink:
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#35 Post by keniv »

@Geoffrey

Here is the output of running

Code: Select all

ldd --version

Code: Select all

# ldd --version
ldd (GNU libc) 2.10.1
Looks like it is to old.
Someone might like to build a appimage of light so that it works in older pups.

I might give it a bash as an exercise, no promises.
If you get round to doing this you would make me and perhaps other users of older pups very happy.

Regards,

Ken.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#36 Post by Geoffrey »

keniv wrote:If you get round to doing this you would make me and perhaps other users of older pups very happy.
Sorry Ken, I tried but the dreaded XPCOMGlueLoad error, out of my league.
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#37 Post by musher0 »

keniv?

Have a look here: https://www.gnu.org/software/libc/

top of list
glibc 2.25 just out on Febr. 5 2017 (current stable)

bottom of list:
2013-08-12: glibc 2.18 released.

In the ftp repo:
glibc-2.10.1.tar.bz2 -- 2009-05-17 --> 8 years ago.

With all due respect:
isn't it time you consider upgrading to a more recent Pup?

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#38 Post by keniv »

@Geoffrey
Thanks for trying. I would not know where to start.

@musher0
I have an old Toshiba laptop. The specs are not good(800MHz and320mb) The recently updated lucid 5287s2 is just about as up to date as I get. Normal FF is way to slow on it but it does run older Opera(11 or12) as wellas QtWeb. I thought as light was small as compared with FF I might have a chance of running an up to date browser. I don't need fash. I don't even try to run youtube etc via a browser. I'm Happy with youtube- dl for this. Hope this explains things.

Ken.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#39 Post by watchdog »

@keniv

Read:

http://www.murga-linux.com/puppy/viewto ... 741#940741

I have uploaded the package of light I tested in racy 5.5. Racy should work, I think, with your hardware. Give it a try. Remember that dbus and dbus-glib from wary's repository are required.

light-49.0-r5-glibc219tweak.pet:

https://yadi.sk/d/LYES8KB83EPVFq

Edit: this one is obsolete. Read:

http://www.murga-linux.com/puppy/viewto ... 603#944603
Last edited by watchdog on Thu 23 Feb 2017, 06:26, edited 1 time in total.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#40 Post by Semme »

v48, I've got audio on YouTube.
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#41 Post by Semme »

In case you missed it Backi, that post was for YOU!
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#42 Post by backi »

Hi Semme !

Do you mean in version 48 audio on youtube works ?
Where do i get it ?
Thanks :)

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#43 Post by Semme »

That's what I said.

Now let me guess, you run private browsing mode enabled, correct?

No?

Is your sound card device zero?

Code: Select all

cat /proc/asound/cards
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#44 Post by backi »

Hi !

cat /proc/asound/cards


root# cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xff63c000 irq 43
1 [pcsp ]: PC-Speaker - pcsp
Internal PC-Speaker at port 0x61

But me anyway dont care if sound or not on youtube .
Just copy URL from Youtube video and paste into
Smplayer Menu ---open >URL .....

is anyway better watching Videos on Youtube with Smplayer
Last edited by backi on Wed 22 Feb 2017, 20:06, edited 1 time in total.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#45 Post by Semme »

Zero is good (I think). What about my other question?
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#46 Post by keniv »

@watchdog
I've installed racy 5.5. I'm posting from it now. Seems OK on this machine. I've installed your .pet.
Remember that dbus and dbus-glib from wary's repository are required.
I've installed dbus-1.2.4.2permissive-1-w5.pet and
dbus-glib-0.82-w5.pet. With the first I got a message to say I had to reboot before it would work. I am just about to do that.

Ken.

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#47 Post by backi »

Hi Semme !
you run private browsing mode enabled, correct?
No

Maybe somebody else is encountering the same problem .

But me anyway dont care if sound or not on youtube .
Just copy URL from Youtube video and paste it into

Smplayer----Menu ---open >URL .....

is anyway better watching Videos on Youtube with Smplayer.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#48 Post by Semme »

Maybe, but you didn't specify your version or whether YouTube failed with add-ons enabled or disabled.

Works fine for me without Flash. Besides, isn't YT all HTML5 these days?

Either way, I'll let it go..
>>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#49 Post by backi »

Hi Semme !
Thanks for your good will ......

Tried with Add Ons disabled ......Video works but no sound ......

Not so important .....

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#50 Post by keniv »

@watchdog
Sorry but didn't work. Below is output from terminal.

Code: Select all

# light
/usr/bin/light: line 3: 10350 Illegal instruction     /lib/light/glibc219/lib/ld-linux.so.2 --library-path /lib/light/glibc219/lib:/lib/light/glibc219/usr/lib:/lib/light/glibc219/libstdc++:/usr/X11R7/lib:/lib/light /lib/light/light "$@"
Can you tell me if there is a way to fix this?

Ken.

Post Reply