> So I had some luck using gmake install on OpenSolaris however I am > having problems now with it trying to install python2.4 which already > exists: > > creating /usr/lib/python2.4 > error: could not create '/usr/lib/python2.4': Read-only file system > > I tried editing the Makefile and changing the prefix to /opt/local > however it still tries to create /usr/lib/python2.4
Doing a: $ env PY_PREFIX=/wherever/you/want ./configure [your configure args] should work (it did work for me on Linux) Cheers, C
