Rickdog
12-19-2002, 02:49 AM
As you can see from the output below, my configure process didn't go to well. I need libgphoto2 in my PKG_CONFIG_PATH, only problem, I don't have a PKG_CONFIG_PATH. How should it be created? I don't know much about pkg-config, when I looked at it, it was gobbledy gook, like a bin file.
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libgphoto2 >= 2.1.1... Package libgphoto2 was not found in the pkg- config search path.
Perhaps you should add the directory containing `libgphoto2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgphoto2' found
configure: error: Library requirements (libgphoto2 >= 2.1.1) not met; consider a djusting the PKG_CONFIG_PATH environment variable if your libraries are in a non standard prefix so pkg-config can find them.
[root@localhost gphoto2-2.1.1]#
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libgphoto2 >= 2.1.1... Package libgphoto2 was not found in the pkg- config search path.
Perhaps you should add the directory containing `libgphoto2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgphoto2' found
configure: error: Library requirements (libgphoto2 >= 2.1.1) not met; consider a djusting the PKG_CONFIG_PATH environment variable if your libraries are in a non standard prefix so pkg-config can find them.
[root@localhost gphoto2-2.1.1]#