Found some other files that were missing

webquarry

Verified User
Joined
Mar 19, 2004
Messages
182
Was trying the custombuild system with php5 and apache1.3 (with frontpage).

Found that doing the:

./build update_data fails to get fp50.linux.tar.gz

I copied it from the customapache dir to get past this one.




Next, it failed to create the empty srm.conf and access.conf files that frontpage needs in order to run.

Code:
touch /etc/httpd/conf/srm.conf
touch /etc/httpd/conf/access.conf

fixed that.
 
Back
Top