KDE and OpenSSL = Broken

Kimura Fuyuki fuyuki at hadaly.org
Wed Feb 21 20:27:44 PST 2007


On Wednesday 14 February 2007, Simon 'corecode' Schubert wrote:
> > 3. who's bad?
> >
> > a. pkgsrc
> > b. kdelibs
> > c. libltdl
> > d. rtld
> > f. kernel
> >
> > a,b,c seems to be ok?
>
> i'm pretty sure it is in b or a.  the warning messages are kind of
> expected, because kde tries both old and new openssl symbols.

I still suspect lower layer. Why does the following last command result in 
error? It's just ok on NetBSD.

test program:
http://www.hadaly.org/fuyuki/dltest.c

dialogue:
$ cc ./dltest.c
$ ./a.out
$ cc ./dltest.c -lssl
$ ./a.out
$ a.out: Undefined symbol "SSL_connect"





More information about the Users mailing list