Questions tagged [32bit-64bit]

123 questions
5
votes
2 answers

static web server: 32 or 64 bits?

For a webserver serving just static files (lighttpd or nginx) which is better, 32 or 64 bits? Which OS is preferable? Centos 5 or Ubuntu 10.04?
naiad
  • 201
  • 2
  • 7
4
votes
2 answers

"/usr/bin/ld: cannot find -lz" but libz exists

While making my program on Redhat based linux (amd64), I get this error: /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status Searching internet reveals that I have t install zlib 32bit version. A quick search shows that I have that…
mahmood
  • 962
  • 7
  • 18
  • 31
4
votes
2 answers

Install 32-bit MySQL client library on a 64-bit CentOS

I'm trying to run a compiled 32-bit binary on a 64-bit CentOS 5.3 (based on RedHat 4.1.2) host. The binary complains about inability to find libmysqlclient.so.15. Such a file exists on the server, but it's 64-bit and therefore not good. Can I…
Seva Alekseyev
  • 195
  • 2
  • 12
4
votes
2 answers

Installing 32 bit libraries on arch linux

I can't seem to find the answer anywhere. So far I've figured out that I need to add (uncomment) [multilib] Include = /etc/pacman.d/mirrorlist On "/etc/pacman.conf" and then run: sudo pacman-key --init When I run: sudo pacman -S I get: …
Boaz
  • 375
  • 1
  • 9
  • 16
4
votes
1 answer

Why is 32-bit-mode required in IIS7.5 for my app?

I have a .net4 web application running in a 64 bits 2008 server. I can only get it to run when I set the app pool to Enable 32-bits application to true. All dlls are compiled for .net4 (verified with corflags.exe). How can I figure out why Enable…
Jonas Lincoln
  • 143
  • 1
  • 6
4
votes
1 answer

Linux: 64 bit VS 32 bit on server for web-app

I want to choose distribution version of server on VDS\Cloud. I choosing between 32-bit and 64-bit. From one side, server with 64-bit OS faster than same server with 32-bit OS (is it true?). From other side, each application on server with 64-bit OS…
petRUShka
  • 293
  • 1
  • 5
  • 16
3
votes
2 answers

32 bit process on 64 bit OS

What is the max RAM a 32 bit process can access in a 64bit OS? It is 2 gigs or full 4 gigs? Is there a way to make it access more maybe by enabling PAE on process level? Thanks.
coderguy123
  • 143
  • 3
3
votes
2 answers

Centos 6.6: [yum install *anything*] fails with [protected multilib error]

I have some problems with installing or upgrading anything on Centos 6.6. Problem is pretty much summed up in the topic name. When i try: yum install gcc-c++ I get: ... Error: Multilib version problems found. This often means that the root …
3
votes
2 answers

How to install 32-bit libraries using Debian Testing

Question: What is the way to determine, ahead of time and without doing a full install of 64-bit Debian Testing NETINST, when Debian Testing has 32-bit libraries available and fully working and installable so that the following command works without…
bgoodr
  • 141
  • 1
  • 1
  • 6
3
votes
2 answers

Need to move a debian server from i686 to x86_64 architecture

I have a debian server that I need to move from one hosting provider to another. I don't really know how the old server was setup, all I know is that it's running a Ruby on Rails application with a lot of custom libraries installed and that I should…
Max
  • 3,373
  • 15
  • 51
  • 71
3
votes
3 answers

Adding Shortcut via GP - Program Files vs Program Files (x86)

So I have a 32 bit MSI package that installs in Program Files on 32 bit machines and Program Files (x86) on 64 bit machines. I am attempting to add a shortcut to this app via GP, but I'm not sure how to handle the discrepancy in the path. …
jeremib
  • 185
  • 1
  • 1
  • 6
3
votes
1 answer

32-bit DLL on SQL Server 2008 x64

Is it possible to run a 32-bit DLL on a SQL Server 2008 x64 server? I need to use the DLL inside a stored procedure. Thanks
Jason
  • 135
  • 6
3
votes
2 answers

Multiple 32bit processes on 64bit IIS - memory limit?

I've got a legacy ASP web application that uses a VB6 DLL. The app is quite memory hungry. I need to run multiple instances of the app on one machine. Now since VB6 DLLs are 32bit only, running in a 64bit process is out - but what if I ran multiple…
GreenIcicle
  • 133
  • 1
  • 3
3
votes
3 answers

Move a SQL 2000 32-bit database

Can I move a SQL 2000 32-bit database to a SQL 2005 64-bit database server
Dan
2
votes
4 answers

More than 4Gb memory on MS SQL

We have a Database running on MS SQL 2005. We have a bit of a memory problem on that server. We want to up the memory to 8GB but it is running on a Server 2003 R2 standard edition OS. Will it be possible to use PAE and still get the benefit of the…
user26462
1
2
3
8 9