Re: Sendmail command in cron script in SPLat The problem is resolved, though I may have resolved it the wrong way (?) When I was logged into the SPLat box as admin, I did: echo $LD_LIBRARY_PATH I took that info and used the export command in the script to set the same variable: export LD_LIBRARY_PATH='/opt/spwm/lib:/opt/CPshrd-R60/lib:/opt/CPsuite-R60/fw1/lib:/opt/CPsuite-R60/fg1/lib:/opt/CPportal-R60/webis/lib:/opt/CPportal-R60/portal/lib':$LD_LIBRARY_PATH It works like a charm. Does anyone see a problem with doing this? |