Vielleicht um die Anfrage zu päzisieren: Installation der Module in meinem eigenen Homeverzeichnis...vielleicht ist das besser oder verständlicher, denn mein Admin streikt...na ja, nicht ganz, er weigert sich einfach neue Module zu installieren.
Ich habe da auch schon was gefunden, leider klappt das nicht bzw. erzeugt ein Link- Error.
INSTALLING GD IN YOUR HOME DIRECTORY
IF YOU DON'T HAVE PRIVILEGES TO INSTALL GD.pm in your system's main
Perl library directory, don't despair. You can install it into your
home directory using the following feature of Makefile.PL:
a. cd GD-1.18
b. perl Makefile.PL INSTALLDIRS=site \
INSTALLSITELIB=/home/fred/lib \
INSTALLSITEARCH=/home/fred/lib/arch
c. make
d. make install
p
You'll now need to modify your GD-using scripts to tell Perl where to
find GD. This example assumes that your home directory is at path
"/home/fred"; change it as appropriate.
#!/usr/local/bin/perl
use lib '/home/fred/lib/perl/lib',
'/home/fred/lib/perl/arch';
use GD;
... etc ...
vielleicht weiß jemand den finalen Trick.
Beste Grüße
Peter