Hi,

So I installed openssl-0.9.8j.tar.gz and no longer get the ec.h error  
since it is available with the source openssl package.  Now I get  
stuck at the following during make:

gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions  
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic  
OpenXPKI.o  -o blib/arch/auto/OpenXPKI/OpenXPKI.so         \
            -L/usr/local/ssl/lib -lcrypto        \

/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(mem.o): relocation  
R_X86_64_32S against `a local symbol' can not be used when making a  
shared object; recompile with -fPIC
/usr/local/ssl/lib/libcrypto.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/OpenXPKI/OpenXPKI.so] Error 1


I see this in my Makefile:

# These definitions are from config.sh (via  
/usr/lib64/perl5/5.8.8/x86_64-linux-
thread-multi/Config.pm).
# They may have been overridden via Makefile.PL or on the command line.
AR = ar
CC = gcc
CCCDLFLAGS = -fPIC
CCDLFLAGS = -Wl,-E  
-Wl,-rpath,/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/C
ORE

Recall this is CentOS 5.2 x86_64

Thanks,

Ben



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to