There are several approaches. To avoid having to use this lib manually all the time you could just symlink/copy/move the vendor_perl dirs trees into the same place in site_perl tree which by default will be at /usr/local/lib/perl5/site_perl/5.x.x/. That is the quickest fix.
As you know you have the option to specify additional dirs to add to @INC during the configuration stage pre-compile. You could just run configure again and recompile, that is next quickest.
The slowest way is probably what you want. As you appear reluctant to just run the configure again and add the required dirs what you could do is rename config.sh and Policy.sh files with a .old extension. Then rerun the configure (you are not going to run make at this stage) but you may as well try to do a similar job to the first time. Finally do a diff between the new and old config.sh files. It should be obvious exactly what changes to make to your original config.sh. Once you have editited that to your satisfaction rename it to config.sh, make && make test && make install.
cheers
tachyon
In reply to Re: Changing Perl installation to include vendor_perl path
by tachyon
in thread
Changing Perl installation to include vendor_perl path
by RonatArtifact
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |