Go to advanced search

by alvarorodelo
Mon Apr 03, 2017 3:11 am
Forum: General discussion
Topic: Nodogsplash, build problems
Replies: 6
Views: 5244

Re: Nodogsplash, build problems

I found out that release 2 of nodogsplash , is not going to compile with current libmicrohttpd-dev, which by today is version 0.9.37, is expecting instead version 0.9.51, which you can download the debian package, how ever, it will find problem with all the out of date dependences themselves, so my ...
by alvarorodelo
Sun Apr 02, 2017 9:07 am
Forum: General discussion
Topic: Nodogsplash, build problems
Replies: 6
Views: 5244

Re: Nodogsplash, build problems

to fix this issue do this: modify ./src/gateway.c 1. add this lines, maybe after the initial includes: ifndef MHD_OPTION_LISTENING_ADDRESS_REUSE #define MHD_OPTION_LISTENING_ADDRESS_REUSE 25 #endif 2. replace MHD_USE_EPOLL_INTERNALLY for MHD_USE_EPOLL_INTERNALLY_LINUX_ONLY then make then make instal...

Go to advanced search