DragonFly users List (threaded) for 2007-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: KDE and OpenSSL = Broken
On Thu, Feb 22, 2007 at 01:21:54PM +0900, Kimura Fuyuki wrote:
>
> 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"
FWIW, it is the same type of error I have seen with wip/jdk14.
Your code:
h = dlopen("/usr/lib/libssl.so", RTLD_GLOBAL | RTLD_NOW);
JDK code:
libjvm = dlopen(jvmpath, RTLD_NOW + RTLD_GLOBAL);
--
Francois Tigeot
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]