Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is probably something really simple but I'm a newbie. I'm trying to install a plug-in for gaim and when i run ./configure on the source it's giving me the following error:
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
configure: error: Library requirements (gaim >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
I have Gaim v1.0.3-0.FC3, but apparently it can't tell that because something is messed up with where it's reading it? Any help you guys can give me would be greatly appreciated, thank you.
I just installed the newest version and it's still giving me the same error. I've tried running as root and also as my user. I even rebooted (which I'm not sure is necessary or not but I did anyway).
Alright that worked, but now I'm getting a different error.
checking for gaim >= 1.0.0... Package gaim was not found in the pkg-config search path.
Perhaps you should add the directory containing `gaim.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gaim' found
configure: error: Library requirements (gaim >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
How would I add the path for gaim to the PKG_CONFIG_PATH? Thanks again for your help, it's much appreciated.
I also set the PKG_CONFIG_PATH variable to include /usr/lib/pkgconfig which is where gaim.pc is located and i looked at gaim.pc and it says the version is 1.0.3 so I'm not sure why it's saying it can't find a gaim version greater than 1.0.0
To set the PKG_CONFIG_PATH I simply did PKG_CONFIG_PATH=/usr/lib/pkgconfig, maybe I should have done something else?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.