- Joined
- Feb 27, 2003
- Messages
- 8,500
Some people don't have openssl-devel installed which will prevent the customapache script from compiling. To check if you have it, run:
rpm -q openssl-devel
to install it, run:
up2date -u openssl-devel
then run the ./build all program again.
Also, if you have an older version of customapache, you may have outdated versions of the configure.* files (unless you've customized them). It's recommended that you delete both configure.* files then run ./build update before building again.
John
rpm -q openssl-devel
to install it, run:
up2date -u openssl-devel
then run the ./build all program again.
Also, if you have an older version of customapache, you may have outdated versions of the configure.* files (unless you've customized them). It's recommended that you delete both configure.* files then run ./build update before building again.
John