Hello all,
I have just been informed that at this site I cannot install any libraries or modules n production systems under the /usr directory. I have been told that folks before have modified the Makefile.PL for the modules to specify a different directory such as one created under /opt/app.
My question is are there any "gotchas" with this? Do I need to make extensive use of the:
to facilitate this?
Any help is appriciated.
Nick
If at first you don't succeed, don't try skydiving.
I have just been informed that at this site I cannot install any libraries or modules n production systems under the /usr directory. I have been told that folks before have modified the Makefile.PL for the modules to specify a different directory such as one created under /opt/app.
My question is are there any "gotchas" with this? Do I need to make extensive use of the:
Code:
use lib
to facilitate this?
Any help is appriciated.
Nick
If at first you don't succeed, don't try skydiving.