in reply to Adding Modules to Non-Standard Locations in Solaris 8

I see you are setting PREFIX but you're not setting LIB:
perl Makefile.PL PREFIX=/notusrperl5/lib LIB=/notusrperl5/lib
If memory serves, LIB is where the module files will go and PREFIX is the stub directory for everything else.

-- vek --

Replies are listed 'Best First'.
Re: Re: Adding Modules to Non-Standard Locations in Solaris 8
by beernuts (Pilgrim) on Apr 23, 2002 at 21:31 UTC
    vek,

    ++! It's installing, albeit strangely. It's putting everything where I want, it's just adding a few extra directories:
    /notusrperl5/lib/lib/lib/Module/. Minor problem, given the end result. Again, ++!

    --beernuts