Hey guys I’m trying to use the gactions CLI for gactions with my Google Assistant module but I’m having trouble with my executable. I was trying to hack together a solution by following this SO post to run the exectables but I’m running into the issue of
/lib64/ld-linux-x86-64.so:2 No such file or directory
This is usually solved by doing the command
sudo apt-get install ia32-libs
I got a unable to locate package error so I followed this SO Post which told me to
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
but mirrordirector.raspbian.org./…/…i386/Packages doesn’t seem to exist (Unable to find expected entry)
Any ideas on what I should do?
Sorry if I’m posting this on the wrong place not sure where this belongs
Thanks, Javier