Date: Mon, 4 Apr 2022 07:28:48 +0100 From: Steve O'Hara-Smith <steve@sohara.org> To: freebsd@dreamchaser.org Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: linux compat startup permission issue Message-ID: <20220404072848.c80239dc7ca9862eb20e8909@sohara.org> In-Reply-To: <1d9eeb91-1a87-e839-be3d-640ef1f98e67@dreamchaser.org> References: <1d9eeb91-1a87-e839-be3d-640ef1f98e67@dreamchaser.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 3 Apr 2022 20:15:43 -0600 Gary Aitken <freebsd@dreamchaser.org> wrote: > Trying to run OpenTaxSolver for the first time... > > $ ./Run_taxsolve_GUI > Issuing: '"./bin/ots_gui2" &' > sh: cannot redirect standard input from /dev/null: Permission denied Seems that was non-fatal. > ./bin/ots_gui2: error while loading shared libraries: libgtk-x11-2.0.so. > 0: cannot open shared object file: No such file or directory That OTOH is the real problem to solve - worst case inspect the Run_taxsolve_GUI script and run ots_gui2 by hand. But first provide that shared library in linux-compat. -- Steve O'Hara-Smith <steve@sohara.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220404072848.c80239dc7ca9862eb20e8909>