-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I wanted to try the latest version(trial) of Geomatica, Geomatica 2012 on Ubuntu 11.10 beta. When I tried to run the bin file I got a whole list of dependencies. It also seems that it is a RPM package. Instead of going through each entry manually, is there any easy way to search and install a list…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
JRE and JDK 64bit install executable are throwing a non compatible win32 error:
jre_7u1_windows-x64bit.exe is not a valid Win32 application.
I thought this could be a system environment variable problem, but from what I can tell it is not, the variable PROCESSOR_ARCHITECTURE is set as:
AMD64
and…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I followed this thread and it's associated links. But there is nothing i can do to get CF9 to work. MAMP Pro now has the 64bit version of apache 2.2. Whenever i start apache i get an error saying it couldn't start and to check the logs. i check the logs and this is what i see.
6/1/10 12:39:12 PM…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After downloading the latest version of Toad for Windows 7 64bit, I am struggling to get it to connect to the database using the existing full Oracle Client that is already on the desktop. The Oracle Client that is there is a 64bit version and is version 12c. When running Toad it says that there is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there anyway from a C prog to find whether the OS is currently running in 32bit or 64bit mode. I am using a simple program as below
int main(void){
switch(sizeof(void*)){
case 4: printf("32\n");
break;
case 8: printf("64\n");
break;
}
}
Is this a correct…
>>> More