Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103379 - ximian-connector does not emerge: ld error: cannot find -lssl3
Summary: ximian-connector does not emerge: ld error: cannot find -lssl3
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: John N. Laliberte (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 14:49 UTC by Chris
Modified: 2005-09-26 13:31 UTC (History)
1 user (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 Chris 2005-08-22 14:49:24 UTC
When emerge ximian-connector, it complains:

ld: connot find -lssl3

I do have openssl installed.  I have libssl3.so (two different copies) in
/usr/lib/mozilla-firefox and /usr/lib/nss, but neither are specified on the line
to gcc (there are -L/usr/lib/evolution/2.2 -L/usr/lib/mozilla -L/usr/lib/nspr
-L/usr/lib).

Reproducible: Always
Steps to Reproduce:
emerge ximian-connector
Actual Results:  
Error: ld: connot find -lssl3

Expected Results:  
Found libssl3.so and continued the emerge
Comment 1 Chris 2005-08-22 14:51:33 UTC
Gentoo Base System version 1.6.13
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.12-gentoo-r9 i686)
=================================================================
System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1.80GHz
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac aalib acpi aim alsa avi bash-completion berkdb bitmap-fonts cdr
crypt cups curl divx4linux dri dvd dvdread eds emboss encode esd fam ffmpeg flac
foomaticdb fortran ftp gd gdbm gif gpm gstreamer gtk gtk2 imlib ipv6 jabber java
javascript jpeg ldap libg++ libwww mad mikmod motif mp3 mpeg ncurses nls
offensive ogg oggvorbis opengl pam pcmcia pdflib perl php png python quicktime
readline samba sdl socks5 spell sse sse2 ssl tcpd theora tiff truetype
truetype-fonts trusted type1-fonts usb vorbis wxwindows xine xml xml2 xv zlib
video_cards_radeon userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Comment 2 Chris 2005-08-22 15:12:26 UTC
Note: I hacked it together by making the following symbolic links:

/usr/lib/libssl3.so --> /usr/lib/nss/libssl3.so
/usr/lib/libsmime3.so --> /usr/lib/nss/libsmime3.so
/usr/lib/libnss3.so --> /usr/lib/nss/libnss3.so
/usr/lib/libsoftokn3.so --> /usr/lib/nss/libsoftokn3.so

It seems things would be fixed if /usr/lib/nss were included in the library
search path.
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2005-09-15 14:23:26 UTC
which version of ximian-connector?  

fyi:
ximian-connector is now known as evolution-exchange, but ( evolution-exchange )
is pmask'd at the moment along with the new evolution.
Comment 4 John N. Laliberte (RETIRED) gentoo-dev 2005-09-26 13:31:28 UTC
no response from reporter