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
Hi,
I use this commands for compile it on a FreeBsd 8.2.
# ./Configure
# ./config
# make
in make process i get these errors.
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
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
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:
-