找回密码
 立即注册
搜索

安装失败

3
回复
3913
查看
[ 复制链接 ]

2

主题

2

回帖

30

积分

新手上路

积分
30
用的2024-07-17 13:54的oneinstack.tar.gz包,在debian12、ubuntu22上均失败:

cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/opt.o src/opt.c
ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/opt.o
Building with optimizations for native
install -d /usr/include
install -m 0644 include/argon2.h /usr/include
install -d /usr/lib
install libargon2.so.1 libargon2.a /usr/lib
cd /usr/lib && ln -s libargon2.so.1 libargon2.so
install -d /usr/bin
install argon2 /usr/bin
tar (child): libsodium-1.0.19.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 55: pushd: libsodium-1.0.19: No such file or directory
include/php-8.3.sh: line 56: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
tar (child): libzip-1.2.0.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 64: pushd: libzip-1.2.0: No such file or directory
include/php-8.3.sh: line 65: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
tar (child): mhash-0.9.9.9.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 73: pushd: mhash-0.9.9.9: No such file or directory
include/php-8.3.sh: line 74: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
include/php-8.3.sh: line 76: popd: directory stack empty
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

tar (child): php-8.3.2.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 94: pushd: php-8.3.2: No such file or directory
make: *** No rule to make target 'clean'.  Stop.
include/php-8.3.sh: line 111: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
PHP install failed, Please Contact the author!

2024-7-18 12:39:41

2

主题

2

回帖

30

积分

新手上路

积分
30
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1  -Wl,-soname,libargon2.so.1 src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/opt.c -o libargon2.so.1
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/argon2.o src/argon2.c
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/core.o src/core.c
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/blake2/blake2b.o src/blake2/blake2b.c
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/thread.o src/thread.c
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/encoding.o src/encoding.c
cc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/opt.o src/opt.c
ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/opt.o
Building with optimizations for native
install -d /usr/include
install -m 0644 include/argon2.h /usr/include
install -d /usr/lib
install libargon2.so.1 libargon2.a /usr/lib
cd /usr/lib && ln -s libargon2.so.1 libargon2.so
install -d /usr/bin
install argon2 /usr/bin
tar (child): libsodium-1.0.19.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 55: pushd: libsodium-1.0.19: No such file or directory
include/php-8.3.sh: line 56: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
tar (child): libzip-1.2.0.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 64: pushd: libzip-1.2.0: No such file or directory
include/php-8.3.sh: line 65: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
tar (child): mhash-0.9.9.9.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 73: pushd: mhash-0.9.9.9: No such file or directory
include/php-8.3.sh: line 74: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
include/php-8.3.sh: line 76: popd: directory stack empty
tar (child): php-8.3.2.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
include/php-8.3.sh: line 94: pushd: php-8.3.2: No such file or directory
make: *** No rule to make target 'clean'.  Stop.
include/php-8.3.sh: line 111: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
PHP install failed, Please Contact the author! 
2024-7-18 12:41:15

0

主题

3

回帖

17

积分

超级版主

积分
17
问题已经修复,已刷新下载CDN。请等待CDN刷新完成后进行安装
2024-7-18 14:23:46

0

主题

3

回帖

17

积分

超级版主

积分
17
或将该依赖文件放入src路径下

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
2024-7-18 14:31:30
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

返回顶部