Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22165

Flask server cannot start due to the lack of libgcc

$
0
0

I have created flask server for my app, which I want to run on raspbian, on raspberry pi. When trying to start with flask run I've got info that libgcc_s.so.1 must be installed for pthread_cancel to work Aborted. It looks like server has been started, but just after that it has been immediately stopped.

Tryed already to install libgcc-8-dev via apt-get install but no success.

Also found that library can be downloaded from here: https://packages.debian.org/cgi-bin/search_contents.pl?word=libgcc_s.so.1&searchmode=searchfiles&case=insensitive&version=stable&arch=i386

but I have no idea which one should I pick and how to install it properly (where to place it and how to link it)?

enter image description here


Viewing all articles
Browse latest Browse all 22165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>