You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 4. Building and installing RoadApplePi
gcc raprec.c -o raprec -Wall -lmysqlclient -lm
raprec.c:34:10: fatal error: mysql/mysql.h: No such file or directory
#include <mysql/mysql.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:3: raprec] Error 1
cp raprec /usr/bin
cp: cannot stat 'raprec': No such file or directory
make: *** [Makefile:8: install] Error 1
rm: cannot remove '/var/www/html/index.html': No such file or directory
sudo: mysql: command not found
Done! Please reboot your Raspberry Pi now
pi@DashCamPi:/RoadApplePi $
I tried matt2005 version also but same problem
The text was updated successfully, but these errors were encountered:
I had the same problem and I was using Raspberrypi OS and not Raspbian. The correct OS is one of these. I used one that was dated back when this post was made and I at least got it to install https://downloads.raspberrypi.org/raspbian/images/
It seems like this project is dead... Ive gone back and forth between Stretch and RPiOS (btw, RPiOS is the new name for Raspbian). I was able to get as far as getting on the "webpage" it creates and enabling the AP, but I cannot see the AP on any device I own. I only got that far by using Matt2005's RPiOS fork tho. I believe it is some issue with the RAP program itsself, something I dont have the talent or experience to try and debug. If anyone ever figures a way to get this working again, please lmk.
UPDATE:
Just saw this comment, will try now #5 (comment)
Code: Select all
Step 4. Building and installing RoadApplePi
gcc raprec.c -o raprec -Wall -lmysqlclient -lm
raprec.c:34:10: fatal error: mysql/mysql.h: No such file or directory
#include <mysql/mysql.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:3: raprec] Error 1
cp raprec /usr/bin
cp: cannot stat 'raprec': No such file or directory
make: *** [Makefile:8: install] Error 1
rm: cannot remove '/var/www/html/index.html': No such file or directory
sudo: mysql: command not found
Done! Please reboot your Raspberry Pi now
pi@DashCamPi:/RoadApplePi $
I tried matt2005 version also but same problem
The text was updated successfully, but these errors were encountered: