Graphics.DOUGCommandNotFound - lordmundi/wikidoctest GitHub Wiki
DOUG Immediately Returns with command not found error
"I run doug and it immediately returns to the command line saying the doug executable is not found, but I see it right there!"
-
The most common cause of this is that you are running on a 64 bit host without the 32-bit compatibility libraries installed. Since the DOUG executable is currently only a 32 bit executable, these must be installed in order for DOUG to run.
- On red-hat based systems (Centos, Fedora, etc.), you will want to install the glibc packages for i686, along with a few other libraries. These are usually listed in the Release Notes in the Installation section.
- For older Ubuntu based systems, you will want to install the package "ia32-libs".
- For newer Ubuntu based systems, you'll need to do something like:
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libglu1-mesa:i386 libxmu6:i386 libxss1:i386 libxft2:i386
-
I think this may also be possible if you have selinux enabled and don't have the proper execute permissions. We advise disabling selinux when running EDGE.