CentOS 5 :: 32bit Applications Running On 64bit Platform

Sep 20, 2009

I have searched the whole google but did not find anything. I am trying to install a game server using hldsupdatetool.bin which can be found here, [URL]. Unfortunately it can only run on 32bit Operating Systems. I need it to run on 64bit. What do I need to install? Please be specific since I am really new to linux. Please tell me what I exactly have to type in the command prompt.

View 4 Replies


ADVERTISEMENT

Fedora X86/64bit :: Ugly Fonts In GTK 32bit Applications

Apr 27, 2010

I'm using Fedora 13beta and KDE on x86_64 arch.
gtk 32-bit apps (eg: acroread, skype) have ugly fonts in their menus.
gtk 64-bit apps look great (and similar to qt apps).

The following packages are already installed:
gtk2-2.20.0-1.fc13.i686
gtk2-engines-2.20.0-1.fc13.i686
qtcurve-gtk2-1.3.0-1.fc13.i686

View 4 Replies View Related

Fedora :: Running 32bit Apps On 64Bit 11?

Mar 25, 2010

I'm trying to run a library compiled in a 32bit Linux (CentOS) environment on my Fedora11 64bit image. I ran into a few issues with dependencies such as gcc, xml2, ssl plus a whole stack more that existed in /lib64 and no/lib where the binary was expecting them. After a bit of reading around, I found I needed to install the .i586 version of each of the dependencies. After adding most of them, I was left with libssl, libcrypto and libxml2. When I tried to do the following

Code:

yum install openssl.i586

I got an error stating it could not be copied due to a conflict with the i686 version. I was going to erase the i686 but it was going to remove a ton of other stuff so I created a symbolic link in /lib to point to 64bit version. Eventually, ldd had no missing dependencies so I figured I was good to go. I now get the following errors when I call my library

./SupervisionServer: /usr/lib/liblber-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: /usr/lib/libldap_r-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: error while loading shared libraries: /lib/libpalo_ng.so.0: cannot restore segment prot after reloc: Permission denied

PHP is installed and working and the libpalo_ng.so.0 is in the /lib folder

View 5 Replies View Related

Ubuntu Installation :: Running 32bit 10.10 On A 64bit Machine?

Dec 29, 2010

I'm currently running 32 bit Ubuntu 10.10 on my laptop. Apparently, my computer can support 64bit OS. My / and /home partitions are separated and exist on different physical hard drives. Is it possible to just install 64bit ubuntu over my 32bit existing installation? Could I preserve the customizations I've made? what about application settings like chrome, firefox, compiz, etc.? Would I have to meticulously reinstall all of the little things I've done to my ubuntu installation?

View 3 Replies View Related

CentOS 5 :: How To Compile 32bit Application In 64bit CentOS(5.2)

Mar 19, 2010

Use python as example, I have 64bit python 2.4.3 yet I can't found rpm for 32bit one so I try to build it.Use default make or make --enable-readline is ok, python make cannot use CFLAGS, can use OPT and LDFLAGS to add -m32, yetit seems can only search for 64bit lib, or else crush.[Moderator edit: Moved from CentOS-4 to CentOS-5 forum.]

View 9 Replies View Related

CentOS 5 :: Check If Current CentOs Is 32bit Or 64bit?

Dec 26, 2010

I have got an Notebook whose CPU is 64bit.The Notebook has an CentOS installation. Now I want to find out if this CentOS is 32bit or 64bit.How can I check this?

uname -a

gives something with ....i686 i686 i386...."

What does that mean?Does that refer to the hardware or the CentOS OS? An 32bit CentOS can be installed on a 64bit hardware!I am interested in the OS capability not of the hardware!

View 1 Replies View Related

CentOS 5 Networking :: Works In 32bit But Not 64bit

Oct 7, 2010

(Second Try) I installed CentOS 5.5 from CDs 32 bit, everything works fine. I then re-install, but this time 64 bit, everything else is the same, I use all of the same options. This time though it sees the network card, and allows me to configure it and activate it. It will not connect outside of it's self, IE it can ping it's self, but nothing else. Go back to 32 bit, and zero problems, try 64 again, no network. Each time I do full installs with partition formatting etc. In case it makes hill-o-beans difference, Intel P4, 2.66 Ghz. 2.0 GB RAM MSi Motherboard.

View 13 Replies View Related

General :: CentOS 5 64bit Installed But All Dependencies Are 32bit

Oct 7, 2010

I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.

View 7 Replies View Related

CentOS 5 :: Compiling Program With 32bit GCC On 64bit Install

May 3, 2009

I've been trying to compile a small program on my 64bit Centos 5.3 but I need to compile it in 32bit mode. I've tried editing the make file and changing CC=gcc to CC='gcc -m32" and that doesn't work. I have also tried to use "make CC='gcc -m32' and that doesn't work either. It wont compile. Do I need to install something with yum to get 32bit compiler to work?

View 2 Replies View Related

CentOS 5 :: How To Tell Difference Between 32bit And 64bit When Kernel Is Missing

Jul 14, 2010

I have a system with a missing or damaged kernel and I need to reinstall some software to fix it (see this thread for reference removed xen and kernel is gone). I feel fairly certain I can fix my system with the info in that thread however I don't know if this was a 32bit or 64bit system. How can I tell after using the dvd and linux rescue or does it even matter?

View 1 Replies View Related

CentOS 5 :: Perl 64bit Update Installs 32bit Version Also

Oct 23, 2009

This is a 64 bit machine
[root@intergate2 log]# rpm -q perl --qf '%{NAME} %{VERSION} %{ARCH}'
perl 5.8.8 x86_64

[root@intergate2 log]# yum install perl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.stanford.edu
* base: mirror.hmc.edu
* extras: mirror.raystedman.net
* updates: centos.eecs.wsu.edu

Setting up Install Process
Resolving Dependencies
---> Running transaction check
---> Package perl.i386 4:5.8.8-18.el5_3.1 set to be updated
---> Package perl.x86_64 4:5.8.8-27.el5 set to be updated .....

Transaction Summary
Install 1 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

View 4 Replies View Related

Fedora X86/64bit :: Running 32 Bit Applications On 13?

Jun 13, 2010

how to install 32 bit libraries on Fedora 64 bit.

View 1 Replies View Related

Software :: Advantage Of Running A 64bit System Over 32bit System?

Dec 11, 2009

What would be the advantage of running a 64bit system over a 32bit system? I only have 3GB of ram but plan on kickin another 1GIG into it. But i wanna try 64bit Linux(probably slackware) on it. But first im just wondering what the advantages are people have seen who have used both 32/64bit linux. Speed? Smoothness? And also what are major disadvantages such as compatibility, configuration, etc.

View 14 Replies View Related

OpenSUSE Install :: 32bit OS On Xeon64 Platform

Dec 8, 2009

how to install opensuse 32bit on Xeon processors(64bit platform)? installation ask for 64bit version cd

View 4 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

CentOS 5 Server :: Running A 64bit VM In KVM?

Apr 25, 2011

I have a CentOS 5.5 system that I am able to run fully virtualized 32-bit VM's on just fine, but I have need to run some 64-bit VM's on it. It has a "paravirtualized" option that might possibly work, but it wants a network install path, and I am not sure if this is the actual solution. When I go to create the VM I only have i686 and xen for options on the virtualized method, is there a way to add (I am presuming) amd64 in here somehow? The CPU is definitely 64-bit. My google-fu hasn't found results for me yet.

View 3 Replies View Related

Ubuntu Installation :: Software Versions On 64bit Platform

Apr 19, 2011

I just wanted to know whether Software Center/Synaptic install 64bit version of the various softwares (e.g Thunderbird, Gimp etc.) automatically when running on Ubuntu 64 bit??

View 3 Replies View Related

Ubuntu :: 32bit Or 64bit?

Dec 8, 2010

I just ordered my new laptop (DLL XPS15) and I'm wondering on whether install a 32 or 64 bit version, I don't know if there's really a big difference between each one of them, I've always used a 32 bit version.

View 5 Replies View Related

Red Hat :: Difference Between 32bit And 64bit Os?

May 20, 2010

I would like to know the exact difference between 32 bit Linux OS and 64 bit Linux OS. Can some one post me the material or overview on this.

View 1 Replies View Related

Fedora :: TsMuxer 32bit App Under 64bit OS

Jan 14, 2010

I tried to use tsMuxeR a 32bit app on F12 64bit, but this fails with the following error message:

Code:
# ll tsMux*
-rwxrwxrwx 1 1000 1000 437072 11. Mai 2009 tsMuxeR
-rwxr-xr-x 1 1000 1000 210412 11. Mai 2009 tsMuxerGUI

[Code]....

Teh 32bit progs of ld-linux.so.2 and libfreetype.so.6 is already installed.

Code:
yum install ld-linux.so.2 libfreetype.so.6

View 2 Replies View Related

Fedora :: Upgrade From F12 32bit To F13 64bit?

Sep 27, 2010

Is it possible to upgrade from F12 32bit to F13 64bit? The hardware would support 64bit.

View 1 Replies View Related

Fedora :: How To Tell When I Have 64bit / 32bit Machine

Oct 14, 2010

This is probably a dumb question but I can't find out whether I have a 32 or 64 bit machine. Here's uname -a
[Linux Flow 2.6.34.7-56.fc13.i686 #1 SMP Wed Sep 15 03:33:58 UTC 2010 i686 i686 i386 GNU/Linux]

View 14 Replies View Related

OpenSUSE :: Get 32bit Wine On 64bit 11.3/4?

Jan 19, 2011

Is it possible to get a 32bit Wine install on a 64bit Suse OS and block all 64bit updates to Wine?

View 6 Replies View Related

Ubuntu Installation :: 32bit Or 64bit ?

Apr 28, 2010

I have a 5 year desktop with 1.5GB RAM and the following specifications. AMD Athlon D400 Single Channel 64bit. Would it be advisable to install the latest version of Ubuntu "Lucid Lynx" 64bit on this pc?

View 9 Replies View Related

Ubuntu Installation :: 64bit Use More RAM Than 32bit?

Apr 30, 2010

I have downloaded the 64bit version of Ubuntu 10.04. I am currently using 8.10 32bit and I want to clean install 10.04 64bit version. However the one thing that is putting me off is that I have heard if your PC has 1GB of RAM or less then 64bit won't run very good because it uses more RAM than 32bit. (my PC has 1GB) So the question is: Does 64bit use more RAM than 32bit?

View 9 Replies View Related

Ubuntu :: Way To Upgrade To 64bit From 32bit?

Aug 18, 2010

I currently have Ubuntu running in 32 bit with pae but I now want to switch to 64 bit. all of my hardware supports it. Is there an easer way to switch without needing to install Ubuntu all over again? It's such a haste to copy all of my files and reinstall programs and there settings manually.

View 9 Replies View Related

Ubuntu :: How To Find Out If OS Is 64bit Or 32bit

Sep 25, 2010

I tried to find this information under "about Ubuntu", but could not any information on it.

View 2 Replies View Related

Ubuntu :: How To Know I Have 32bit - 64bit Version

Jul 3, 2011

I have Ubuntu 10.04 LTS installed...how can I find out if I have 32bit or 64bit version?

Also, can someone briefly explain why there is this importance about "do you have 32bit or 64bit"?! ie. what does it mean?!

View 1 Replies View Related

Fedora Installation :: 32bit Apps On 64bit F12?

Jan 15, 2010

Im installing a fresh copy of F12 on a laptop.What I would like to know is if I install the 64bit version will all none 64bit apps install and run.I have normal apps but do needs the lotus notes clientadobe apps, crossover linux, vmware etc.

View 3 Replies View Related

Fedora :: Diffrence Between The 32bit And The 64bit Releases?

Jan 16, 2010

I've been using the 64bit version of fedora since release 10. I want to know what exactly makes the diffrence between the 32bit and the 64bit releases. I am having some troubles recently regarding some drivers and other issues in my fedora 12 and I was thinking of moving to the 32bit one,

here are my PC's specs:

CPU C2D Intel 2.6
4 GB RAM
NVidia 8500GT
Nvidia 9500GT

I've managed to use the 32bit apps by installing the 32bit compatibility packages.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved