<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.s in EAGLE Forum (Read-Only)</title>
    <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320764#M10524</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Two workarounds do work for me to allow the program to be run and opened manually, but they are not perfect solutions, because i can't figure out how to get the code to run in a .desktop launcher. Perhaps there is a more elegant one line bash script that will do the trick, but i don't know enough to figure that out. I'm a moderate linux user, not a noob, but not a wizard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle&lt;/PRE&gt;
&lt;P&gt;this code does work, but gives this error in the terminal, which does not seem critical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Sandboxing disabled by user.
inotify_add_watch("/home/andrew/.local/share/Eagle/cloud-processing/3d-models-jobs-200809200372004.json") failed: "No such file or directory"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;OK, if that works and the inotify warning doesn't matter (which I don't think it does) then that's the command you want to run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Here is the code for my desktop launcher that i can't figure out how to get working with either of these workarounds:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/usr/share/applications/eagle.desktop&lt;/PRE&gt;
&lt;PRE&gt;[Desktop Entry]
Version=9.5.2
Type=Application
Name=Eagle
GenericName=EagleCAD
Comment=EagleCAD
Exec=/home/andrew/eagle-9.5.2/eagle
Icon=/home/andrew/eagle-9.5.2/bin/eagle-logo.png
Terminal=false
Categories=Development;IDE;Electronics;
Keywords=embedded electronics;electronics;avr;microcontroller;eagle;eaglecad;cad;&lt;/PRE&gt;
&lt;P&gt;The Exec line is the one I'm having issues with running the workaround code with.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, that's the line to change and it should be fairly simple. I haven't tried this specific invocation (I don't have the library problem on Gentoo) but it should be:&lt;/P&gt;
&lt;PRE&gt;Exec=sh -c "LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 /home/andrew/eagle-9.5.2/eagle"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The trick is to use "sh -c" to invoke a shell, then the full environment variable syntax becomes available to you.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2020 21:56:18 GMT</pubDate>
    <dc:creator>one-of-the-robs</dc:creator>
    <dc:date>2020-02-15T21:56:18Z</dc:date>
    <item>
      <title>Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.so.0</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320489#M10523</link>
      <description>&lt;P&gt;I'm having the same issue on Pop!_OS 19.10 / Ubuntu Linux 19.10 on a System76 Darter Pro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;andrew@pop-os:~/eagle-9.5.2$ ./eagle
./eagle: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two workarounds do work for me to allow the program to be run and opened manually, but they are not perfect solutions, because i can't figure out how to get the code to run in a .desktop launcher. Perhaps there is a more elegant one line bash script that will do the trick, but i don't know enough to figure that out. I'm a moderate linux user, not a noob, but not a wizard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle&lt;/PRE&gt;&lt;P&gt;this code does work, but gives this error in the terminal, which does not seem critical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sandboxing disabled by user.
inotify_add_watch("/home/andrew/.local/share/Eagle/cloud-processing/3d-models-jobs-200809200372004.json") failed: "No such file or directory"&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Also using the readme file with this code seems to work for a while, but not everytime, and not when i try to create my launcher for Ubuntu / PopOS / Debian. The code was suggested for nvidia graphics, but i'm actually using Intel® UHD Graphics, so i'm not exactly sure why it works or what it is doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;export LIBGL_ALWAYS_SOFTWARE=1
./eagle&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code for my desktop launcher that i can't figure out how to get working with either of these workarounds:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/usr/share/applications/eagle.desktop&lt;/PRE&gt;&lt;PRE&gt;[Desktop Entry]
Version=9.5.2
Type=Application
Name=Eagle
GenericName=EagleCAD
Comment=EagleCAD
Exec=/home/andrew/eagle-9.5.2/eagle
Icon=/home/andrew/eagle-9.5.2/bin/eagle-logo.png
Terminal=false
Categories=Development;IDE;Electronics;
Keywords=embedded electronics;electronics;avr;microcontroller;eagle;eaglecad;cad;&lt;/PRE&gt;&lt;P&gt;The Exec line is the one I'm having issues with running the workaround code with. Perhaps someone more experienced with Linux bash commands can help me with an elegant one-line solution that will work in place of what is currently there or a better fix with the broken libraries? I'm surprised the developers upstream have not fixed this by default yet considering how popular Ubuntu Linux is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can currently run EagleCAD from the terminal with the workarounds, but i just want it to run with a standard launcher and icon logo.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 16:19:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320489#M10523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-15T16:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.s</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320764#M10524</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Two workarounds do work for me to allow the program to be run and opened manually, but they are not perfect solutions, because i can't figure out how to get the code to run in a .desktop launcher. Perhaps there is a more elegant one line bash script that will do the trick, but i don't know enough to figure that out. I'm a moderate linux user, not a noob, but not a wizard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle&lt;/PRE&gt;
&lt;P&gt;this code does work, but gives this error in the terminal, which does not seem critical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Sandboxing disabled by user.
inotify_add_watch("/home/andrew/.local/share/Eagle/cloud-processing/3d-models-jobs-200809200372004.json") failed: "No such file or directory"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;OK, if that works and the inotify warning doesn't matter (which I don't think it does) then that's the command you want to run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Here is the code for my desktop launcher that i can't figure out how to get working with either of these workarounds:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/usr/share/applications/eagle.desktop&lt;/PRE&gt;
&lt;PRE&gt;[Desktop Entry]
Version=9.5.2
Type=Application
Name=Eagle
GenericName=EagleCAD
Comment=EagleCAD
Exec=/home/andrew/eagle-9.5.2/eagle
Icon=/home/andrew/eagle-9.5.2/bin/eagle-logo.png
Terminal=false
Categories=Development;IDE;Electronics;
Keywords=embedded electronics;electronics;avr;microcontroller;eagle;eaglecad;cad;&lt;/PRE&gt;
&lt;P&gt;The Exec line is the one I'm having issues with running the workaround code with.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, that's the line to change and it should be fairly simple. I haven't tried this specific invocation (I don't have the library problem on Gentoo) but it should be:&lt;/P&gt;
&lt;PRE&gt;Exec=sh -c "LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 /home/andrew/eagle-9.5.2/eagle"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The trick is to use "sh -c" to invoke a shell, then the full environment variable syntax becomes available to you.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 21:56:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320764#M10524</guid>
      <dc:creator>one-of-the-robs</dc:creator>
      <dc:date>2020-02-15T21:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.s</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320913#M10525</link>
      <description>&lt;P&gt;Thank you so much! That seems to have done the trick! I knew there was probably an easy way to write for a bash or shell, but i wasn't sure quite how to do it, so thanks! Worked like a charm and now i have a proper icon shortcut launcher that i can pull up in the search bar and run instead of opening up a terminal window each time!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 04:06:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9320913#M10525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-16T04:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.s</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9385852#M10526</link>
      <description>&lt;P&gt;I just wanted to update this as i encountered a new problem with my launcher code. Today when trying to run Eagle it no longer works as i get a black screen when the program launches. It seems to be the exact same issue as this recent report: &lt;A href="https://forums.autodesk.com/t5/eagle-forum/black-screen-on-startup/td-p/8619674" target="_blank"&gt;https://forums.autodesk.com/t5/eagle-forum/black-screen-on-startup/td-p/8619674&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the errors i get in the terminal:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;andrew@pop-os:~/eagle-9.5.2$ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle
Sandboxing disabled by user.
inotify_add_watch("/home/andrew/.local/share/Eagle/cloud-processing/3d-models-jobs-200809200372004.json") failed: "No such file or directory"
[14031:14040:0318/152853.792820:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152853.792840:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152853.792850:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152853.793290:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152853.793298:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152853.793306:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152854.150264:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.150308:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.150344:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152854.152139:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.152172:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.152230:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152854.296772:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.296812:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.296850:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152854.298777:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.298809:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.298843:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
js: Failed to set referrer policy: The value 'same-origin' is not one of 'always', 'default', 'never', 'origin-when-crossorigin', 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-cross-origin', or 'unsafe-url'. The referrer policy has been left unchanged.
[14031:14040:0318/152854.581218:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.581265:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.581323:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14040:0318/152854.583253:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.583290:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14040:0318/152854.583343:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
js: Uncaught SyntaxError: Unexpected token {
js: Uncaught TypeError: window._gdprFooterBuild is not a function
[14031:14041:0318/152855.513359:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14041:0318/152855.513409:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14041:0318/152855.513462:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com
[14031:14041:0318/152855.515362:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14041:0318/152855.515401:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
[14031:14041:0318/152855.515451:ERROR:nss_ocsp.cc(591)] No URLRequestContext for NSS HTTP handler. host: crl4.digicert.com&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after viewing the other report again (&lt;A href="https://forums.autodesk.com/t5/eagle-forum/black-screen-on-startup/td-p/8619674" target="_blank"&gt;https://forums.autodesk.com/t5/eagle-forum/black-screen-on-startup/td-p/8619674&lt;/A&gt;) i decided i needed to change the shell script code to function with the other working solution. This is the new code line to get my custom launcher to work again in Ubuntu / PopOS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo gedit /usr/share/applications/eagle.desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exec=sh -c "export LIBGL_ALWAYS_SOFTWARE=1 &amp;amp;&amp;amp; /home/andrew/eagle-9.5.2/eagle"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Exec=sh -c "export LIBGL_ALWAYS_SOFTWARE=1 &amp;amp;&amp;amp; /home/andrew/eagle-9.5.2/eagle"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EagleCAD now runs correctly again AND i get to use the nice launcher in the HUD system.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 21:37:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9385852#M10526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-18T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.s</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9385860#M10527</link>
      <description>&lt;P&gt;As a possibly relevant note, although it hasn't happened with the latest update, I found back on 9.4.x that the existence of an available update caused the black login screen, which was fixed by the "LIBGL_ALWAYS_SOFTWARE" workaround, but that once I'd installed the latest version, that was no longer needed. I think it was related to my not normally having the "home" tab showing, so some web-related content stuff only happens if there's a new version to download.&lt;/P&gt;
&lt;P&gt;As I said, this no longer seems to be an issue for me, so I can't say your experience will match mine, but it's possible that you would be able to remove the workaround if you update to V9.6.0, at least for a while.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 21:46:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9385860#M10527</guid>
      <dc:creator>one-of-the-robs</dc:creator>
      <dc:date>2020-03-18T21:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.so.0</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9985425#M10528</link>
      <description>&lt;P&gt;I am on Ubuntu 20.04 here. Eagle 9.6.2 was running in December from a shell with the hack&lt;/P&gt;&lt;PRE&gt;LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; But in late December it stopped working again. I have removed from libs the libxcb* files as suggested elsewhere and still wouldn't run. I finally had success by running from this shell script.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;jbh@junkbox-2:~/eagle-9.6.2$ cat HacktoRun.cmd 
export LIBGL_ALWAYS_SOFTWARE=1
QTWEBENGINE_CHROMIUM_FLAGS=“--ignore-gpu-blacklist” 
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./eagle&lt;/LI-CODE&gt;&lt;P&gt;First two lines are suggested in the README&amp;nbsp; file.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:42:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9985425#M10528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-07T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Eagle fails to run: symbol lookup error: /lib/x86_64-linux-gnu/libGLX_mesa.so.0</title>
      <link>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9985630#M10529</link>
      <description>This is what I currently have in my PopOS Eagle "desktop" menu&lt;BR /&gt;shortcut file. It runs fine for me. Make sure your eagle version numbers&lt;BR /&gt;are up to date with whatever version you have downloaded and your&lt;BR /&gt;home directory modified to your user name.&lt;BR /&gt;&lt;BR /&gt;sudo gedit /usr/share/applications/eagle.desktop&lt;BR /&gt;&lt;BR /&gt;[Desktop Entry]&lt;BR /&gt;Version=9.6.0&lt;BR /&gt;Type=Application&lt;BR /&gt;Name=Eagle&lt;BR /&gt;GenericName=EagleCAD&lt;BR /&gt;Comment=EagleCAD&lt;BR /&gt;Exec=sh -c "export LIBGL_ALWAYS_SOFTWARE=1 &amp;amp;&amp;amp;&lt;BR /&gt;/home/andrew/eagle-9.6.0/eagle"&lt;BR /&gt;Icon=/home/andrew/eagle-9.6.0/bin/eagle-logo.png&lt;BR /&gt;Terminal=false&lt;BR /&gt;Categories=Development;IDE;Electronics;&lt;BR /&gt;Keywords=embedded&lt;BR /&gt;electronics;electronics;avr;microcontroller;eagle;eaglecad;cad;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2021 20:09:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/eagle-forum-read-only/eagle-fails-to-run-symbol-lookup-error-lib-x86-64-linux-gnu/m-p/9985630#M10529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-07T20:09:20Z</dc:date>
    </item>
  </channel>
</rss>

