Installation

Solaris installation

Re: Solaris installation

by Xiong Chiamiov -
Number of replies: 0
AFAIK, Perl uses the standard PATH environment variable, which may not be what you expect it to be if you're running the webserver under its own user account.

As far as finding the file, your package manager may list it (if you installed it through there, rather than CPAN), or you can use find. I don't generally use find (I'm lazy and use locate, which isn't available on Solaris iirc), but this should work:
find / -name any-perl.pm