Now firefox won't work

Technical issues/questions of an intermediate or advanced nature.
Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#1 by Jack » 27 Oct 2021, 23:37

When I install the new FireFox I had abiword and gnumeric it work but I replace it with libreoffice and now it needs libstdc++.so.6 which module would be a right one to use?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#2 by Jack » 28 Oct 2021, 05:31

I only found one and it was 110mb is size insync-3.1.3.40790-x86_64-1_slonly.xzm wish I could find a smaller one.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#3 by Jack » 28 Oct 2021, 05:58

I came up with a idea can I remove libstdc++.so.6 from insync-3.1.3.40790-x86_64-1_slonly.xzm and place it in here /usr/lib64/libstdc++.so.6 but will it work?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Now firefox won't work

Post#4 by babam » 28 Oct 2021, 10:55

You can get libstdc++.so.6.0.29 from aaa_libraries (Slackware Current)
Sorry, my English is bad.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#5 by Jack » 28 Oct 2021, 17:49

babam wrote:
28 Oct 2021, 10:55
You can get libstdc++.so.6.0.29 from aaa_libraries (Slackware Current)
Well I check and aaa_libraries is all ready in my packages list it part of Porteus-5.0rc3-MATE-X86_64.iso.

Here is the ERROR I get.
guest@porteus:~$ firefox
/usr/lib64/firefox/firefox: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib64/firefox/firefox)
guest@porteus:~$
And a screen shot.
Image
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3932
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Now firefox won't work

Post#6 by ncmprhnsbl » 28 Oct 2021, 22:16

by the looks of your screenshot, something you've added(a module most likely) has brought in libstdc++.so.5 which has probly overwritten the symlink: libstdc++.so , so that it no longer points at libstdc++.so.6

Code: Select all

find /mnt/live/memory/images/*/usr/lib64 | grep "libstdc++.so.5"
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#7 by Jack » 28 Oct 2021, 23:47

ncmprhnsbl wrote:
28 Oct 2021, 22:16
by the looks of your screenshot, something you've added(a module most likely) has brought in libstdc++.so.5 which has probly overwritten the symlink: libstdc++.so , so that it no longer points at libstdc++.so.6

Code: Select all

find /mnt/live/memory/images/*/usr/lib64 | grep "libstdc++.so.5"
When I built those programs I built on fresh install with Porteus-MATE-5.0rc3-x86_64 with on other programs install. I downloaded firefox then I type txz2xzm firefox to convert it. After built then I activate firefox. I open terminal and run firefox to check for error and it found it needed libstdc++.so.6. I guest I should have look at that point. So the the problem was there before I started.

When I do another program I delete the changes directory /mnt/sdb1/porteus/changes and start over. I want a clean install. I download all the modules I want to convert first.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3932
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Now firefox won't work

Post#8 by ncmprhnsbl » 29 Oct 2021, 01:08

correction: both libstdc++ 5 and 6 are present in rc3.. but the symlink: libstdc++.so isn't. so that should not be there.
how clean your system is when make the firefox module is isn't the point.. it's what you add after.. so

Code: Select all

find /mnt/live/memory/images/*/usr/lib64 | grep "libstdc++.so"
as far as firefox is concerned, why not use the browser update app?
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Now firefox won't work

Post#9 by donald » 29 Oct 2021, 01:13

Porteus-MATE-v5.0rc3-x86_64
+
http://dl.porteus.org/x86_64/Porteus-v5 ... -en-US.xzm
= no error.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#10 by Jack » 29 Oct 2021, 01:42

donald wrote:
29 Oct 2021, 01:13
Porteus-MATE-v5.0rc3-x86_64
+
http://dl.porteus.org/x86_64/Porteus-v5 ... -en-US.xzm
= no error.
I all ready downloaded it 5 hours ago just to see if it work and it did. I will check to see if there any update from now on. I have built my last version 78.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Now firefox won't work

Post#11 by Jack » 29 Oct 2021, 01:47

I think this porteus Mate will be my last version. I know my Nemesis Mate has problems it seem to work better.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

Now firefox won't work

Post#12 by babam » 29 Oct 2021, 05:36

Jack wrote:
29 Oct 2021, 01:47
I think this porteus Mate will be my last version. I know my Nemesis Mate has problems it seem to work better.
It is contradictory,

Code: Select all

I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
Sorry, my English is bad.

Post Reply