Re: [GnomeMeeting-list] gconf (the caveat of bleeding edge)
- From: Guilhem Tardy <guilhem_tardy yahoo com>
- To: gnomemeeting-list gnome org
- Subject: Re: [GnomeMeeting-list] gconf (the caveat of bleeding edge)
- Date: Wed, 27 Mar 2002 10:23:50 -0800 (PST)
I checked that all libraries required by libgconf-gtk-1.so were present:
> rpm -q --requires gconf
/bin/sh
ld-linux.so.2
libIIOP.so.0
libORBit.so.0
libORBitCosNaming.so.0
libORBitutil.so.0
libX11.so.6
libXext.so.6
libXi.so.6
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libdb-3.1.so
libdl.so.2
libgconf-1.so.1
libgdk-1.2.so.0
libglib-1.2.so.0
libgmodule-1.2.so.0
libgtk-1.2.so.0
libm.so.6
liboaf.so.0
libpopt.so.0
libxml.so.1
libz.so.1
$LD_LIBRARY_PATH has only (from the shell):
/opt/mozilla//:/opt/mozilla//components:/opt/mozilla//:/opt/mozilla//components:
Admittedly I do not understand all the subtleties of c++ command (i.e. what order should libraries
appear in, and under what -L directories), but I agree the problem lies in libgconf-gtk-1.so, and
as a matter of fact I did manage to compile GM 0.12.2 with the exact same (newest) pwlib and
openh323 taken from the GM website.
Does it sound suspicious to you that I had to...
cp /opt/gnome/include/gconf/1/gconf/* /opt/gnome/include/gconf
?
Guilhem.
--- Damien Sandras <dsandras seconix com> wrote:
> Le mer 27/03/2002 à 18:04, Guilhem Tardy a écrit :
> > [root farquaad]# gconf-config --libs
> > -L/opt/gnome/lib -L/usr/lib -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP
> > -lORBitutil -lglib -lm
> >
> > All this is at the right place.
> >
> > I also updated gconf with the RPM you pointed me to (1.0.7), although I didn't
> > find any gconf-devel there.
> >
> > The error message remains the same, and I checked that the corresponding
> > library (/opt/gnome/lib/libgconf-gtk-1.so) is there as it should. At this
> > point, I have no other idea.
> >
> > Guilhem.
> >
> >
> Are u sure that all needed libraries are installed?
> Im not talking about GM, but about the libs needed by
> libgconf-gtk-1.so... ?
>
> Perhaps a directory is missing in LD_LIBRARY_PATH...
>
> > gnomemeeting.o: In function `main':
> > /home/pci2103/gmeeting/src/gnomemeeting.cpp:353: undefined reference to
> > `gconf_init'
> > /opt/gnome/lib/libgconf-gtk-1.so: undefined reference to `gconf_valid_key'
> > /opt/gnome/lib/libgconf-gtk-1.so: undefined reference to
> > `gconf_engine_dir_exists'
> > /opt/gnome/lib/libgconf-gtk-1.so: undefined reference to `gconf_key_is_below'
> >
> >
> > --- Stefan Bruens <lurch gmx li> wrote:
> > > Am Tuesday 26 March 2002 22:39 schrieb Guilhem Tardy:
> > > > Hi all,
> > > >
> > > > I am pretty disappointed by the GConf support in the latest version of GM,
> > > > because to this date I couldn't run GM on RedHat (hangs at startup), nor
> > > > compile it on Suse.
> > > >
> > > > For the latter, I tried to compile GM 0.85.1 on Suse7.3, which has gconf
> > > > 1.04. I had to copy all .h files from /opt/gnome/include/gconf/1 to
> > > > /opt/gnome/include/gconf/ , though. Now, I come across the following error
> > > > at the linking stage:
> > >
> > > The list of the libraries is missing some, which results in unresolved
> > > symbols. I think your gconf-config is not working correctly. Look into
> > > config.log, there should be some lines like
> > > configure:4128: checking for gconf-config
> > > configure:4145: found /opt/gnome/bin/gconf-config
> > > configure:4157: result: /opt/gnome/bin/gconf-config
> > > configure:4165: checking for GCONF - version >= 1.0
> > > configure:4181: result: yes
> > >
> > > If you don't have this, be sure you gave sufficient options to configure, for
> > >
> > > reference this are my options:
> > > ./configure --enable-maintainer-mode --enable-compile-warnings
> > > --enable-maintainer-mode --enable-compile-warnings
> > > --sysconfdir=/etc/opt/gnome --prefix=/opt/gnome --datadir=/opt/gnome/share
> > > --mandir=/usr/share/man --with-gnome=/opt/gnome
> > > --with-gnome-includes=/opt/gnome/include --with-gnome-libs=/opt/gnome/lib
> > > --with-ptlib-includes=/usr/lib/pwlib/include/ptlib
> > > --with-ptlib-libs=/usr/lib/pwlib/lib
> > > --with-openh323-includes=/usr/lib/openh323/include
> > >
> > > also check the output from
> > > gconf-config --libs
> > >
> > > Maybe there is also something wrong with gconf 1.04 itself, I'm using 1.07.
> > > You can find a package for it on SuSEs ftp server or its mirrors, it located
> > > under supplementary/gnome/
> > >
> > > Good luck,
> > > Stefan
> > >
> > > --
> > > Stefan Brüns / Kastanienweg 6 - Zimmer 1206 / 52074 Aachen
> > > mailto:lur_x gmx net http://www.kawo1.rwth-aachen.de/~lurchi/
> > > fax: +49-89-1488204565 phone: +49-160-7532733
> > >
> > > _______________________________________________
> > > Gnomemeeting-list mailing list
> > > Gnomemeeting-list gnome org
> > > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Movies - coverage of the 74th Academy Awards®
> > http://movies.yahoo.com/
> > _______________________________________________
> > Gnomemeeting-list mailing list
> > Gnomemeeting-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
> >
> >
> --
> _ Damien Sandras
> (o- GnomeMeeting - H.323 Video-Conferencing application -
> //\ web: http://www.gnomemeeting.org/
> v_/_ FOSDEM 2002 - Free Software and Open Source Developers Meeting -
> web: http://www.fosdem.org/
>
> ATTACHMENT part 2 application/pgp-signature name=signature.asc
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]