From: Roger F. <fe...@bi...> - 2003-05-19 10:23:16
|
On Sun, 18 May 2003, Jeff Kowalczyk wrote: > I've grepped every string I can think of, but I can't find a source line that > would let me change the location mistake that .configure is making for me on > Redhat 9. Its Python is in /usr/lib/, not /usr/local/lib. > > Any ideas? Thanks. Try ./configure --prefix=/usr configure defaults to /usr/local, while Redhat uses /usr. This ``problem'' arises when compiling most things on Redhat. Roger. -- Roger Fearick Dept. of Physics University of Cape Town |