AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 我两台香港,两台大陆,全部nginx-generic-1.6 安装升级失败 |
|
---|---|
xiedandan |
xiedandan 发表于 2017-03-18 11:37:41
这升级一定要装 还是可以不安装?
不是新搭建环境,以前环境就搭建好了,上次提示可升级,然后一直升级不上 今天我来到第4台服务器 想试下升级 可是还是不行 怎么发帖不能发图片的~~~ 点安装升级时 提示 确认安装升级软件 nginx-generic-1.6 吗? 然后点确定 然后下面是 错误说明 求大神看看~~~ ---------------------------------------------------------- nginx-generic-1.6 安装升级失败。 ---------------------------------------------------------- checking for long long size ... 8 bytes checking for void * size ... 8 bytes checking for uint64_t ... found checking for sig_atomic_t ... found checking for sig_atomic_t size ... 4 bytes checking for socklen_t ... found checking for in_addr_t ... found checking for in_port_t ... found checking for rlim_t ... found checking for uintptr_t ... uintptr_t found checking for system byte ordering ... little endian checking for size_t size ... 8 bytes checking for off_t size ... 8 bytes checking for time_t size ... 8 bytes checking for AF_INET6 ... found checking for setproctitle() ... not found checking for pread() ... found checking for pwrite() ... found checking for sys_nerr ... found checking for localtime_r() ... found checking for posix_memalign() ... found checking for memalign() ... found checking for mmap(MAP_ANON|MAP_SHARED) ... found checking for mmap("/dev/zero", MAP_SHARED) ... found checking for System V shared memory ... found checking for POSIX semaphores ... not found checking for POSIX semaphores in libpthread ... found checking for struct msghdr.msg_control ... found checking for ioctl(FIONBIO) ... found checking for struct tm.tm_gmtoff ... found checking for struct dirent.d_namlen ... not found checking for struct dirent.d_type ... found checking for sysconf(_SC_NPROCESSORS_ONLN) ... found checking for openat(), fstatat() ... found checking for getaddrinfo() ... found configuring additional modules adding module in ../module/3rd_part_module/nginx-upstream-jvm-route-master ./configure: error: no ../module/3rd_part_module/nginx-upstream-jvm-route-master/config was found make: *** No rule to make target `build', needed by `default'. Stop. make: *** No rule to make target `install'. Stop.
点赞,加油! (0分)
2017-03-18 11:37:41 1
|
lovem |
没编译成功呢???
回复
2017-03-18 13:28:36 2
|
寒喵 |
1.尝试更换 nginx版本 看其他版本是否可以安装
2.更新oepnssl 因为有一定概率官方使用rpm编译时用新的openssl编译导致旧版oepnssl 服务器无法安装模块 如是第二个,则要么自己升级openssl。要么让官方出自带判断openssl版本随同升级后安装nginx
回复
2017-03-18 14:43:19 3
|
shiguo |
./configure: error: no ../module/3rd_part_module/nginx-upstream-jvm-route-master/config was found
意思是:nginx-upstream-jvm-route-master下面的config文件找不到 可能是nginx_upstream_jvm_route版本和nginx不兼容造成的,可以通过 svn checkout http://nginx-upstream-jvm-route.googlecode.com/svn/trunk/ nginx-upstream-jvm-route-read-only 检测下载最新合适的nginx_upstream_jvm_route,然后重新升级试下。
回复
2017-03-18 23:09:14 4
|
yanghang |
这种应该是增加模块的时候刚开始就没通过,后面直接报错了,可能是缺少什么组件或者不兼容引起的,碰到这种编译错误,最好直接工单来的方便
回复
2017-03-19 00:21:49 5
|