Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created February 26, 2010 22:05
Show Gist options
  • Select an option

  • Save btbytes/316223 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/316223 to your computer and use it in GitHub Desktop.
./configure --prefix=$HOME/webapps/enerview --with-apr=$HOME/webapps/enerview/bin/apr-1-config \
--with-apr-util=$HOME/webapps/enerview/bin/apu-1-config --enable-mods-shared=all
./configure --prefix=$HOME/webapps/enerview --with-apxs=$HOME/webapps/enerview/bin/apxs --with-python=/usr/local/bin/python2.6
env CFLAGS=-I/usr/local/pgsql/include LDFLAGS=-L/usr/local/pgsql/lib python2.6 setup.py install --install-lib=$HOME/webapps/enerview/lib/python2.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment