swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java, Swarm, JDK1.2.2, Solaris 8 and static vs shared libraries


From: Gary Polhill
Subject: Re: java, Swarm, JDK1.2.2, Solaris 8 and static vs shared libraries
Date: Wed, 15 Aug 2001 16:22:45 +0100

No, neither do I. Further it seems to be looking for -lcrypto, -ldf and 
-lmfhdf. All this appears in the file src/libswarm.la on the line that starts 
dependency_libs. I am basically hacking this file removing offending libraries 
until I can get the thing to compile...

Gary

>>> <address@hidden> 15/08/01 15:55:49 >>>
Gary Polhill wrote:
>b -lssl -lcrypto -lz -lmfhdf -ldf -ljpeg -lnsl -lm -lsocket -lX11 -ldl 
>-Wl,--rpath -Wl,/software/swarm/swarm-2.1.1/swarm/lib -Wl,--rpath 
>-Wl,/software/swarm/swarm-2.1.1/needed/lib -Wl,--rpath 
>-Wl,/software/xpm/xpm-3.4k/lib -Wl,--rpath 
>-Wl,/afs/ncsa.uiuc.edu/packages/hdf/4.1r4-solaris7/lib
> /software/gcc/binutils-2.11.2/bin/ld: cannot find -lssl
> collect2: ld returned 1 exit status
> make[2]: *** [findImp] Error 1
> make[2]: Leaving directory `/software/swarm/swarm-2.1.1/src-20010810/tools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/software/swarm/swarm-2.1.1/src-20010810'
> make: *** [all-recursive-am] Error 2
> 
> Gary

On Linux, -lssl refers to the ssl files provided by the openssl
package.
$ls /usr/lib/libssl.*
/usr/lib/libssl.a  
/usr/lib/libssl.so  
/usr/lib/libssl.so.0.9.6  
/usr/lib/libssl.so.1
$ ls /usr/lib/libssl.* | xargs rpm -qf
openssl-devel-0.9.6-9
openssl-devel-0.9.6-9
openssl-0.9.6-9

I don't know why Swarm would be looking for ssl support, though.

-- 
Paul E. Johnson                       email: address@hidden 
Dept. of Political Science           
http://lark.cc.ukans.edu/~pauljohn 
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]