From: Eric Hodel Date: 2008-03-22T08:23:40+09:00 Subject: Re: Changing the installation prefix to the lib after configure/make/make install On Mar 21, 2008, at 15:25 PM, llothar wrote: > Lets say i compile ruby on Unix with > > ./configure --prefix=$HOME/my_ruby; make; make install > > And later i want to move it to $HOME/your_ruby > What can i do to get the inital paths for the standart library to also > refer to the new location. ./configure --prefix=$HOME/your_ruby; make; make install Otherwise, anything depending upon Config::CONFIG will break.