Thanks, Jim!

Below I include my corrected m2web.cgi
for further suggestions and/or others' enlightement.

Jim Self wrote:

This error indicates that the configuration of environment variable gtmroutines is not quite right for linking in the VistA routines. The fix is probably a small edit to your m2web.cgi file. You are very close since you have apparently connected to the VistA globals.

[jlz] exactly

Joseph wrote:

....could you please give us a very brief description of the objective
you are trying to achieve

[jlz] Joseph, I'm getting ready for the tea party. I expect to be able to show openVista on GT.M running on coLinux running on WindowsXP using CPRS (on the XP and across the network) Putty m2web

I have a lot of packaging to do before Boston,
but all the pieces are in hand as of this evening,
I've finished the Easter egg hunt phase of the project. :-)  :-)

regards,
grandpaZ ...still some life in this old coot!

m2web.cgi
_____________________

#!/bin/bash
#invoke GT.M for M2Web CGI
export m2web="/usr/local/m2web"
export vista_home="/home/johnleo/vista"
### my installation

export vista_source="/usr/local/OpenVistA"
export gtm_sysid="vista"
export gtm_dist="/usr/local/gtm"
export gtm_source="/usr/local/gtm"
export gtm_log="$gtm_dist/log"
export gtmgbldir="$vista_source/g/mumps.gld"

export gtmroutines="$vista_home/o($vista_home/r) $vista_source/o($vista_source/r $m2web/w) $gtm_dist"


# MD5 Library external-call table export GTMXC_md5="$m2web/w/xc/gtm_md5.xc"

cd $m2web/w

#-- uncomment line below and copy to /var/www/vista/m2web.cgi
$gtm_dist/mumps -r htCGI

___________________


healthcare, a human right. knowing the hardhats, a privilege


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list Hardhats-members@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to