Questions tagged [32bit-64bit]

127 questions
2
votes
1 answer

How can install scripts determine which are the correct equivalents for /usr/lib for 32- and 64-bit libraries?

I have an SDK that must install 32-bit and 64-bit files in the correct places under /usr/lib for a variety of Linux distributions. For example, it appears that for Fedora, /usr/lib64 is the 64bit lib, but for Debian based systems, /usr/lib is the…
Randalli
  • 35
  • 4
2
votes
2 answers

Unable to add a 64-bit MSI package to a Group Policy Object on Windows Server 2003 (32 bit)

I am trying to remotely install a 32 -bit MSI and a 64-bit MSI, using Group Policies in Windows Server 2003 (32 bit). I've created a distribution point and a Group Policy Object. When I try to "Assign a Package" and pick the 32-bit MSI, everything…
Think Floyd
  • 121
  • 1
  • 3
2
votes
1 answer

Configuring IIS 6 to run 32 bit asp.net applications on Windows Server 2003 64 bit

I need to run php on on one of my websites but I need it to support 32 bit binaries. If I run: cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "true" ...all my existing asp.net 2.0 applications stop responding - I get a "Service…
Neil Trodden
  • 262
  • 5
  • 14
2
votes
2 answers

32-bit software accessing files from system32 folder instead of syswow64 folder in Windows 10 64-bit

I installed a 32-bit application on Windows 10 64-bit and it installed dll files in the syswow64 folder, but while running, it accesses files from system32 folder instead of the syswow64 folder. The application is not running properly. I tried…
softdba
  • 21
  • 2
2
votes
0 answers

32-bit support on 64-bit Linux - getpwuid(), getpwnam() - sssd - MS AD

I have IBM Informix SE DBMS running on 64-bit RedHat 8.7 Linux. This is a 32-bit product. It works well for a locally defined user such as Username billd with UID 505. For example they can run dbaccess stores7 sel_order and get the correct results…
RedGrittyBrick
  • 3,832
  • 1
  • 17
  • 23
2
votes
1 answer

Installing MySQL 32-bit on Ubuntu 22?

Simple question really, I'm trying to compile a 32-bit code-base on a 64-bit system (ubuntu 22). Getting the error: /usr/bin/ld: cannot find -lmysqlclient: No such file or directory I know it's because the linker can't find the 32-bit mysqlclient…
OBR_EXO
  • 133
  • 5
1
vote
1 answer

How do I setup a 32-bit DLL on 64-bit Windows Server 2012 R2 for Powershell?

I am in the process of upgrading some dated VBScript automation for Powershell on one of our servers running Windows Server 2012 R2. Currently, I'm working on replacing a script that requires the creation of a COM object from a third-party 32-bit…
1
vote
2 answers

Has Windows Server 2012 R2 Datacenter (64-bit) no 32-bit support?

I want to use AppVeyor to build an application for Windows. The compiler is GNAT GPL 2016 (Ada) for Windows x86. I get the following message: Program 'gnat-gpl-2016-x86-windows-bin.exe' failed to run: The specified executable is not a valid…
Paebbels
  • 145
  • 1
  • 2
  • 9
1
vote
5 answers

Ubuntu: 32- or 64-bit?

I've been trying to install a 32-bit app on my 64-bit Ubuntu Karmic box. Whilst discussing it with a friend he stated that frankly 64-bit Ubuntu isn't quite ready in his opinion and I'd be better off going back to 32-bit. He cites stability as a…
LRE
  • 645
  • 7
  • 16
1
vote
3 answers

Should Windows 7, 32-bit vs 64-bit be installed on various machines?

Windows 7 will be released only 3 days from now. If there are a bunch of machines 1) Quad Core, 4GB machines 2) Core2Duo, 2GB machines 3) HyperThread 3.2GHz, 1GB machines are there pros and cons to installing 32-bit vs 64-bit Windows 7 on them? For…
nonopolarity
  • 535
  • 3
  • 6
  • 17
1
vote
2 answers

Install 32bit or 64bit Centos 7 on an Intel Atom?

I know there is no benefit to the hardware by installing 64bit OS on an Intel Atom 230 as its limited to 2GB ram. But on the software side, is most desktop software nowadays written for 64bit (Chrome, Office suite, printer software)? Will I have…
the dave
  • 73
  • 1
  • 2
  • 9
1
vote
1 answer

Install i686 postgres libraries on 64 bits CentOS7

I am trying to get a i686 compiled binary to run on my x86_64 CentOS7 install. When starting it complains it cannot find (dynammically load) the libpq library. I tried installing the i686 Postgres repository to install the libraries, from there, but…
Bart Friederichs
  • 353
  • 1
  • 6
  • 23
1
vote
0 answers

Verify architecture of kernel file

Note: I am NOT interested in the currently running kernel, but on a kernel that I am going to boot and which is in a file in the filesystem. I am going to boot a new kernel. I have prepared grub.conf and run sudo update-grub. I am nearly sure I have…
blueFast
  • 4,200
  • 13
  • 37
  • 54
1
vote
1 answer

How to Downgrade an i386 / ia32-libs Library on Wheezy?

I recently upgraded to an amd64 version of Wheezy, and I have a couple of compiled proprietary programs that need to keep running 32-bit. No problem, I installed the i386 compatibility libraries dpkg --add-architecture i386 apt-get update apt-get…
Shannon A.
  • 173
  • 9
1
vote
3 answers

Should I use 32-bit or 64-bit OS for my CentOS server running small VMs?

I'm going to run CentOS 6 on Dell PowerEdge R210 II with Xeon E3-1220 CPU and 4 GB RAM. I'm going to run several virtual machines on it, running various setups of websites. VMs most certainly be 32 bits, to conserve memory and memory bandwidth;…
Nickolai Leschov
  • 457
  • 4
  • 8
  • 22
1 2 3
8 9