Hi, php5 (5.5.5) checks bison versions up to 2.7 but LFS installs version 3.0. This causes a failure in configure. It could be solved by a sed like this
sed -i -e "s/2\.6\.5 2\.7\"/2.6.5 2.7 3.0\"/" configure -- Thomas -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
