python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error when trying to linking libcurl in static
I'm new in C++ and I got a problem about linking libcurl in static, I downloaded sources and build it myself:
./configure && make install
Everything is okay, I write my cmake file, build my p...

Ectaclick
Votes: 0
Answers: 1
Failing to build application when deploying website on cloudflare pages
I have been trying to deploy my portfolio website on cloudflare pages .But its ends up failing to the build application. I cant find solution online please help. Error pointed with the red mark in th...
Masiko Dlamini
Votes: 0
Answers: 0
Whitenoise Not Working when DEBUG = FALSE - Django - Hosting Static Files
I am running a Django website and it's about to go into production. I am now at the point where I need to set DEBUG = False in my settings.py file. I am getting the typical 500 errors because I have s...
Russell Hertel
Votes: 0
Answers: 1
Cannot build with static link
I'm trying to build a go program with static link. I want to run this on a different system, with different version of glibc, without all the dependencies etc ...
So i looked up and found that you can...

Félix Marchenay
Votes: 0
Answers: 1