cd libgphoto2-2.4.4 ./configure make make installThis is the lions share of what needs to be done, and puts things into /usr/local/lib. After this, I can build gphoto2, with some care to tell it how to find the library I just built.
cd gphoto2-2.4.4 ./configure --with-libgphoto2=/usr/local make make installThe with-libgphoto2 switch to configure is the well kept secret of this whole business. After this, I can do:
(~) cholla $ /usr/local/bin/gphoto2 --version gphoto2 2.4.4 Copyright (c) 2000-2008 Lutz Mueller and others gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of gphoto2 under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING. This version of gphoto2 is using the following software versions and options: gphoto2 2.4.4 gcc, popt(m), exif, no cdk, no aa, jpeg, readline libgphoto2 2.4.4 gcc, ltdl, EXIF libgphoto2_port 0.8.0 gcc, ltdl, USB, serial baudboy lockingWhich looks reasonable.
Adventures in Computing / [email protected]