How do I check which SMTP client I have installed? And how do I configure it?
Home
/
user-15054
Genadinik's questions
I am using a 32-bit machine, but I am having to use a relatively obscure semantic database which only comes in 64-bit versions.
What are my options for running it in my local dev environment?
Currently when I try to run it, I get an error message that looks like this:
cannot execute binary file
and when I check my machine info, I get this:
$ uname -a
Linux slabrams-desktop 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux
I am on Ubuntu and I did this command:
$ uname -a
Linux slabrams-desktop 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux
Does it mean I am on 32bit or 64 bit processor?
The reason I am trying to figure this out is that I was getting errors which looked like this:
cannot execute binary file
and from Googling, I thought it was a processor issue. Any ideas?