Re: [CentOS] centos 64 bit

2011-07-13 Thread Nguyen Vu Hung (VNC)
(2011/07/13 12:07), Edo wrote: Hi, On Wednesday, July 13, 2011 at 1:50 PM, Nguyen Vu Hung (VNC) wrote: Hello all, I am running CentOS 5.6 64 bit. When running yum -y install ncurses-devel, I expect that only ncurses 64 bit version will be installed. Try: yum -y install

Re: [CentOS] centos 64 bit

2011-07-13 Thread Ljubomir Ljubojevic
Edo wrote: Hi, On Wednesday, July 13, 2011 at 1:50 PM, Nguyen Vu Hung (VNC) wrote: Hello all, I am running CentOS 5.6 64 bit. When running yum -y install ncurses-devel, I expect that only ncurses 64 bit version will be installed. Try: yum -y install ncurses-devel.x86_64 Or,

Re: [CentOS] centos 64 bit

2011-07-13 Thread Edo
Hi, On Wednesday, July 13, 2011 at 4:00 PM, off...@plnet.rs wrote: RHEL/CentOS always installs both 32-bit and 64-bit libraries, that is the way Red Hat wanted it, so Applications designed only as 32-bit can run without any modification on 64-bit system. If you check other packages, you

Re: [CentOS] centos 64 bit

2011-07-13 Thread John R Pierce
On 07/13/11 12:57 AM, Edo wrote: I haven’t used any 32-bit systems for many years now. I don’t have any need for them so I don’t install them. So, unless it’s absolutely needed, I suggest deleting them all. for many things, 32bit code is more compact and runs faster than 64bit code (primarily

Re: [CentOS] centos 64 bit

2011-07-13 Thread John Hodrien
On Wed, 13 Jul 2011, John R Pierce wrote: for many things, 32bit code is more compact and runs faster than 64bit code (primarily because the code is smaller, so it requires fewer fetches, more code fits in the cache, etc).64 bit OS's totally compatible with 32bit applications. of

Re: [CentOS] centos 64 bit

2011-07-13 Thread Robert Heller
At Wed, 13 Jul 2011 09:17:55 +0100 (BST) CentOS mailing list centos@centos.org wrote: On Wed, 13 Jul 2011, John R Pierce wrote: for many things, 32bit code is more compact and runs faster than 64bit code (primarily because the code is smaller, so it requires fewer fetches, more code

Re: [CentOS] centos 64 bit

2011-07-13 Thread m . roth
Robert Heller wrote: At Wed, 13 Jul 2011 09:17:55 +0100 (BST) CentOS mailing list centos@centos.org wrote: On Wed, 13 Jul 2011, John R Pierce wrote: for many things, 32bit code is more compact and runs faster than 64bit code (primarily because the code is smaller, so it requires fewer

Re: [CentOS] centos 64 bit

2011-07-13 Thread Lamar Owen
On Wednesday, July 13, 2011 09:00:13 AM m.r...@5-cent.us wrote: Coming in late, here, but 64 bit should run as fast or faster, since the registers are larger, and 64-bit hardware is optimized for by 64-bit compilers. In addition, you get twice as much data per fetch. The upshot is that there

Re: [CentOS] centos 64 bit

2011-07-13 Thread m . roth
Lamar Owen wrote: On Wednesday, July 13, 2011 09:00:13 AM m.r...@5-cent.us wrote: Coming in late, here, but 64 bit should run as fast or faster, since the registers are larger, and 64-bit hardware is optimized for by 64-bit compilers. In addition, you get twice as much data per fetch. The

Re: [CentOS] centos 64 bit

2011-07-13 Thread Always Learning
(2011/07/13 12:07), Edo wrote: “exclude=*.i?86” in your /etc/yum.conf Like many, I dislike both i386 and x64 packages being installed on my x64 machines. However, is there a potential danger than in installing only x64 packages, one of the required files might be available only in

Re: [CentOS] centos 64 bit

2011-07-13 Thread Les Mikesell
On 7/13/2011 9:54 AM, Always Learning wrote: (2011/07/13 12:07), Edo wrote: “exclude=*.i?86” in your /etc/yum.conf Like many, I dislike both i386 and x64 packages being installed on my x64 machines. However, is there a potential danger than in installing only x64 packages, one of

Re: [CentOS] centos 64 bit

2011-07-13 Thread Robert Heller
At Wed, 13 Jul 2011 15:54:18 +0100 CentOS mailing list centos@centos.org wrote: (2011/07/13 12:07), Edo wrote: “exclude=*.i?86” in your /etc/yum.conf Like many, I dislike both i386 and x64 packages being installed on my x64 machines. However, is there a potential

Re: [CentOS] centos 64 bit

2011-07-13 Thread Devin Reade
--On Wednesday, July 13, 2011 09:00:48 AM +0200 Ljubomir Ljubojevic off...@plnet.rs wrote: RHEL/CentOS always installs both 32-bit and 64-bit libraries I disagree. I'm not sure what the algorithm is to select all-64 vs mixed-32-64 on 64 bit platforms, but I've got a datapoint that disproves

Re: [CentOS] centos 64 bit

2011-07-13 Thread Warren Young
On 7/13/2011 7:27 AM, m.r...@5-cent.us wrote: Code bloat... ah, yes, the joys of OOPs What does OOP have to do with this? Doubling the pointer size affects C, awk Consider Erlang, a functional language, not OOP in any way at all, not even in the sidecar way of, say, Perl. The most

Re: [CentOS] centos 64 bit

2011-07-13 Thread B.J. McClure
On Wed, 2011-07-13 at 10:02 -0500, Les Mikesell wrote: On 7/13/2011 9:54 AM, Always Learning wrote: (2011/07/13 12:07), Edo wrote: “exclude=*.i?86” in your /etc/yum.conf Like many, I dislike both i386 and x64 packages being installed on my x64 machines. However, is there

Re: [CentOS] centos 64 bit

2011-07-13 Thread Roberto Alvarado
In yum.conf you can try: multilib_policy=best With this yum priorize the packages based on your architecture, but dont exclude the all the i386 packages if you have a x64 system. On 13-07-2011 12:16, B.J. McClure wrote: On Wed, 2011-07-13 at 10:02 -0500, Les Mikesell wrote: On 7/13/2011 9:54

Re: [CentOS] centos 64 bit

2011-07-13 Thread Robert Heller
At Wed, 13 Jul 2011 09:56:39 -0600 CentOS mailing list centos@centos.org wrote: --On Wednesday, July 13, 2011 09:00:48 AM +0200 Ljubomir Ljubojevic off...@plnet.rs wrote: RHEL/CentOS always installs both 32-bit and 64-bit libraries I disagree. I'm not sure what the algorithm is to

[CentOS] centos 64 bit

2011-07-12 Thread Nguyen Vu Hung (VNC)
Hello all, I am running CentOS 5.6 64 bit. When running yum -y install ncurses-devel, I expect that only ncurses 64 bit version will be installed. However, actually both i386 and x64 are installed, that made me unhappy :) ncurses-devel-5.5-24.20060715.i386.rpm

Re: [CentOS] centos 64 bit

2011-07-12 Thread Edo
Hi, On Wednesday, July 13, 2011 at 1:50 PM, Nguyen Vu Hung (VNC) wrote: Hello all, I am running CentOS 5.6 64 bit. When running yum -y install ncurses-devel, I expect that only ncurses 64 bit version will be installed. Try: yum -y install ncurses-devel.x86_64 Or, add

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-14 Thread Gordon Messmer
On 02/12/2011 04:57 PM, Peter Ivanov wrote: actually the line ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem Your earlier rpm -ql and rpm -V output indicated that /etc/ld.so.conf.d/mysql-x86_64.conf was present and correct, so you probably could

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sat, 12 Feb 2011, Lamar Owen wrote: To: CentOS mailing list centos@centos.org From: Lamar Owen lo...@pari.edu Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote: My mysql.so is about 50K .. is that nornal No; the ones

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sun, 13 Feb 2011, Peter Ivanov wrote: To: CentOS mailing list centos@centos.org From: Peter Ivanov boksi...@gmail.com Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem Thnaks Again, i guess i wont update the server until i find more info... i am happy it works now Personally

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Keith Roberts
On Sun, 13 Feb 2011, Keith Roberts wrote: To: CentOS mailing list centos@centos.org From: Keith Roberts ke...@karsites.net Subject: Re: [CentOS] CentOS 64 bit php 5.2 huge problem On Sat, 12 Feb 2011, Lamar Owen wrote: To: CentOS mailing list centos@centos.org From: Lamar Owen lo

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-13 Thread Markus Falb
On 13.2.2011 01:50, Lamar Owen wrote: On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 Run ldd

[CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql functionality running and the ioncube loader Please help, i am very desperate Here is my output: [root@host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
On 02/12/2011 03:19 PM, Peter Ivanov wrote: Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql functionality running and the ioncube loader Please help, i am very desperate Here is my output: [root@host ~]# php -v Failed loading /usr

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
-pear-1.5-1 php-mysql-5.2.10-1.el5.centos php-devel-5.2.10-1.el5.centos ALso my dir in php.ini is extension_dir = /usr/lib64/php/modules Johnny Hughes wrote: On 02/12/2011 03:19 PM, Peter Ivanov wrote: Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Alexander Dalloz
Am 12.02.2011 22:37, schrieb Peter Ivanov: Hi, No top-posting please. thanks for your fast reply. And you did not really read Johnny's reply ... I have all the modules in /use/lib64/php/modules/ ... and neither the error messages. But they wont load Also i have all needed php

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Alex, thnaks for the reply. here is my output [root@host ~]# yum provides */libmysqlclient.so.15 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * 5jpackage-generic: jpackage.netmindz.net * addons: mirror.science.uottawa.ca * base: centos.mirror.iweb.ca *

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Any other sites on this server using php WITHOUT mysql are working Johnny Hughes wrote: On 02/12/2011 04:13 PM, Johnny Hughes wrote: I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
HI Lamar, thanks for the reply. I can connect with the mysqlclient Lamar Owen wrote: On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote: the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Lamar Owen wrote: On Saturday, February 12, 2011 05:18:14 pm Peter Ivanov wrote: the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect() Can you

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real machine or a VPS with one of those stb type kernels? Did this ever work or is this a new install? signature.asc Description: OpenPGP

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
HI, this is a real machine and hew sites are down at the moment because of this. the server worked, but suddenly mysql connectivity dissapeared. when i try to run any mysql related functionality if givem me the error: Call to undefined function mysql_connect() the php version was 5.1 (10

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Johnny Hughes
On 02/12/2011 04:13 PM, Johnny Hughes wrote: I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real machine or a VPS with one of those stb type kernels? Did this ever work or is this a new

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
This is Webmin, i use webmin with centos Johnny Hughes wrote: On 02/12/2011 04:13 PM, Johnny Hughes wrote: I never install i386 and x86_64 packages on my servers. Not saying that is what is causing your issue, but I see you have both installed. Is this on a real machine or a VPS with

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 05:37:00 pm Peter Ivanov wrote: HI Lamar, thanks for the reply. I can connect with the mysqlclient Can you post the output of yum list | grep ^mysql please? And the output of rpm -V mysql And the output of rpm -ql mysql please?

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, here they are [root@host ~]# yum list | grep ^mysql mysql.i386 5.0.77-4.el5_5.4 installed mysql.x86_645.0.77-4.el5_5.4 installed mysql-devel.i3865.0.77-4.el5_5.4 installed

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: Hi Lamar, here they are [root@host ~]# rpm -V mysql S.5. c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has changed since prelinking S.?./usr/bin/my_print_defaults [snip]

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, can you send me your .SO files so i can try to replace them to see what will happen Lamar Owen wrote: On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: Hi Lamar, here they are [root@host ~]# rpm -V mysql S.5. c /etc/my.cnf prelink:

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
My mysql.so is about 50K .. is that nornal Lamar Owen wrote: On Saturday, February 12, 2011 05:59:52 pm Peter Ivanov wrote: Hi Lamar, here they are [root@host ~]# rpm -V mysql S.5. c /etc/my.cnf prelink: /usr/bin/my_print_defaults: at least one of file's dependencies has

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Saturday, February 12, 2011 07:03:59 pm Peter Ivanov wrote: My mysql.so is about 50K .. is that nornal No; the ones here are three times that size: [root@localhost ~]# ls -l /usr/lib64/mysql/libmysqlclient*.so.15.0.0 -rwxr-xr-x 1 root root 1517784 Nov 3 19:54

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Feb 12, 2011, at 7:28 PM, Peter Ivanov wrote: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 Run ldd /usr/lib64/php/modules/mysql.so and list the

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Hi Lamar, thnaks a lot for your help actually the line ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem you saved my life :) is this file link permanent? Lamar Owen wrote: ln -s /usr/lib64/mysql/libmysqlclient.so.15

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Lamar Owen
On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote: ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/ libmysqlclient.so.15 solved my problem is this file link permanent? The fact you have to do that link indicates a deeper issue; did you run the ldd line first, and can you post that

Re: [CentOS] CentOS 64 bit php 5.2 huge problem

2011-02-12 Thread Peter Ivanov
Thnaks Again, i guess i wont update the server until i find more info... i am happy it works now thanks Lamar Owen wrote: On Feb 12, 2011, at 7:57 PM, Peter Ivanov wrote: ln -s /usr/lib64/mysql/libmysqlclient.so.15 /usr/lib64/libmysqlclient.so.15 solved my problem is this file link

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-29 Thread Dieter Best
Thanks for your email. Would you have the configuration? I was having some trouble. On Sun, Mar 28, 2010 at 8:55 PM, James A. Peltier jpelt...@fas.sfu.ca wrote: On Thu, 25 Mar 2010, Dieter Best wrote: Hello, I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-28 Thread James A. Peltier
On Thu, 25 Mar 2010, Dieter Best wrote: Hello, I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build to go through? Thanks. Yes, I built it from sources -- James A. Peltier Systems Analyst (FASNet),

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Rex Dieter
Dieter Best wrote: I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build to go through? yum install gcc44 -- Rex ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Dieter Best
I did a yum install gcc44 Is it confirmed that this doesn't lead to inconsistencies with the existing gcc? I have the following now. Suggestions? [r...@centos2 Misc]# gcc mytest.cc /tmp/ccilP3UL.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Tony Schreiner
On Mar 26, 2010, at 2:26 PM, Dieter Best wrote: I did a yum install gcc44 Is it confirmed that this doesn't lead to inconsistencies with the existing gcc? I have the following now. Suggestions? [r...@centos2 Misc]# gcc mytest.cc /tmp/ccilP3UL.o:(.eh_frame+0x12): undefined reference to

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Peter Kjellstrom
On Friday 26 March 2010, Dieter Best wrote: I did a yum install gcc44 ... I have the following now. Suggestions? ... [r...@centos2 Misc]# gcc44 mytest.cc gcc44: error trying to exec 'cc1plus': execvp: No such file or directory gcc44 contains the c-compiler, you'll want the gcc44-c++ package

Re: [CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-26 Thread Dieter Best
Yes, I found out in the meanwhile that was just the c compiler, I did what you suggested, thanks. On Fri, Mar 26, 2010 at 6:21 PM, Peter Kjellstrom c...@nsc.liu.se wrote: On Friday 26 March 2010, Dieter Best wrote: I did a yum install gcc44 ... I have the following now. Suggestions? ...

[CentOS] == gcc 4.4.3 on centos 64 bit

2010-03-25 Thread Dieter Best
Hello, I need a newer version of gcc (gcc 4.4.3), with yum install I got 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build to go through? Thanks. ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] 64-bit CentOS - your experience

2009-06-29 Thread przemolicc
On Thu, Jun 25, 2009 at 06:56:01PM +0200, przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years

Re: [CentOS] 64-bit CentOS - your experience

2009-06-29 Thread Tim Nelson
- przemol...@poczta.fm wrote: On Thu, Jun 25, 2009 at 06:56:01PM +0200, przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against

Re: [CentOS] 64-bit CentOS - your experience

2009-06-29 Thread nate
przemol...@poczta.fm wrote: However, to continune this discussion, could you please explain why did you switch to 64-bit environment ? If you have databases and want to use buffer cache bigger then 4GB it is clear for me. In other words For myself I did not switch off, I still deploy 32-bit

Re: [CentOS] 64-bit CentOS - your experience

2009-06-25 Thread Jason Pyeron
-Original Message- From: przemolicc poczta.fm Sent: Thursday, June 25, 2009 12:56 Subject: [CentOS] 64-bit CentOS - your experience Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit

Re: [CentOS] 64-bit CentOS - your experience

2009-06-25 Thread Tim Nelson
- przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is

[CentOS] 64-bit CentOS - your experience

2009-06-25 Thread przemolicc
Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the stability of 64-bit Linux. Can

Re: [CentOS] 64-bit CentOS - your experience

2009-06-25 Thread Alan Sparks
przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the

Re: [CentOS] 64-bit CentOS - your experience

2009-06-25 Thread luc...@lastdot.org
On Thu, Jun 25, 2009 at 6:39 PM, Alan Sparksaspa...@doublesparks.net wrote: przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits

Re: [CentOS] 64-bit CentOS - your experience

2009-06-25 Thread nate
przemol...@poczta.fm wrote: Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the

[CentOS] 64 bit aware CPU

2008-06-30 Thread Tom Brown
I dont think it is but would the following CPU be able to take a 64 bit version of CentOS ? processor: 0 vendor_id: GenuineIntel cpu family: 15 model: 2 model name: Intel(R) Xeon(TM) CPU 2.40GHz stepping: 7 cpu MHz: 2401.247 cache size: 512 KB physical id

Re: [CentOS] 64 bit aware CPU

2008-06-30 Thread Victor Padro
On Mon, Jun 30, 2008 at 12:51 PM, Tom Brown [EMAIL PROTECTED] wrote: I dont think it is but would the following CPU be able to take a 64 bit version of CentOS ? processor: 0 vendor_id: GenuineIntel cpu family: 15 model: 2 model name: Intel(R) Xeon(TM) CPU 2.40GHz

Re: [CentOS] 64 bit aware CPU

2008-06-30 Thread Frank Cox
On Mon, 30 Jun 2008 18:51:33 +0100 Tom Brown [EMAIL PROTECTED] wrote: flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr If your CPU has 64-bit mode support the output will include the “lm” flag. --

Re: [CentOS] 64 bit aware CPU

2008-06-30 Thread Frank Cox
On Mon, 30 Jun 2008 13:26:43 -0500 Victor Padro [EMAIL PROTECTED] wrote: If your CPU has 64-bit mode support the output will include the lm flag. http://www.linuxquestions.org/questions/linux-general-1/proccpuinfo-flag-lm-358563/ Umm.. doesn't this web page merely repeat the answer that I

Re: [CentOS] 64 bit aware CPU

2008-06-30 Thread Tom Brown
flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr If your CPU has 64-bit mode support the output will include the “lm” flag. OK thanks all - it was a long shot

Re: [CentOS] 64 bit and 32 bit are mixed up

2008-02-07 Thread Jim Perrin
On Feb 7, 2008 7:57 AM, Centos [EMAIL PROTECTED] wrote: Hello I have installed Centos 5.1 on 64 bit servers, and I see some of the packages have been installed two times, one for i386 and one for 64 bits. I don't know why i386 packages can be installed on 64 bit machine and why they should

Re: [CentOS] 64 bit and 32 bit are mixed up

2008-02-07 Thread Johnny Hughes
Jim Perrin wrote: On Feb 7, 2008 7:57 AM, Centos [EMAIL PROTECTED] wrote: Hello I have installed Centos 5.1 on 64 bit servers, and I see some of the packages have been installed two times, one for i386 and one for 64 bits. I don't know why i386 packages can be installed on 64 bit machine and

Re: [CentOS] 64 bit

2007-07-07 Thread centos
On Fri, 6 Jul 2007 18:37:53 -0700 Akemi Yagi [EMAIL PROTECTED] wrote: On 7/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to get a new computer and am looking at Intel E6600 Core 2 Duo. I'll be running Centos5. I have a couple of VMware Workstation 6 licenses, is there a way

[CentOS] 64 bit

2007-07-06 Thread centos
I need to get a new computer and am looking at Intel E6600 Core 2 Duo. I'll be running Centos5. I have a couple of VMware Workstation 6 licenses, is there a way to install and run 64 bit inside an VMware virtual machine? I don't care about performance, it's only for testing and debugging

RE: [CentOS] 64 bit

2007-07-06 Thread Ross S. W. Walker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, July 06, 2007 9:10 PM To: CentOS mailing list Subject: [CentOS] 64 bit I need to get a new computer and am looking at Intel E6600 Core 2 Duo. I'll be running Centos5

Re: [CentOS] 64 bit

2007-07-06 Thread Akemi Yagi
On 7/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to get a new computer and am looking at Intel E6600 Core 2 Duo. I'll be running Centos5. I have a couple of VMware Workstation 6 licenses, is there a way to install and run 64 bit inside an VMware virtual machine? I don't care