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

make error #269

Open
lkzc19 opened this issue Nov 28, 2021 · 1 comment
Open

make error #269

lkzc19 opened this issue Nov 28, 2021 · 1 comment

Comments

@lkzc19
Copy link

lkzc19 commented Nov 28, 2021

CentOS 8

/bin/sh: autoreconf: command not found
/bin/sh: ./configure: No such file or directory
make[1]: Entering directory '/usr/local/zimg/deps/libjpeg-turbo'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory '/usr/local/zimg/deps/libjpeg-turbo'
make: *** [Makefile:30: deps/libjpeg-turbo/.libs/libjpeg.a] Error 2

按照官网操作的, 与 #265 有一样的问题,但是我按照下面的源码方式安装了,yum没有devel版的我就装了非devel版的,缓存的我没装,先装了zimg,但是报了以上问题,为什么没有这些文件

@daidehu6831
Copy link

Debian 11

出现同样问题,通过安装以下编译工具包解决的:

sudo apt-get install autoconf automake libtool g++ nasm

CentOS 安装上述对应包,估计应该也能解决。问题关键提示:

autoreconf: command not found

找不到autoreconf命令

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

2 participants