Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie bobescalin2005's Avatar
    Join Date
    Oct 2005
    Posts
    167

    Unhappy PKG_CONFIG_PATH problem!

    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 occured, run ./configure --enable-maintainer-mode
    I run that and i get the following thing:
    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.
    i am not sure what that it is but i tried something but it didn`t work:
    Code:
    #cp -l /usr/local/lib/pkgconfig/* /usr/lib/pkgconfig
    Have you any ideas how to fix this?
    Thanks! (sorry for my english)
    Cheers!
    Registered Linux user #471256
    http://counter.li.org
    Don`t give up so easy...
    calin

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Install the alsa devel packages (using yast) and then try running ./configure again.

  3. #3
    Linux Newbie bobescalin2005's Avatar
    Join Date
    Oct 2005
    Posts
    167
    Thanks for the reply! That worked! Thanks!
    Registered Linux user #471256
    http://counter.li.org
    Don`t give up so easy...
    calin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...