gonzalo / gphoto2-updater

Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
http://github.com/gonzalo/gphoto2-updater
292 stars 72 forks source link

Install libgphoto2 to system (?) #46

Closed dcholth closed 7 years ago

dcholth commented 7 years ago

I used your fantastic install and update script on my RaspberryPI. However, I'm experiencing the issue documented here where I can't set my configurations.

The suggested fix is to install libgphoto2 into system, and not /usr/local. When I look through my file system after running the script, it appears that libgphoto2 was installed in /usr/local. Is there a way that the script can install it into system?

Sorry, I'm pretty green when it comes to linux and a lot of this stuff, so this my issue may be bogus, but its the only end I've reached in my research.

scribblemaniac commented 7 years ago

This script does install to /usr/local, but I'm a bit skeptical if that is the real problem. What is the output of gphoto2 -v?

gonzalo commented 7 years ago

Did did you have gphoto installed before using our script? Maybe system is calling the official installation ( you can check it with command "which gphoto2"

Be sure to uninstall gphoto2 and libgphoto2 with apt-get remove and then install last version with the script

El 24/12/2016 8:19 a. m., "scribblemaniac" notifications@github.com escribió:

This script does install to /usr/local, but I'm a bit skeptical if that is the real problem. What is the output of gphoto2 -v?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gonzalo/gphoto2-updater/issues/46#issuecomment-269072988, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgMfAL7Z4Pb1Cd7e4tTc5xIfJCUNDhks5rLMdugaJpZM4LVKFd .

dcholth commented 7 years ago

Thanks for the response! I ended up wiping my Pi and did the install using the very latest release option, and it appears to have fixed the problem. Appreciate the response! Sorry I couldn't get you more useful information on why it occurred in the first place.