Can someone offer any advice...
I have succesfully installed mysql 3.23.38 and apache 1.3.20 on suse linux 7.1 but when it comes to php 4.0.5 i reach a problem.
Decompressing the tar.gz file and cd into the php directory go as planned, then i try to configure php with apache and mysql with following command..
./configure --with-mysql=/usr/local/mysql/ \
--with-apache=../apache \
but errors begin to pour out..
checking for working aclocal .. missing
autolocal .. missing
auto make ..
with finally
configure : error : cannot find output from lex ; giving up
any insights from the group would be kindly appreciated
paul