Total Pageviews

Wednesday, October 12, 2011

trouble Installing pidgin-guifications

If you are getting the following error while you are trying to installl gulifcation on pidgin:

--
checking for PIDGIN... configure: error: Package requirements (pidgin purple) were not met:

No package 'pidgin' found
No package 'purple' 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 PIDGIN_CFLAGS
and PIDGIN_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

--

You cal solve this by installing pidgin devel.

yum install pidgin-devel

Will solve the problem.