Results 1 to 3 of 3
Hello everyone! I am trying to install gyachi 1.1.0 and i have a litle problem!
Code:
$ autogen.sh
everything went and tell me to use next:
Code:
if no errors ...
- 04-28-2008 #1
PKG_CONFIG_PATH problem!
Hello everyone! I am trying to install gyachi 1.1.0 and i have a litle problem!
everything went and tell me to use next:Code:$ autogen.sh
I run that and i get the following thing:Code:if no errors occured, run ./configure --enable-maintainer-mode
i am not sure what that it is but i tried something but it didn`t work:Code:checking for ALSA... configure: error: Package requirements (alsa >= 0.9.8) were not met: No package 'alsa' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ALSA_CFLAGS and ALSA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Have you any ideas how to fix this?Code:#cp -l /usr/local/lib/pkgconfig/* /usr/lib/pkgconfig
Thanks! (sorry for my english)
Cheers!
- 04-28-2008 #2
Install the alsa devel packages (using yast) and then try running ./configure again.
- 04-28-2008 #3
Thanks for the reply! That worked! Thanks!


Reply With Quote