Browsers recomendations that work without “modern” glibc and libstdc++new distros cause segmentation fault of old binaryllvm and clang on CentOS 5 without root permissions?Locally-installing glibc-2.23 causes all programs to segfaultgcc compilation terminated with “fatal error: string: No such file or directory #include <string>”Installing Tensorflow on CentOS 6.9 (GCC, GLIBC, and binutils problem)Version ‘GLIBCXX_3.4.20’ not foundHow can I limit a Firefox profile to a single domain?How to install a functional ARM cross-gcc toolchain on Ubuntu 18.04?How to safely reconfigure gcc on my Linux system?How does __USE_MISC referenced in glibc work?

Proof of work - lottery approach

Pre-amplifier input protection

How does the UK government determine the size of a mandate?

How long to clear the 'suck zone' of a turbofan after start is initiated?

Is `x >> pure y` equivalent to `liftM (const y) x`

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Go Pregnant or Go Home

How do scammers retract money, while you can’t?

Integer addition + constant, is it a group?

Method to test if a number is a perfect power?

Implement the Thanos sorting algorithm

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

How to be diplomatic in refusing to write code that breaches the privacy of our users

How to run a prison with the smallest amount of guards?

How to check is there any negative term in a large list?

Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

Two monoidal structures and copowering

Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?

Large drywall patch supports

What does "I’d sit this one out, Cap," imply or mean in the context?

Trouble understanding the speech of overseas colleagues

How does buying out courses with grant money work?

Roman Numeral Treatment of Suspensions



Browsers recomendations that work without “modern” glibc and libstdc++


new distros cause segmentation fault of old binaryllvm and clang on CentOS 5 without root permissions?Locally-installing glibc-2.23 causes all programs to segfaultgcc compilation terminated with “fatal error: string: No such file or directory #include <string>”Installing Tensorflow on CentOS 6.9 (GCC, GLIBC, and binutils problem)Version ‘GLIBCXX_3.4.20’ not foundHow can I limit a Firefox profile to a single domain?How to install a functional ARM cross-gcc toolchain on Ubuntu 18.04?How to safely reconfigure gcc on my Linux system?How does __USE_MISC referenced in glibc work?













0















Recently a website that I use was modified, and with that, I can no longer bid on an auction I participate in.



I use an Firefox 30, a Firefox 45 and a Palemoon 27.9.4, but neither works anymore.



To get a newer version of any of these is not realistic, a couple of them probably are beyond my reach, which are GLibc, libstdc++ and similar libs, since they would require me to compile a newer gcc, and I just do not have the disk space required to do that.



Finding binary packages of these libraries or of modern browsers does not seem to be realistic, since I am on a Ubuntu 10.04.



So my best hypothesis it to find a contemporary browser that can work on the required website is to find a browser that is written in C, since it could be compiled by my gcc.



So anything that isn't Chromium or Firefox would be a worth candidate.



P.s: Lynx unfortunately does not seem to work, since I need to do login in the website and it did not work.










share|improve this question
























  • Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

    – 炸鱼薯条德里克
    yesterday






  • 1





    Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

    – Stephen Kitt
    yesterday











  • @– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

    – user2752471
    yesterday











  • @Stephen Kitt, it is not possible.

    – user2752471
    yesterday











  • If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

    – Stephen Kitt
    yesterday















0















Recently a website that I use was modified, and with that, I can no longer bid on an auction I participate in.



I use an Firefox 30, a Firefox 45 and a Palemoon 27.9.4, but neither works anymore.



To get a newer version of any of these is not realistic, a couple of them probably are beyond my reach, which are GLibc, libstdc++ and similar libs, since they would require me to compile a newer gcc, and I just do not have the disk space required to do that.



Finding binary packages of these libraries or of modern browsers does not seem to be realistic, since I am on a Ubuntu 10.04.



So my best hypothesis it to find a contemporary browser that can work on the required website is to find a browser that is written in C, since it could be compiled by my gcc.



So anything that isn't Chromium or Firefox would be a worth candidate.



P.s: Lynx unfortunately does not seem to work, since I need to do login in the website and it did not work.










share|improve this question
























  • Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

    – 炸鱼薯条德里克
    yesterday






  • 1





    Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

    – Stephen Kitt
    yesterday











  • @– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

    – user2752471
    yesterday











  • @Stephen Kitt, it is not possible.

    – user2752471
    yesterday











  • If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

    – Stephen Kitt
    yesterday













0












0








0








Recently a website that I use was modified, and with that, I can no longer bid on an auction I participate in.



I use an Firefox 30, a Firefox 45 and a Palemoon 27.9.4, but neither works anymore.



To get a newer version of any of these is not realistic, a couple of them probably are beyond my reach, which are GLibc, libstdc++ and similar libs, since they would require me to compile a newer gcc, and I just do not have the disk space required to do that.



Finding binary packages of these libraries or of modern browsers does not seem to be realistic, since I am on a Ubuntu 10.04.



So my best hypothesis it to find a contemporary browser that can work on the required website is to find a browser that is written in C, since it could be compiled by my gcc.



So anything that isn't Chromium or Firefox would be a worth candidate.



P.s: Lynx unfortunately does not seem to work, since I need to do login in the website and it did not work.










share|improve this question
















Recently a website that I use was modified, and with that, I can no longer bid on an auction I participate in.



I use an Firefox 30, a Firefox 45 and a Palemoon 27.9.4, but neither works anymore.



To get a newer version of any of these is not realistic, a couple of them probably are beyond my reach, which are GLibc, libstdc++ and similar libs, since they would require me to compile a newer gcc, and I just do not have the disk space required to do that.



Finding binary packages of these libraries or of modern browsers does not seem to be realistic, since I am on a Ubuntu 10.04.



So my best hypothesis it to find a contemporary browser that can work on the required website is to find a browser that is written in C, since it could be compiled by my gcc.



So anything that isn't Chromium or Firefox would be a worth candidate.



P.s: Lynx unfortunately does not seem to work, since I need to do login in the website and it did not work.







gcc browser glibc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









Rui F Ribeiro

41.8k1483142




41.8k1483142










asked yesterday









user2752471user2752471

164




164












  • Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

    – 炸鱼薯条德里克
    yesterday






  • 1





    Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

    – Stephen Kitt
    yesterday











  • @– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

    – user2752471
    yesterday











  • @Stephen Kitt, it is not possible.

    – user2752471
    yesterday











  • If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

    – Stephen Kitt
    yesterday

















  • Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

    – 炸鱼薯条德里克
    yesterday






  • 1





    Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

    – Stephen Kitt
    yesterday











  • @– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

    – user2752471
    yesterday











  • @Stephen Kitt, it is not possible.

    – user2752471
    yesterday











  • If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

    – Stephen Kitt
    yesterday
















Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

– 炸鱼薯条德里克
yesterday





Doesn't Ubuntu 10.04 provide some browser packages? Do you want to a modern web browser without modern dependency which seems to be impossible? Or you just want to use a specific website on Ubuntu 10.04 without too much compiling which need you tell people what web site exactly? Not all web site use the same technology, some of them might need modern OS feature which might be not possible on Ubuntu 10.04.

– 炸鱼薯条德里克
yesterday




1




1





Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

– Stephen Kitt
yesterday





Would it be possible for you to upgrade to a newer release of Ubuntu? 10.04 hasn’t been supported for nearly four years!

– Stephen Kitt
yesterday













@– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

– user2752471
yesterday





@– 炸鱼薯条德里克 Yes it does provide, but what would be the point if they would not work? And I do not want a modern web browser without modern dependency, I want one that does not require modern libc and associate libraries.

– user2752471
yesterday













@Stephen Kitt, it is not possible.

– user2752471
yesterday





@Stephen Kitt, it is not possible.

– user2752471
yesterday













If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

– Stephen Kitt
yesterday





If you’re considering building stuff from source, have you considered building the current ESR of Firefox from source?

– Stephen Kitt
yesterday










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508715%2fbrowsers-recomendations-that-work-without-modern-glibc-and-libstdc%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508715%2fbrowsers-recomendations-that-work-without-modern-glibc-and-libstdc%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.