• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

basic Perl help please ?

rh71

No Lifer
Error

I'm trying to setup the perl-based IDS which is similar to the PHP-based GALLERY for photo-viewing. My question is... is this error because of a setup problem on my webhost's server? Do I have to place the IDS files within CGI-BIN directory for PERL to run properly ? Or will it know how to interpret index.cgi no matter where in I place the files in my user directory ?
 
I'm wondering if that's because I didn't place these files sub to the cgi-bin directory (I deleted that dir a while ago)... would that be the case ?

My host indicates:
CGI/Perl

We support Perl 5.0 by Activestate. Make sure your scripts are compatible with Windows NT versions of Perl. Each account comes with it's own pre-configured /cgi-bin directory.
 
Originally posted by: rh71
I'm wondering if that's because I didn't place these files sub to the cgi-bin directory (I deleted that dir a while ago)... would that be the case ?

My host indicates:
CGI/Perl

We support Perl 5.0 by Activestate. Make sure your scripts are compatible with Windows NT versions of Perl. Each account comes with it's own pre-configured /cgi-bin directory.

no, it means that Image::Magick is not installed.

Analogy: You install CrazyBrowser without having Internet Explorer, you run crazy browser, it complains "Can't locate internet explorer" and fails to run. It's not because you installed it in the wrong directory, it's because you installed it on a machine without IE.

Install Image::Magick on the server and it will stop giving you that error. YOu will probably have to ask your webmaster to do this for you.
 
Thx for the responses. I was afraid of that because apparently Readyhosting won't install anything like that just to satisfy a user. This begs the question... how do so many people run Gallery or IDS on their websites? They can't possibly all have their own servers running them... can they ?
 
Back
Top