Apache/cgi question



Would anyone happen to know where I have to specify libraries necessary
to execute a small test script wittern in a language other than perl?
We have the Quovadx Cloverleaf product on our AIX (5.2) Interface
Server. It uses TCL for its scripting language of choice. I would like
to do access certain Interface information via Internet Explorer. As a
start I wrote a short cgi script -

#! /qvdx/qdx5.3/integrator/bin/tcl
proc generate_page {} {
puts stdout "Content-type: text/html\n"
puts stdout "<HTML>"
puts stdout "<HEAD>"
puts stdout "<TITLE>Wave to the world!</TITLE>"
puts stdout "</HEAD>"
puts stdout "<BODY>"
puts stdout "Hello, world!"
puts stdout "</BODY></HTML>"
}

Whenever I execute it in IE, it fails and this error is in the Apache
error_log:

Could not load program /qvdx/qdx5.3/integrator/bin/tcl:
Dependent module libtcl8.3.so could not be loaded.
Could not load module libtcl8.3.so.
Error was: No such file or directory

These files and directories DO exist but I do not know how to tell
Apache where they are. Anyone have any ideas?

Apache version 2.0 downloaded from IBM's web site.

Rich Durkee

.



Relevant Pages

  • Re: IP addresses and JS.
    ... >>A computer language is just that, ... Javascript is just a programming language, and may be used to script all ... The interaction between a web browser and a server is through HTTP. ... execute scripts and/or programs, ...
    (comp.lang.javascript)
  • Re: How to turn off taint checking in cgi
    ... By removing the -T option from the shebang in the script and/or the ... apparently it is an apache problem -- or at least I have an ... It's called Rock v. 1.0. ... execute malicious code, because it won't execute any code at all. ...
    (comp.lang.perl.misc)
  • Re: Perl errors
    ... >> Apache won't touch it other than displaying the target script instead of ... > what specific Apache configuration do you use? ... do a symbolic link Apache will definitely execute the script and it works. ... Even doing a container for the directory I want to execute perl ...
    (Fedora)
  • Re: cgi
    ... Apache does NOT execute based on file extension type - it ... If you are trying to execute a script OUTSIDE of the cgi-bin directory, ...
    (comp.lang.tcl)
  • Re: External program from Lisp CGI
    ... I'm working on Lisp CGI based mostly on Maxima functions. ... I use Apache with mod_cgi on Debian. ... What happens if you attempt to execute the cgi script as the same user the ...
    (comp.lang.lisp)