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

nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. #36

Closed
unyxs281 opened this issue Mar 9, 2021 · 8 comments
Closed

Comments

@unyxs281
Copy link

unyxs281 commented Mar 9, 2021

当执行./zzffmpeg.sh时,提示nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.,但是nasm和yasm已经安装了,这是什么原因内,也尝试了更新nasm和yasm的版本。还是出现这个错误。

@innerlee
Copy link
Contributor

innerlee commented Mar 9, 2021

Pls show the output of

echo $PATH
echo $LD_LIBRARY_PATH
ls $HOME/app/bin
ls $HOME/app/lib
which nasm
which yasm

@unyxs281
Copy link
Author

unyxs281 commented Mar 9, 2021

Pls show the output of

echo $PATH
echo $LD_LIBRARY_PATH
ls $HOME/app/bin
ls $HOME/app/lib
which nasm
which yasm

image

@innerlee
Copy link
Contributor

innerlee commented Mar 9, 2021

See the usage here https://github.com/innerlee/setup#usage

@unyxs281
Copy link
Author

unyxs281 commented Mar 9, 2021

See the usage here https://github.com/innerlee/setup#usage

image
我是按照这个步骤安装的。代码没有做改动,这是什么原因呢?谢谢。

@innerlee
Copy link
Contributor

innerlee commented Mar 9, 2021

The PATH and LD_LIBRARY_PATH are incorrect according to your last post

@innerlee
Copy link
Contributor

innerlee commented May 6, 2021

@sxl142
Copy link

sxl142 commented Jan 9, 2022

当执行./zzffmpeg.sh时,提示nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.,但是nasm和yasm已经安装了,这是什么原因内,也尝试了更新nasm和yasm的版本。还是出现这个错误。

source ~/.bashrc 应该就好了

@kuangxiaoye
Copy link

哇!!!!!!!!感谢 !!!!解决了!!!!

我一直以为./bashrc是实时编译的···呜呜··· 太感谢了!!

我要去仔细看看这个文件是干啥的···

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

No branches or pull requests

4 participants