Apache/cgi question
- From: "RJDurkee" <RJDurkee@xxxxxxxxx>
- Date: 27 Apr 2006 12:57:28 -0700
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
.
- Follow-Ups:
- Re: Apache/cgi question
- From: Frank Fegert
- Re: Apache/cgi question
- Prev by Date: Re: rsh from Windows to AIX quit working
- Next by Date: migrate Oracle Proc and C programs from 4.3.3 to 5.2.0
- Previous by thread: Origin of "varyon"
- Next by thread: Re: Apache/cgi question
- Index(es):
Relevant Pages
|
|