Support Forum

Ubuntu 20.04 fresh install errors

Bo

Tuesday 10th November 2020
When running a fresh install (version 20200801) I got various missing package errors which I resolved via [this](https://cloud.layouteditor.com/?supportThread=20190714-c11f&title=Installation_problem_with_QT_on_Ubuntu_18.04) but now I get a GUI but with an error in the terminal: ``` > LayoutEditor installed at /opt/layout >using openAccess library /opt/layout/oa >OpenAccess libraries found at /opt/layout/oa >/opt/layout/oa/bin/sysname: 201: gcc: not found >expr: syntax error: missing argument after ‘2’ >use OpenAccess version >/opt/layout/oa/bin/sysname: 201: gcc: not found >expr: syntax error: missing argument after ‘2’ >/opt/layout/oa/bin/sysname: 201: gcc: not found >expr: syntax error: missing argument after ‘2’ ``` Not sure if this affects anything or not, but thought I should report it regardless. Do you have a git repo somewhere I should open an issue? Also not sure how to format the quote to make it have the proper line breaks as this doesn't appear to be markdown. Happy to edit if instructed how.
Jürgen
LayoutEditorFull
Tuesday 10th November 2020
Thanks for reporting that issue. It is related to OpenAccess. You can fix it by installing *gcc*: `apt-get install gcc` I will add that dependence into the package to avoid this error message in the future. You can insert code formated text here by using a triple \` : \`\`\` ``` log text or code with exact new line ``` \`\`\` or \`\`\` cpp ```cpp // highlighed text // in C++ stype int i=4; int k=i+5; if ((i=k) return 0; ``` \`\`\` I have edited your post accordingly.