Hi, I am experiencing a problem, which (I think) has to do something with user rights. Let me describe briefly the steps I took:
- execute perl Makefile.pl - make - make test - make install The last one (make install) returned: Installing /InterShop4/lib/site_perl/linux/auto/Crypt/SSLeay/SSLeay.so Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Writing /InterShop4/lib/site_perl/linux/auto/Crypt/SSLeay/.packlist Appending installation info to /InterShop4/lib/linux/perllocal.pod All was done as 'root' user.. Now, my test Perl script, which makes an https-connection to a site, run's perfectly when I'm logged in as 'root'. However, logged in as any other user on the system, results in the error '501 Protocol scheme 'https' is not supported which looks like the module is not installed at all. I checked the directory in which the module was installed for read-rights, and even set Read rights for all files withing that directory (site_perl/linux). I don't have any clue any more of what could be wrong. Any help would be appreciated very much! Kind regards, Paul Heijmann
