Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92938 - Gnomemeeting compiles, but crashes at start if OpenLDAP 2.2 is installed
Summary: Gnomemeeting compiles, but crashes at start if OpenLDAP 2.2 is installed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 09:19 UTC by Alexandre Sanches
Modified: 2007-02-12 16:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Sanches 2005-05-17 09:19:19 UTC
After updating OpenLDAP, I launched revdep-rebuild... A long list of apps had to
be recompiled. Gnomemeeting was one of them. Compile crashed : it did not find
pwlib (which was installed, but when OpenLDAP 2.1 was on my system)... I
recompiled pwlib, and then gnomemeeting. It worked. But since :

gustave% gnomemeeting
gnomemeeting: error while loading shared libraries: libldap.so.2: cannot open
shared object file: No such file or directory

So I tried to search "*libldap*"...

gustave% locate libldap
/opt/OpenOffice.org/program/libldap50.so
/usr/lib64/libldap.a
/usr/lib64/libldap_r-2.2.so.7
/usr/lib64/libldap-2.2.so.7
/usr/lib64/libldap_r.la
/usr/lib64/libldap_r.so
/usr/lib64/MozillaThunderbird/libldap50.so
/usr/lib64/libldap-2.2.so.7.0.19
/usr/lib64/mozilla/libldap50.so
/usr/lib64/libldap_r.a
/usr/lib64/libldap_r-2.2.so.7.0.19
/usr/lib64/libldap.la
/usr/lib64/libldap.so
/emul/linux/x86/usr/lib/libldap_r.so.2
/emul/linux/x86/usr/lib/libldap.so.2
/emul/linux/x86/usr/lib/libldap_r.so
/emul/linux/x86/usr/lib/libldap_r.so.2.0.130
/emul/linux/x86/usr/lib/libldap.so.2.0.130
/emul/linux/x86/usr/lib/libldap.so

Conclusion : most software configure themselves to find the good OpenLDAP shared
object version (all my recompiled software works, now), gnomemeeting does not.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~amd64" emerge -v openldap
2. ACCEPT_KEYWORDS="~amd64" emerge -v gnomemeeting
3. gnomemeeting

Actual Results:  
Gnomemeeting crashed, not finding the good version of OpenLDAP libraries.

Expected Results:  
Load, and work...

Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0, 2.6.11
-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 10 2005, 01:47:54)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -march=athlon64 -O3 -fomit-frame-pointer -funroll-loops"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share
/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/
mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-pipe -march=athlon64 -O3 -fomit-frame-pointer -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox strict"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://pandemonium.tiscal
i.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://194.117.143.71/m
irrors/gentoo ftp://194.117.143.70/mirrors/gentoo"
LANG="fr_FR@euro"
LINGUAS="fr"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib accessibility acpi adns alsa apache2 arts bash-completion
 berkdb bitmap-fonts bonobo cdr crypt cscope cups curl directfb dvdr eds esd exa
mples fam flac font-server fortran freetds gcj gd gdbm ggi gif gnome gnutls gpho
to2 gpm gstreamer gtk gtk2 gtkhtml guile hal imagemagick imlib ithreads jack jav
a jp2 jpeg junit jython kde ldap libwww lzw lzw-tiff mad mailwrapper mikmod moti
f mozilla mp3 mysql ncurses nls nptl odbc ogg oggvorbis opengl oss pam pdflib pe
rl plotutils png postgres python qt readline rhino ruby samba scanner sdk sdl sl
ang source speex spell sqlite ssl tcltk tcpd tetex threads tiff truetype truetyp
e-fonts type1-fonts unicode usb userlocales vorbis xine xml xml2 xmms xpm xprint
 xrandr xv zlib video_cards_nvidia linguas_fr userland_GNU kernel_linux elibc_gl
ibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-06-24 05:00:21 UTC
reassigning to maintainer
Comment 2 Stefan Knoblich (RETIRED) gentoo-dev 2005-07-29 11:57:00 UTC
did revdep-rebuild recompile openh323? that one has uses libldap too
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-23 08:28:05 UTC
Deprecated and package.masked for removal.

# Stefan Schweizer <genstef@gentoo.org> (18 Jul 2006)
# Masked for removal, please use ekiga now, #136615
net-im/gnomemeeting