编译php报错:
checking lex output file root… ./configure: line 2540: lex: command not found
原因是缺少flex包。
[root@rhel php-5.1.6]# rpm -ihv /mnt/cdrom/Server/flex-2.5.4a-41.fc6.x86_64.rpm
解决!
编译php报错:
checking lex output file root… ./configure: line 2540: lex: command not found
原因是缺少flex包。
[root@rhel php-5.1.6]# rpm -ihv /mnt/cdrom/Server/flex-2.5.4a-41.fc6.x86_64.rpm
解决!
编译php时出现的问题,解决:
[root@rhel php-5.1.6]# yum install -y openldap openldap-devel
然后重新编译!