Re: openssl compile time error

2012-03-13 Thread aram_baghomian
Hi, I used gmake and following lines are the results of that. ... shlib_target=; if [ -n "" ]; then shlib_target=""; fi; LIBRARIES="-L.. -lssl -L.. -lcrypto " ; gmake -f ../Makefile.shared -e APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o d

openssl compile time error

2012-03-10 Thread aram_baghomian
Hi, I use this commands for compile it on a FreeBsd 8.2. # ./Configure # ./config # make in make process i get these errors.

openssl compile time error

2012-03-05 Thread aram_baghomian
Hi, When i want to compile my openssl package it send me this error. ... shlib_target=; if [ -n "" ]; then shlib_target="dlfcn"; fi; LIBRARIES="-L.. -lssl -L.. -lcrypto" ; make -f ../Makefile.shared -e APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o p

openssl makeing error

2012-03-03 Thread aram_baghomian
Hi, When i want to compile my openssl package it send me this error. ... shlib_target=; if [ -n "" ]; then shlib_target="dlfcn"; fi; LIBRARIES="-L.. -lssl -L.. -lcrypto" ; make -f ../Makefile.shared -e APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o p

openssl freebsd 8.2 install, compile error

2012-02-18 Thread aram_baghomian
Hi, I want to compile openssl for freebsd 8.2 but MAKE program create some error which I don't know the reason of it. I use this commands. # config # make ERROR: -