You are not logged in.
Pages: 1
Hello Shahin,
since my crashes didn't stop, i proceeded with installing on a fresh raspbian image.
now i get the error:
./printer: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
i've searched and found this thread:
https://www.nanodlp.com/forum/viewtopic.php?id=691
It's about aome other Pi variant. I have Rpi3. What am I doing wrong?
Cheers,
Adam
Offline
I have upgraded my dev rpi to stretch without any issue. Will try clean install too.
Offline
I could reproduce the issue. Files are renamed but actual source calling them is raspbian itself!
Try rpi-update
Offline
I did just that and it worked, still no luck in crash avoidance.
Now i'm changing the hardware itself. Using official printer Image you provide on the homepage.
Offline
Unfortunately, it did not work for me:
pi@Alpha:~/printer $ sudo rpi-update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Performing self-update
*** Relaunching after update
*** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
*** Your firmware is already up to date
pi@Alpha:~ $ cd /home/pi/printer
pi@Alpha:~/printer $ sudo ./printer
./printer: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
pi@Alpha:~/printer $
Offline
Try command below
sudo apt-get install libpng12-0
Offline
It worked !
Many thanks Shahin !
Offline
Pages: 1