small details in the configure script : --with-mysql listed

Forum for questions and support relating to the 1.24.x releases only.
Locked
jbeazell
Posts: 5
Joined: Thu Jun 21, 2007 6:33 am

small details in the configure script : --with-mysql listed

Post by jbeazell »

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.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks. That has probably been there for years and no-one has ever noticed before :lol:
Phil
Locked