I used:
Configure --prefix=/usr/arm /usr/arm/bin/gcc
and then modified the make file with:
CC= /usr/arm/bin/arm-gcc
AR= /usr/arm/bin/arm-ar $(ARFLAGS) r
Larry Bugbee wrote:
I also can't find libcrytpo.so, I have libvcrypto.a and libssl.a,
but no *.so files?
Where does the build put them??
Did you build with -shared?
Personally, I use ./config -shared --prefix=......
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]