LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   setting PKG_CONFIG_PATH variable, GAIM ./configure (https://www.linuxquestions.org/questions/linux-newbie-8/setting-pkg_config_path-variable-gaim-configure-205864/)

Hal 07-16-2004 11:25 AM

setting PKG_CONFIG_PATH variable, GAIM ./configure
 
I am trying to get GAIM working with RedHat 9.

./configure gives:

Quote:

configure: error: Library requirements (glib-2.0 >= 2.4.0 atk >= 1.0.1 pango >= 1.4.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 compiled all the latest versions of glib-2.0 atk and pango from the gtk website into my /usr directory, so I do have the up-to-date versions. How do I set the PKG_CONFIG_PATH? Would it involve ~/.bashrc or ~/.bash_profile?

Hal 07-17-2004 07:55 AM

Bump, can anyone help?

Komakino 07-17-2004 01:45 PM

export PKG_CONFIG_PATH=/usr/lib/pkgconfig

Hal 07-17-2004 01:48 PM

Thanks for replying Komakino, would that command be typed straight into the shell, or do I need to edit .basrc or bash_profile?

Komakino 07-17-2004 02:33 PM

If you do it in the same instance of the shell as you're planning on running ./configure for gaim from, then type it straight into the shell.

If you want that path to always be included, add it to either the .bashrc or /etc/profile (at the bottom)

mhearn 07-17-2004 03:12 PM

You may need to install the developer packages for GTK


All times are GMT -5. The time now is 04:10 AM.