hisune 发表于 2017-7-8 07:39:18

windows bash,wls 安装失败

系统是win10家庭版的windows linux subsystem
16.04.2 LTS (GNU/Linux 4.4.0-43-Microsoft x86_64)

使用的最新的lnmp1.4 full版本,我公司的台式机,之前装的刚出来的1.4full版本是可以装的



[ 本帖最后由 hisune 于 2017-7-8 08:13 编辑 ]

licess 发表于 2017-7-8 19:51:09

&& make install_sw LIBDIR=lib
make: Entering directory '/mnt/c/Users/hisune/Downloads/Compressed/lnmp1.4-full/src/openssl-1.0.2l'
Makefile is older than Makefile.org, Configure or config.
Reconfigure the source tree (via './config' or 'perl Configure'), please.
Makefile:410: recipe for target 'Makefile' failed
make: *** Error 1

看提示好像是openssl-1.0.2l 目录下的Makefiles 时间不对,有可能系统时间变了,你看一下Linux系统时间

hisune 发表于 2017-7-8 20:54:15

回复 2# 的帖子

root@LAPTOP-75SS4EQR:~# date
Sat Jul8 20:56:18 CST 2017

hisune 发表于 2017-7-8 21:40:17

回复 2# 的帖子

时间看起来没问题,为什么我直接cd到openssl目录中去编译是可以通过的,但是通过install.sh安装nginx就不行?

hisune 发表于 2017-7-8 21:52:55

回复 2# 的帖子

军哥求救我要怎么解决这个问题?

hisune 发表于 2017-7-9 08:11:13

回复 2# 的帖子

解决了,在/mnt/c中安装就会这样,在/data中安装就不会,看起来是这个系统的原因。。
页: [1]
查看完整版本: windows bash,wls 安装失败