RPI-GPU-rdpClient icon indicating copy to clipboard operation
RPI-GPU-rdpClient copied to clipboard

Does not compile on Raspi 4 with Buster

Open uutzinger opened this issue 5 years ago • 2 comments

make produces following error:

make[2]: *** No rule to make target '/opt/vc/lib/libGLESv2.so', needed by 'client'. Stop.

uutzinger avatar Jan 30 '20 23:01 uutzinger

Unfortunately, I do not have a RPI 4 with me. Can you try to locate the file on your pi. Something like find / -name libGLESv2.so.

Thanks,

jean343 avatar Jan 31 '20 00:01 jean343

Unfortunately, I do not have a RPI 4 with me. Can you try to locate the file on your pi. Something like find / -name libGLESv2.so.

Thanks,

I had the same error, but I was able to locate the file and cp it into the right folder. Thank you!

houstonnoproblems avatar Oct 22 '21 01:10 houstonnoproblems