Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] doesnt run on ubuntu 16.04 #28

Open
bolds07 opened this issue Jun 4, 2018 · 2 comments
Open

[BUG] doesnt run on ubuntu 16.04 #28

bolds07 opened this issue Jun 4, 2018 · 2 comments

Comments

@bolds07
Copy link

bolds07 commented Jun 4, 2018

Was it suposed to run fine on linux?

rafa@ubuntu:~/Desktop/m3/openssl_for_ios_and_android-master/tools$ sh ./build-openssl4android.sh 
./build-openssl4android.sh: 19: ./build-openssl4android.sh: source: not found
./build-openssl4android.sh: 23: ./build-openssl4android.sh: TOOLS_ROOT: parameter not set
rafa@ubuntu:~/Desktop/m3/openssl_for_ios_and_android-master/tools$ 

@leenjewel
Copy link
Owner

Sorry,I only build it on Mac OS X , Did not try on linux

@panda912
Copy link

panda912 commented Jun 22, 2018

because the default link target of sh is /bin/dash on ubuntu, not /bin/bash, so, you can run :
rm -f /bin/sh
ln -s /bin/bash /bin/sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants