in reply to Oracle 10g client not working with Perl 5.5

Hi All,

Thanks for your responses so far.

Server OS is Solaris 5.8.

I have downloaded Perl 5.22 from ActivePerl site and have updated my Perl code(Shebang line) to point to it. However, I am getting below error while hitting the URL which calls a CGI file:

HTTP4068: cannot execute CGI script indexaf.cgi (exec() failure Invalid argument)

Can anyone please help on this.

  • Comment on Re: Oracle 10g client not working with Perl 5.5

Replies are listed 'Best First'.
Re^2: Oracle 10g client not working with Perl 5.5
by marto (Cardinal) on May 16, 2018 at 12:14 UTC

    You should probably start a new thread if the Oracle issue is resolved. You should show the code for a basic CGI page which reproduces the error, as well as the surrounding configuration. How do I post a question effectively?

      Oracle client issue is due to Perl 5.5 not compatible with Oracle 10g client. Will start a new thread for errors I am getting while upgrading Perl.