VPS侦探论坛

 找回密码
 注册
查看: 3571|回复: 3

[wu-ftpd] pureftpd.sh 安装失败

[复制链接]
发表于 2017-9-4 17:19:48 | 显示全部楼层 |阅读模式

系统:centos 6.5
内核:2.6.32-573.22.1.el6.x86_64
lnmp1.3版本 安装ftp出现安装失败

  1. configure: +--------------------------------------------------------+
  2. configure: | You can subscribe to the Pure-FTPd users mailing-list  |
  3. configure: | to ask for help and to stay informed of new releases.  |
  4. configure: | Go to http://www.pureftpd.org/ml/ now!                 |
  5. configure: +--------------------------------------------------------+
  6. make  all-recursive
  7. make[1]: Entering directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42'
  8. Making all in puredb
  9. make[2]: Entering directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb'
  10. Making all in src
  11. make[3]: Entering directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb/src'
  12. gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var"  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT puredb_read.o -MD -MP -MF .deps/puredb_read.Tpo -c -o puredb_read.o puredb_read.c
  13. mv -f .deps/puredb_read.Tpo .deps/puredb_read.Po
  14. rm -f libpuredb_read.a
  15. ar cru libpuredb_read.a puredb_read.o
  16. ranlib libpuredb_read.a
  17. gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var"  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT puredb_write.o -MD -MP -MF .deps/puredb_write.Tpo -c -o puredb_write.o puredb_write.c
  18. mv -f .deps/puredb_write.Tpo .deps/puredb_write.Po
  19. rm -f libpuredb_write.a
  20. ar cru libpuredb_write.a puredb_write.o
  21. ranlib libpuredb_write.a
  22. gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var"  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT example_read.o -MD -MP -MF .deps/example_read.Tpo -c -o example_read.o example_read.c
  23. mv -f .deps/example_read.Tpo .deps/example_read.Po
  24. gcc  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero  -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib -o example_read example_read.o libpuredb_read.a -liconv -liconv -lssl -lcrypto -lcrypt
  25. gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var"  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT example_write.o -MD -MP -MF .deps/example_write.Tpo -c -o example_write.o example_write.c
  26. mv -f .deps/example_write.Tpo .deps/example_write.Po
  27. gcc  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero  -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib -o example_write example_write.o libpuredb_write.a -liconv -liconv -lssl -lcrypto -lcrypt
  28. gcc -DHAVE_CONFIG_H -I. -I../..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var"  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT regression.o -MD -MP -MF .deps/regression.Tpo -c -o regression.o regression.c
  29. mv -f .deps/regression.Tpo .deps/regression.Po
  30. gcc  -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero  -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib -o regression regression.o libpuredb_read.a libpuredb_write.a -liconv -liconv -lssl -lcrypto -lcrypt
  31. make[3]: Leaving directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb/src'
  32. make[3]: Entering directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb'
  33. make[3]: Nothing to be done for `all-am'.
  34. make[3]: Leaving directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb'
  35. make[2]: Leaving directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/puredb'
  36. Making all in src
  37. make[2]: Entering directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/src'
  38. gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include -D_FORTIFY_SOURCE=2 -DCONFDIR="/usr/local/pureftpd/etc" -DSTATEDIR="/var" -DINCLUDE_IO_WRAPPERS=1 -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -MT libpureftpd_a-altlog.o -MD -MP -MF .deps/libpureftpd_a-altlog.Tpo -c -o libpureftpd_a-altlog.o `test -f 'altlog.c' || echo './'`altlog.c
  39. /bin/sh: /usr/bin/gcc: Permission denied
  40. make[2]: *** [libpureftpd_a-altlog.o] Error 126
  41. make[2]: Leaving directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42/src'
  42. make[1]: *** [all-recursive] Error 1
  43. make[1]: Leaving directory `/root/soft/lnmp1.3/src/pure-ftpd-1.0.42'
  44. make: *** [all] Error 2
  45. Copy configure files...
  46. cp: cannot create regular file `/usr/local/pureftpd/sbin/': No such file or directory
  47. chmod: cannot access `/usr/local/pureftpd/sbin/pure-config.pl': No such file or directory
  48. mkdir: cannot create directory `/usr/local/pureftpd/etc': No such file or directory
  49. cp: cannot create regular file `/usr/local/pureftpd/etc/pure-ftpd.conf': No such file or directory
  50. cp: writing `/etc/init.d/pureftpd': Permission denied
  51. touch: cannot touch `/usr/local/pureftpd/etc/pureftpd.passwd': No such file or directory
  52. touch: cannot touch `/usr/local/pureftpd/etc/pureftpd.pdb': No such file or directory
  53. Add pureftpd service at system startup...
  54. error reading information on service pureftpd: Invalid argument
  55. error reading information on service pureftpd: Invalid argument
  56. iptables: Index of insertion too big.
  57. iptables: Index of insertion too big.
  58. iptables: Index of insertion too big.
  59. iptables: Saving firewall rules to /etc/sysconfig/iptables:[  OK  ]
  60. Pureftpd install failed!
复制代码


本帖子中包含更多资源

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

x
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2017-9-5 09:18:37 | 显示全部楼层

回复 1# 的帖子



有可能是云锁等之类的安全软件造成的
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
发表于 2017-11-24 21:44:54 | 显示全部楼层

回复 2# 的帖子


军哥,有什么办法查出什么原因吗?或者说应该解决?
感谢~

我有两个gigsgigscloud.com的VPS,
一台:系统:CentOS 7.0 (64bit)
Linux  内核版本:3.10.0-123.4.2.el7.x86_64
PHP版本(php_version): 7.0.21
lnmp1.4版本 安装又正常。

另一台:系统:centos-5.0-x86  
Linux  内核版本:2.6.32-042stab117.14
PHP版本(php_version): 5.3.29
lnmp1.3版本 安装ftp出现安装失败。

[ 本帖最后由 ronald 于 2017-11-24 22:12 编辑 ]
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2017-11-24 22:11:48 | 显示全部楼层



我还是重新发个新贴吧。
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-4-29 12:35 , Processed in 0.027021 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表