[Gpkcs11-users] Trouble Building ceay-token
Status: Beta
Brought to you by:
cypherfox
|
From: Jonathan Schulze-H. <sch...@in...> - 2003-05-28 18:49:37
|
Tail end of gcc (2.95.3) build on Solaris 7
----
making all in tools...
make[1]: Entering directory
`/space/jcs/rabah/gpkcs11-0.7.2/ceay_token/openssl-0
.9.4/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/space/jcs/rabah/gpkcs11-0.7.2/ceay_token/openssl-0.
9.4/tools'
if [ ! -d shlib_dir ] ; then mkdir shlib_dir ; else rm -f shlib_dir/* ; =
fi
cd shlib_dir ; ar -x ../libcrypto.a && gcc -shared ./*.o -Wl,-soname
-Wl,libcryp
to.so.0.9 \
-o ./libcrypto.so.0.9.4 && rm *.o
ld: warning: option -o appears more than once, first setting taken
ld: fatal: file libcrypto.so.0.9: cannot open file: No such file or
directory
ld: fatal: File processing errors. No output written to =
./libcrypto.so.0.9.4
collect2: ld returned 1 exit status
make: *** [shlib] Error 1
----
=20
So is the openssl build supposed to create libcrypto.so.0.9? or is these
something up with the makefile?
=20
Ideas?
Thanks!
Jonathan
=20
|