in reply to Re^3: GD:image resolution issue
in thread GD:image resolution issue

bu= business unit.

The way it is set up is I only have access to the unix servers via my windows xp laptop, and the permissions given to me by the sysadmins.

I am able to map to the directories I have permission via windows explorer.

Given this, is there a way to check what version of GD we are using?

Replies are listed 'Best First'.
Re^5: GD:image resolution issue
by BrowserUk (Patriarch) on Aug 11, 2010 at 01:15 UTC

    I see from code you've posted in another node that your operating in a cgi environment. So the simplest way would be to display the version number in the browser.

    You should also display the perl version number $], and the contents of both @INC and %INC.

      The server will not let me get the variables:

      #!/usr/local/bin/perl print "Content-type: text/html\n\n"; print "<code>\n"; foreach $key (sort keys(%ENV)) { print "$key = $ENV{$key}<p>"; }

      I get an internal server error message

        I know nothing about cgi servers. but it seems very clear to me that your setup is completely broken. If you do not have direct access to it, then you will have to contact the appropriate support people to fix it.


        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.