`How to fix an error when configuring OpenstreetMap?
E
E
Eldar Mammadov2021-09-22 09:57:30
linux
Eldar Mammadov, 2021-09-22 09:57:30

How to fix an error when configuring OpenstreetMap?

Here is the text of the error:
614ad3d4a419e037332015.png

[email protected]:~/mod_tile# make
depbase=`echo src/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./includes  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -g -O2 -MT src/daemon.o -MD -MP -MF $depbase.Tpo -c -o src/daemon.o src/daemon.c &&\
mv -f $depbase.Tpo $depbase.Po
src/daemon.c:46:33: fatal error: iniparser/iniparser.h: No such file or directory
compilation terminated.
Makefile:842: recipe for target 'src/daemon.o' failed
make: *** [src/daemon.o] Error 1
[email protected]:~/mod_tile# make
depbase=`echo src/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I./includes  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -g -O2 -MT src/daemon.o -MD -MP -MF $depbase.Tpo -c -o src/daemon.o src/daemon.c &&\
mv -f $depbase.Tpo $depbase.Po
src/daemon.c:46:33: fatal error: iniparser/iniparser.h: No such file or directory
compilation terminated.
Makefile:842: recipe for target 'src/daemon.o' failed
make: *** [src/daemon.o] Error 1
[email protected]:~/mod_tile#

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vadim Ushakov, 2021-09-22
@Nightmare1

sudo apt update && sudo apt install libiniparser-dev

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question