Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85480 - qpopper does not work with ssl
Summary: qpopper does not work with ssl
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 02:24 UTC by matthias bernges
Modified: 2005-03-16 07:40 UTC (History)
0 users

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 matthias bernges 2005-03-16 02:24:52 UTC
SSL will not be enabled in qpopper even if USE="ssl" is set

Reproducible: Always
Steps to Reproduce:
1.USE="ssl" emerge qpopper
2.
3.

Actual Results:  
qpopper compiles withour ssl support

Expected Results:  
qpopper should compile with ssh support

It seems like --with-openssl is not enabled in configure line even if USE="ssl"
is set. But even if you write it manually in the myconf of the ebuild qpopper
compiles without ssl.
That's because ssl is searched in /usr/local/openssl/. If you define
--with-openssl=/usr/include/openssl/ it searches in /usr/include/openssl/include.

Maybe it's a possibility to export CPPFLAGS=-I/usr/include/openssl and put
--with-openssl in myconf if USE="ssl" is defined.




Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.7-gentoo-r11 i686)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 14 2005, 17:58:32)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.6.3, 1.4_p6, 1.8.5-r3, 1.7.9-r1, 1.9.4
sys-devel/binutils:  2.15.90.0.1.1-r3
sys-devel/libtool:   1.4.3-r4, 1.5.10-r4
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=pentium4 -msse -msse2 -mmmx  -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -pipe -march=pentium4 -msse -msse2 -mmmx  -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
MAKEOPTS="-j25"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 aalib acpi arts avi bash-completion berkdb bitmap-fonts crypt cups curl
emboss encode esd fam font-server foomaticdb fortran gdbm gif gtk2 imlib ipv6
jpeg ldap libg++ libwww mad mikmod mp3 mpeg mysql ncurses nls oggvorbis opengl
oss pam pdflib perl png python quicktime readline sdl slang spell ssl svga tcpd
tetex truetype truetype-fonts type1-fonts xml2 xmms xv zlib linguas_de"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2005-03-16 07:40:32 UTC
I don't know what version are you trying but it works fine here: (net-mail/qpopper-4.0.5-r2):

posidon root # ldd /usr/sbin/popper | grep ssl
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb7f94000)


Cheers,
Ferdy