On Mon, Jan 23, 2012 at 5:51 PM, pub crawler <[email protected]>wrote:
> Started the default compile instructions: > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > > That returns: > ./configure: No such file or directory > > So, how do I fix this up so we can compile? > The bare repository doesn't contain the auto-generated configure script, only the configuration files that are used to generate the configure script. To fix this run autogen.sh with the same parameters which will auto-generate the configure script and then run the configure script with the specified variables. e.g. ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var -- /M:D M. David Peterson Co-Founder & Chief Architect, 3rd&Urban, LLC Email: [email protected] Voice: (801) 742-1064 http://amp.fm | http://mdavidpeterson.com
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
