small details in the configure script : --with-mysql listed
Posted: Fri Apr 03, 2009 4:58 pm
When configuring 1.24.1, the following is displayed if you do not include the --with-webdir or --with-cgidir:
configure: error: You must call configure with the --with-webdir option.
This tells configure where to install PHP and web files and scripts.
e.g. --with-webdir=/var/www/html or --with-mysql=/www/vhtdocs/<site>
configure: error: You must call configure with the --with-cgidir option.
This tells configure where to install cgi files and scripts.
e.g. --with-cgidir=/var/www/cgi-bin or --with-mysql=/www/vhtdocs/<site>/cgi-bin
NOTE that it has '--with-mysql' for the examples.
Not a big deal, but I'm sure it'll throw somebody for a loop if they copy/paste.
configure: error: You must call configure with the --with-webdir option.
This tells configure where to install PHP and web files and scripts.
e.g. --with-webdir=/var/www/html or --with-mysql=/www/vhtdocs/<site>
configure: error: You must call configure with the --with-cgidir option.
This tells configure where to install cgi files and scripts.
e.g. --with-cgidir=/var/www/cgi-bin or --with-mysql=/www/vhtdocs/<site>/cgi-bin
NOTE that it has '--with-mysql' for the examples.
Not a big deal, but I'm sure it'll throw somebody for a loop if they copy/paste.