Page 1 of 1

OAGtclsh Issue with SmoothDist6s

Posted: 08 Dec 2020, 14:54
by Billy_Kyle
Hi there,

I recently upgraded to Ubuntu 20.04 from a clean install, and have up to now had no issue with my reinstall of elegant as far as running simulations is concerned. However upon attempting to use the companion script smoothDist6s, I am receiving the following error:

/usr/bin/smoothDist6s: 3: exec: oagtclsh: not found

I attempted to build oagtclsh with the "... build the OAG Tcl/Tk programs and creat. an rpm?" option in the Build-AOP-RPMs.sh found on the APS installation page, but this doesn't seem to have alleviated the issue encountered by smoothDist6s.

Re: OAGtclsh Issue with SmoothDist6s

Posted: 08 Dec 2020, 15:38
by soliday
On Ubuntu 20.04, when I run "sudo alien -i OAGTclTk-1.26-1.ubuntu.20.04.x86_64.rpm"
it creates a simlink from /usr/bin/oagtclsh that points to /usr/bin/tclsh

Re: OAGtclsh Issue with SmoothDist6s

Posted: 10 Dec 2020, 06:59
by Billy_Kyle
This solved my issue, thank you so much!