On 2/1/06, Luca Dionisi <[EMAIL PROTECTED]> wrote: > On 2/1/06, Tushar Teredesai <[EMAIL PROTECTED]> wrote: > > During installation of perl, I add the option > > -Dotherlibdirs=/usr/lib/perl-addons to Configure. This allows me to > > keep the perl package and perl modules separate. > > Isn't it the meaning of site_perl ?
site_perl is under the control of perl. I create a separate directory so that it is easier for the build scripts since they always know where the files are going to be installed (with site_perl I would need to put in logic to add perl's version number to find the directory where the module will be installed). It also avoids having to mess with the perllocal.pod created by perl. -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
