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 71 forks source link

Problems with sh file #35

Closed raffaelecolleo closed 8 years ago

raffaelecolleo commented 8 years ago

Hi Gonzalo, I'm having problems installing the libraries on a raspberri pi 2. I have the lite version of jessie installed and cannot install libgphoto2. line 141: git: command not found.

There is also a problem on libusb 1.0.20 tar: Child returned status 2 tar: Error is not recoverable: exiting now.

Could You please check this errors

Thanks a lot

gonzalo commented 8 years ago

That's very strange because git package should be installed at the beginning of script.

Please check that you have git installed (git -v) and if not install it manually with "sudo apt-get install git" and try again.

gonzalo commented 8 years ago

Hi @raffaelecolleo ! any updates about this issue?

gonzalo commented 8 years ago

Closed by inactivity