Linux/Unix编译安装软件时那些头痛的报错
1、 在用"Python setup.py"命令安装PostgreSQL的Python驱动时:
running build_ext error: No such file or directory 解决办法:在文件"setup.cfg"设置"pg_config"未正确的完整路径,如"pg_config=/usr/bin/pg_config"。如果当前系统中不存在"pg_config",请先安装"postgresql-devel-*.*.rpm"包。
2、连接PostgreSQL数据库时报如下错误:
psql: 致命错误: 用户 "***" Ident 认证失败 或
psql: FATAL: Ident authentication failed for user “username”, mais pourquoi donc ? 解决办法:修改"pg_hba.conf"文件中认证方式"METHOD"为"md5"或"trust",具体参考文件中的说明。
3、在用"make"编译软件时提示:
"Makefile", line 88: Missing dependency operator "Makefile", line 89: Missing dependency operator "Makefile", line 91: Need an operator "Makefile", line 92: Need an operator "Makefile", line 93: Missing dependency operator "Makefile", line 94: Missing dependency operator Error expanding embedded variable. 解决办法:用"gmake"编译就OK了。
关健词:Linux/Unix
新文章:
- CentOS7下图形配置网络的方法
- CentOS 7如何添加删除用户
- 如何解决centos7双系统后丢失windows启动项
- CentOS单网卡如何批量添加不同IP段
- CentOS下iconv命令的介绍
- Centos7 SSH密钥登陆及密码密钥双重验证详解
- CentOS 7.1添加删除用户的方法
- CentOS查找/扫描局域网打印机IP讲解
- CentOS7使用hostapd实现无AP模式的详解
- su命令不能切换root的解决方法
- 解决VMware下CentOS7网络重启出错
- 解决Centos7双系统后丢失windows启动项
- CentOS下如何避免文件覆盖
- CentOS7和CentOS6系统有什么不同呢
- Centos 6.6默认iptable规则详解