horchi / linux-p4d

Deamon which fetch sensor data of the 'Lambdatronic s3200' and store to a MySQL database
GNU General Public License v2.0
49 stars 22 forks source link

no install in debian buster mariadb #15

Closed stixif closed 4 years ago

stixif commented 4 years ago

nach make clean all HASSMQTT=yes

kommt diese Fehlermeldung

OSTYPE is Linux make: mysql_config: Command not found g++ -c -ggdb -O0 -pthread -fPIC -std=c++11 -Wno-psabi -Wreturn-type -Wall -Wno-p arentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -W unused-function -Wno-long-long -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/us r/include/libxml2 -D_GNU_SOURCE -DTARGET='"p4d"' -DLOG_PREFIX='""' -DUSEUUID -DU SEMD5 -DUSELIBXML -DUSELIBARCHIVE -DUSEJSON -DUSEGUNZIP -D_GNU_SOURCE -DTARGET=' "p4d"' -DDEAMON=P4d -DUSEMD5 -DMQTT_HASS -DGIT_REV='"a6823de"' -o lib/db.o lib/d b.c lib/db.c:9:10: fatal error: errmsg.h: No such file or directory

include

      ^~~~~~~~~~

compilation terminated. make: *** [Make.config:63: lib/db.o] Error 1

horchi commented 4 years ago

hast du die im Readme beschrieben Abhängigkeiten erfüllt, also alle aufgelisteten SW Pakete installiert?

Von meinem iPhone gesendet

Am 22.03.2020 um 17:42 schrieb stixif notifications@github.com:

 nach make clean all HASSMQTT=yes

kommt diese Fehlermeldung

OSTYPE is Linux make: mysql_config: Command not found g++ -c -ggdb -O0 -pthread -fPIC -std=c++11 -Wno-psabi -Wreturn-type -Wall -Wno-p arentheses -Wformat -pedantic -Wunused-variable -Wunused-label -Wunused-value -W unused-function -Wno-long-long -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/us r/include/libxml2 -D_GNU_SOURCE -DTARGET='"p4d"' -DLOG_PREFIX='""' -DUSEUUID -DU SEMD5 -DUSELIBXML -DUSELIBARCHIVE -DUSEJSON -DUSEGUNZIP -D_GNU_SOURCE -DTARGET=' "p4d"' -DDEAMON=P4d -DUSEMD5 -DMQTT_HASS -DGIT_REV='"a6823de"' -o lib/db.o lib/d b.c lib/db.c:9:10: fatal error: errmsg.h: No such file or directory

include

^~~~~~ compilation terminated. make: *** [Make.config:63: lib/db.o] Error 1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

horchi commented 4 years ago

README nochmal aktualisiert und Option zur Installation mittels Debian Package (für Raspbian Buster) hinzugefügt