Do I have to be root and/or install into /usr?
No. You can install to and run orca from nearly anywhere you want, including directories owned by you. When you run ./configure, you can pass it a prefix that points to some other location (e.g., –prefix=$HOME/orca). If you do this, you need to define PYTHONPATH to point to the new lib/python2.4/site-packages directory (e.g., PYTHONPATH=$HOME/orca/lib/python2.4/site-packages). You can then run orca from this new location (e.g., $HOME/orca/bin/orca). NOTE: if you are using Python 2.5, you may need to adjust the PYTHONPATH accordingly.
Related Questions
- I need to configure FreeBSD kernel but not able to find out source code in /usr/src/sys directory. How do I install FreeBSD source code?
- Why does make install exit with the error Unable to set bricolage.conf variable APACHE_BIN to ``/usr/local/apache/bin/httpd\?
- Why doesn Fink install into /usr/local?