Yeah, that is important we should highlight that in our ever growing HOWOT doc:
http://www.aikiframework.org/wiki/HOWTO_Develop_Aiki_Framework On Fri, Jun 10, 2011 at 4:02 PM, Steven Garcia <795...@bugs.launchpad.net> wrote: > Be aware that the Apache configuration directory varies greatly on > different machines. > > So at a minimum for Aiki to be functional, the Apache server must be > able to find the Apache supplemental configuration installed by Aiki. > > For example: > ./autogen.sh; HTTPD_CONF_DIR=/etc/httpd/conf.d ../configure; sudo make install > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/795111 > > Title: > build process requires setting flags or you get NONE in path > > To manage notifications about this bug go to: > https://bugs.launchpad.net/aikiframework/+bug/795111/+subscriptions > -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-9974 (beijing) -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/795111 Title: build process requires setting flags or you get NONE in path Status in Aiki Framework: Fix Released Bug description: You have to always give commandline flags: ../configure --prefix=/usr --sysconfdir=/etc However, most setups in Linux are similar. If you don't give flags you will get some paths with NONE in their path: make[3]: Entering directory `/home/rejon/Documents/aikiframework/aikiframework/build' update-desktop-database -q NONE/share/applications make[3]: *** [install-desktop] Error 1 make[3]: Leaving directory `/home/rejon/Documents/aikiframework/aikiframework/build' make[2]: *** [install-data-am] Error 2 make[2]: Leaving directory `/home/rejon/Documents/aikiframework/aikiframework/build' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/rejon/Documents/aikiframework/aikiframework/build' make: *** [install-recursive] Error 1 And, here are the last few variables from running: ./autogen.sh; cd build; ../configure ### configure: DOMAIN=localhost configure: HTTPD_CONF_DIR=NONE/etc/httpd/conf.d configure: HTTPD_USER=apache configure: AIKI_LOGIN_URL=http://localhost/aiki/login configure: AIKI_REWRITE_BASE=/aiki configure: AIKI_SITE_URL=http://localhost/aiki/ configure: AIKI_LOG_DIR=/var/log/aiki configure: AIKI_LOG_FILE=aiki.log configure: AIKI_LOG_PROFILE=profile.log configure: AIKI_LOG_LEVEL=ERROR configure: PKG_DATA_DIR=NONE/share/aiki configure: REVNFILE=../.bzr/branch/last-revision configure: REVISION=809 configure: prefix=NONE configure: docdir=/usr/local/share/doc/aiki configure: datadir=/usr/local/share configure: datarootdir=/usr/local/share configure: sysconfdir=/usr/local/etc ### My point is we should try to simplify and try to require less overhead where possible for devs and users. Also To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/795111/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp