Pillhead
11-10-2001, 09:51 AM
Anyone know why symlinking /usr/lib to another directory will make perl unable to find files ?
I did the symlink all correct, but it says it cannot find the files needed.
For example "Can't locate strict.pm", now the include directory includes this /usr/lib/perl5/5.6.1
So I do 'cd /usr/lib/perl5/5.6.1', then do 'ls' and it clearly shows the 'strict.pm' file there, so the symlink is all working, fine.
To fix it I had to recopy the lib folder back to /usr/lib, why wont the symlink work ?
I did the symlink all correct, but it says it cannot find the files needed.
For example "Can't locate strict.pm", now the include directory includes this /usr/lib/perl5/5.6.1
So I do 'cd /usr/lib/perl5/5.6.1', then do 'ls' and it clearly shows the 'strict.pm' file there, so the symlink is all working, fine.
To fix it I had to recopy the lib folder back to /usr/lib, why wont the symlink work ?
