android - Getting cp cannot create regular file No such file or directory in openssl -
I am getting errors below when trying to compile OpenSSL code. Under error during the "Install" step Please tell me if someone resolves this issue, there are links in Google search but pointing to an unresolved issue ""
is installing in crypto ... Make [1]: Directory `/home/test/openssl-1.0.1f/crypto is entering 'CP: Can not make regular file That's it. ' /../libs/armeabi/include/openssl/crypto.h ': There is no such file or directory: `./../libs/armeabi/include/openssl/crypto can not access' h': such There is no file or directory CP: Regular file can not create `./../libs/armeabi/include/openssl/opensslv.h ': No such file or directory chmod:` ./../libs/commodie/ Intelles / OpenSNS / OpenSave H ': No such file or directory. CP: Regular file can not create `./../libs/armeabi/include/openssl/opensslconf.h': There are no such files or directories Access `./../libs/armeabi/include/openssl/opensslconf.h ': There is no CP file or directory: regular Fail` ./../libs/armeabi/include/openssl/ebcdic.h' Can not create: There is no such file or directory: * ./../libs/armeabi/include/openssl/ebcdic.h 'can not access: no such file or directory. CP: Regular fee take `./ ../libs/armeabi/include/openssl/symhacks.h ': There is no such file or directory: * ./../libs/armeabi/include/openssl/symhacks.h' can not access: Someone No file or directory CP: rules The file can not be created as `./../libs/armeabi/include/openssl/ossl_typ.h ': There is no such file or directory:` ./../libs/armeabi/include/openssl/ossl_typ.h' Make such a file or directory [1]: *** [Install] Error 1 create [1]: Directory `/home/test/openssl-1.0.1f/crypto 'create: *** [Install_sw] Error 1 test @Ubuntu: ~ / openssl-1.0.1f $
I went through this. But, as a script file they were written by them. They got a chance to change the file. But, how to do in the case of openssl?
I have configured openssl in this way
./configure android share - prefix =. / .. / libs / armeabi --openssldir = openssl
and one
install
I also Tried in root permissions, such as
installing sudo
but still the same error is happening.
After spending a lot of time (trial and error method) I got the answer. Do not give relative paths in config. Just give the right paths like
. / Configure Android Shared - Prefix = 'PWD / ... / Libs / Armaby - PensionSDDR = OpenSL
Due to the relative path "CP: can not create regular file. ./libs/armeabi/include/openssl/crypto.h ': There is no such file or directory "It is unsuccessful.
Comments
Post a Comment