<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.1">
</HEAD>
<BODY>
Le mercredi 12 janvier 2011 &#224; 23:00 +0530, Kalpa Welivitigoda a &#233;crit&nbsp;: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

I want to get empathy installed from the source. I'm on Fedora 14.
When I ./configure I get the following error,

Requested 'folks &gt;= 0.3.3' but version of Folks is 0.1.16
Requested 'folks-telepathy &gt;= 0.3.3' but version of Folks Telepathy
support library is 0.1.16
Requested 'gio-2.0 &gt;= 2.27.2' but version of GIO is 2.26.0
Requested 'gio-unix-2.0 &gt;= 2.27.2' but version of GIO unix specific
APIs is 2.26.0
No package 'gsettings-desktop-schemas' found
No package 'telepathy-farsight' found
Requested 'telepathy-glib &gt;= 0.13.9' but version of Telepathy-GLib is 0.11.16
Requested 'gtk+-3.0 &gt;= 2.99.0' but version of GTK+ is 2.90.5
Requested 'libnotify &gt;= 0.7.0' but version of libnotify is 0.5.1
No package 'gcr-3' found

I tried to install folks 0.3.3 from source and it needs
telepathy-glib. telepathy-glib was installed from source. still I get
the above error. Any help is highly appreciated.
</PRE>
</BLOCKQUOTE>
<BR>
You probably forgot to set PKG_CONFIG_PATH and LD_LIBRARY_PATH to where you installed your custom build ?<BR>
<BR>
<BLOCKQUOTE>
    <TT>export PKG_CONFIG_PATH=libpath/pkgconfig</TT><BR>
    <TT>export LD_LIBRARY_PATH=libpath</TT><BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>