On Fri, Nov 13, 2009 at 8:04 AM, Sohil Shah <[email protected]> wrote: > Hi, > I want to install ekiga 3.2.6 on fedora 11.
yum install ekiga ? > When i run ./configure, i get the below given errors. > > checking for XML::Parser... ok > checking for GTK... yes > checking for GLIB... yes > checking for SIGC... yes > checking for XML... yes > checking for GCONF... yes > Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema > installation > Using $(sysconfdir)/gconf/schemas as install directory for schema files > checking for EDS... configure: error: Package requirements (libebook-1.2) > were not met: > > No package 'libebook-1.2' 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 EDS_CFLAGS > and EDS_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > PKG_CONFIG_PATH is set to /usr/local/lib/pkgconfig > libebook-1.2.so.9 and libebook-1.2.so.9.3.0 are already present in > /usr/lib/ (maybe as a part of evolution-data-server) Apparently you don't have libebook headers, which are provided by evolution-data-server-devel. When building something from source, you generally need *-devel packages for each dependency. -- Ian _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
