make install
. Most other approaches are doomed to failure.
One simple way to check that things are in the right place is to print out
the hard-coded @INC
which perl is looking for.
perl -e 'print join("\n",@INC)'
If this command lists any paths which don't exist on your system, then you may need to move the appropriate libraries to these locations, or create symlinks, aliases, or shortcuts appropriately.