PHP v5.3.0 Installation Woes
[email protected] ("Adam M. Johnson")
| Newsgroups | php.qa.reports |
|---|---|
| Message-ID | <[email protected]> |
Hello!
I keep running into problems while trying to configure and make php
5.3.0. I am using shared libraries for all the library options I have
specified in my ./configure line.
Only Apache 2.2.13 and MySQL 5.1.38 have been compiled and installed
manually. They each have also used shared libraries where appropriate.
Here is a readout of the versions of GD installed:
[root@localhost php-5.3.0]# yum list installed | grep gd
gd.x86_64 2.0.33-9.4.el5_1.1 installed
gd-devel.x86_64 2.0.33-9.4.el5_1.1 installed
gdbm.x86_64 1.8.0-26.2.1 installed
gdbm-devel.x86_64 1.8.0-26.2.1 installed
sysklogd.x86_64 1.4.1-44.el5 installed
I had trouble during ./configure with php being unable to find either
the header or the library. All shared libraries are installed in
/usr/lib64 and all shared headers are in /usr/include. For each option
under GD (freetype, jpeg, etc) I would specify it's respective prefix
dir (which should all be the same) as /usr. The Headers could be found
but not the libraries. I then specified the prefixes as /usr/lib64. In
this case, some would configure properly while others were missing
header files and not the libraries. To resolve this situation, I created
symlinks as follows:
[root@localhost php-5.3.0]# ln -s /usr/include /opt/include
[root@localhost php-5.3.0]# ln -s /usr/lib64 /opt/lib
and i then substituted all GD-related prefix dirs for /opt. This finally
allowed me to configure without errors. Here is my configure script:
../configure --prefix=/usr/local/php530 \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-jpeg-dir=/opt \
--with-gd=/opt \
--with-freetype-dir=/opt \
--with-libxml-dir=/opt \
--with-png-dir=/opt \
--with-zlib-dir=/opt \
--with-pcre-regex=/opt \
--enable-bcmath \
--enable-calendar \
--without-sqlite \
--without-sqlite3 \
--disable-cgi \
--disable-pdo 2> php530.err
As I said, ./configure posted no errors or warnings. I then went to
make. make posted the following errors/warnings:
[root@localhost php-5.3.0]# cat php530.make.err
/usr/local/src/php-5.3.0/ext/date/php_date.c: In function 'date_format':
/usr/local/src/php-5.3.0/ext/date/php_date.c:1058: warning: incompatible
implicit declaration of built-in function 'llabs'
/usr/local/src/php-5.3.0/ext/fileinfo/libmagic/magic.c: In function
'file_or_stream':
/usr/local/src/php-5.3.0/ext/fileinfo/libmagic/magic.c:292: warning:
passing argument 1 of '_php_stream_open_wrapper_ex' discards qualifiers
from pointer target type
/usr/local/src/php-5.3.0/ext/gd/libgd/gd_compat.c: In function
'gdJpegGetVersionString':
/usr/local/src/php-5.3.0/ext/gd/libgd/gd_compat.c:21: warning: return
makes integer from pointer without a cast
/usr/local/src/php-5.3.0/ext/gd/libgd/gd_compat.c:24: warning: return
makes integer from pointer without a cast
/usr/local/src/php-5.3.0/main/streams/cast.c: In function
'_php_stream_cast':
/usr/local/src/php-5.3.0/main/streams/cast.c:222: warning: cast to
pointer from integer of different size
/usr/local/src/php-5.3.0/main/streams/cast.c:225: warning: cast to
pointer from integer of different size
/usr/local/src/php-5.3.0/Zend/zend_objects.c: In function
'zend_objects_destroy_object':
/usr/local/src/php-5.3.0/Zend/zend_objects.c:95: warning: assignment
discards qualifiers from pointer target type
PEAR package PHP_Archive not installed: generated phar will require
PHP's phar extension be enabled.
I spent a lot of time searching forums and trying alternate configure
lines to see if I could weed out these warnings but to no avail. So, i
decided to run make test. Attached is the output from make test. Your
script suggested I send it to you.
General observations are that the php installation process may have some
issues with finding 64-bit libraries or could possibly have a few
functions that are not using 64-bit-aware calls. It is also apparent
that shared GD libraries, particularly libjpeg, are troublesome during
configure and make.
I did not see any recommendations in your documentation that specified
preferred versions of GD, MySQL, Apache2, etc. If there are restrictions
in this regard, it might help us to know about them. If a newer version
of GD will help, I will use it.
Hope you can make sense of all this. Thanks very much for your time.
Regards,
Adam
php_test_results_20090914_1032.txt
(text/plain, 77.9 KB) - not displayed
installed_packages.txt
(text/plain, 29.8 KB)
Loaded plugins: fastestmirror Installed Packages SysVinit.x86_64 2.86-15.el5 installed Xaw3d.x86_64 1.5E-10.1 installed acl.x86_64 2.2.39-3.el5 installed alsa-lib.x86_64 1.0.17-1.el5 installed anacron.x86_64 2.3-45.el5.centos installed apr.x86_64 1.2.7-11 installed apr-devel.x86_64 1.2.7-11 installed apr-util.x86_64 1.2.7-7.el5 installed apr-util-devel.x86_64 1.2.7-7.el5 installed aspell.x86_64 12:0.60.3-7.1 installed aspell-en.x86_64 50:6.0-2.1 installed at.x86_64 3.1.8-82.fc6 installed atk.x86_64 1.12.2-1.fc6 installed atk-devel.x86_64 1.12.2-1.fc6 installed attr.x86_64 2.4.32-1.1 installed audit.x86_64 1.7.7-6.el5 installed audit-libs.x86_64 1.7.7-6.el5 installed audit-libs-python.x86_64 1.7.7-6.el5 installed authconfig.x86_64 5.3.21-5.el5 installed autoconf.noarch 2.59-12 installed automake.noarch 1.9.6-2.1 installed basesystem.noarch 8.0-5.1.1.el5.centos installed bash.x86_64 3.2-24.el5 installed bc.x86_64 1.06-21 installed beecrypt.x86_64 4.1.2-10.1.1 installed bind.x86_64 30:9.3.4-10.P1.el5 installed bind-chroot.x86_64 30:9.3.4-10.P1.el5 installed bind-libs.x86_64 30:9.3.4-10.P1.el5 installed bind-utils.x86_64 30:9.3.4-10.P1.el5 installed binutils.x86_64 2.17.50.0.6-9.el5 installed bison.x86_64 2.3-2.1 installed bison-devel.x86_64 2.3-2.1 installed bzip2.x86_64 1.0.3-4.el5_2 installed bzip2-libs.x86_64 1.0.3-4.el5_2 installed cairo.x86_64 1.2.4-5.el5 installed cairo-devel.x86_64 1.2.4-5.el5 installed centos-release.x86_64 10:5-3.el5.centos.1 installed centos-release-notes.x86_64 5.3-3 installed chkconfig.x86_64 1.3.30.1-2 installed chkfontpath.x86_64 1.10.1-1.1 installed coreutils.x86_64 5.97-19.el5 installed cpio.x86_64 2.6-20 installed cpp.x86_64 4.1.2-44.el5 installed cracklib.x86_64 2.8.9-3.3 installed cracklib-dicts.x86_64 2.8.9-3.3 installed crontabs.noarch 1.10-8 installed cups-libs.x86_64 1:1.3.7-8.el5 installed curl.x86_64 7.15.5-2.el5 installed curl-devel.x86_64 7.15.5-2.el5 installed cvs.x86_64 1.11.22-5.el5 installed cyrus-sasl.x86_64 2.1.22-4 installed cyrus-sasl-devel.x86_64 2.1.22-4 installed cyrus-sasl-lib.x86_64 2.1.22-4 installed cyrus-sasl-md5.x86_64 2.1.22-4 installed db4.x86_64 4.3.29-9.fc6 installed db4-devel.x86_64 4.3.29-9.fc6 installed dbus.x86_64 1.1.2-12.el5 installed dbus-libs.x86_64 1.1.2-12.el5 installed desktop-file-utils.x86_64 0.10-7 installed device-mapper.x86_64 1.02.28-2.el5 installed device-mapper-multipath.x86_64 0.4.7-23.el5 installed diffutils.x86_64 2.8.1-15.2.3.el5 installed distcache.x86_64 1.4.5-14.1 installed dmraid.x86_64 1.0.0.rc13-33.el5 installed dos2unix.x86_64 3.1-27.1 installed e2fsprogs.x86_64 1.39-20.el5 installed e2fsprogs-devel.x86_64 1.39-20.el5 installed e2fsprogs-libs.x86_64 1.39-20.el5 installed ed.x86_64 0.2-39.el5_2 installed elfutils.x86_64 0.137-3.el5 installed elfutils-libelf.x86_64 0.137-3.el5 installed elfutils-libelf-devel.x86_64 0.137-3.el5 installed elfutils-libelf-devel-static.x86_64 0.137-3.el5 installed elfutils-libs.x86_64 0.137-3.el5 installed emacs.x86_64 21.4-20.el5 installed emacs-common.x86_64 21.4-20.el5 installed ethtool.x86_64 6-2.el5 installed expat.x86_64 1.95.8-8.2.1 installed expat-devel.x86_64 1.95.8-8.2.1 installed fetchmail.x86_64 6.3.6-1.1.el5 installed file.x86_64 4.17-15 installed filesystem.x86_64 2.4.0-1.el5.centos installed findutils.x86_64 1:4.2.27-5.el5 installed finger.x86_64 0.17-32.2.1.1 installed fipscheck.x86_64 1.0.3-1.el5 installed fontconfig.x86_64 2.4.1-7.el5 installed fontconfig-devel.x86_64 2.4.1-7.el5 installed freetype.x86_64 2.2.1-20.el5_2 installed freetype-devel.x86_64 2.2.1-20.el5_2 installed ftp.x86_64 0.17-35.el5 installed gawk.x86_64 3.1.5-14.el5 installed gcc.x86_64 4.1.2-44.el5 installed gcc-c++.x86_64 4.1.2-44.el5 installed gd.x86_64 2.0.33-9.4.el5_1.1 installed gd-devel.x86_64 2.0.33-9.4.el5_1.1 installed gdbm.x86_64 1.8.0-26.2.1 installed gdbm-devel.x86_64 1.8.0-26.2.1 installed giflib.x86_64 4.1.3-7.1.el5.1 installed glib2.x86_64 2.12.3-2.fc6 installed glib2-devel.x86_64 2.12.3-2.fc6 installed glibc.x86_64 2.5-34 installed glibc-common.x86_64 2.5-34 installed glibc-devel.x86_64 2.5-34 installed glibc-headers.x86_64 2.5-34 installed gmp.x86_64 4.1.4-10.el5 installed gnupg.x86_64 1.4.5-14 installed gnutls.x86_64 1.4.1-3.el5_2.1 installed gpm.x86_64 1.20.1-74.1 installed grep.x86_64 2.5.1-54.2.el5 installed groff.x86_64 1.18.1.1-11.1 installed gtk2.x86_64 2.10.4-20.el5 installed gtk2-devel.x86_64 2.10.4-20.el5 installed gzip.x86_64 1.3.5-10.el5.centos installed hesiod.x86_64 3.1.0-8 installed hicolor-icon-theme.noarch 0.9-2.1 installed htmlview.noarch 4.0.0-2.el5 installed imake.x86_64 1.0.2-3 installed info.x86_64 4.8-14.el5 installed initscripts.x86_64 8.45.25-1.el5.centos installed iproute.x86_64 2.6.18-9.el5 installed iputils.x86_64 20020927-45.el5 installed jwhois.x86_64 3.2.3-8.el5 installed kernel.i386 2.9.0-3 installed kernel-headers.x86_64 2.6.18-128.el5 installed keyutils-libs.x86_64 1.2-1.el5 installed keyutils-libs-devel.x86_64 1.2-1.el5 installed kpartx.x86_64 0.4.7-23.el5 installed krb5-devel.x86_64 1.6.1-31.el5 installed krb5-libs.x86_64 1.6.1-31.el5 installed less.x86_64 394-5.el5 installed libFS.x86_64 1.0.0-3.1 installed libICE.x86_64 1.0.1-2.1 installed libSM.x86_64 1.0.1-3.1 installed libX11.x86_64 1.0.3-9.el5 installed libX11-devel.x86_64 1.0.3-9.el5 installed libXau.x86_64 1.0.1-3.1 installed libXau-devel.x86_64 1.0.1-3.1 installed libXaw.x86_64 1.0.2-8.1 installed libXcursor.x86_64 1.1.7-1.1 installed libXcursor-devel.x86_64 1.1.7-1.1 installed libXdmcp.x86_64 1.0.1-2.1 installed libXdmcp-devel.x86_64 1.0.1-2.1 installed libXext.x86_64 1.0.1-2.1 installed libXext-devel.x86_64 1.0.1-2.1 installed libXfixes.x86_64 4.0.1-2.1 installed libXfixes-devel.x86_64 4.0.1-2.1 installed libXfont.x86_64 1.2.2-1.0.3.el5_1 installed libXft.x86_64 2.1.10-1.1 installed libXft-devel.x86_64 2.1.10-1.1 installed libXi.x86_64 1.0.1-3.1 installed libXi-devel.x86_64 1.0.1-3.1 installed libXinerama.x86_64 1.0.1-2.1 installed libXinerama-devel.x86_64 1.0.1-2.1 installed libXmu.x86_64 1.0.2-5 installed libXpm.x86_64 3.5.5-3 installed libXpm-devel.x86_64 3.5.5-3 installed libXrandr.x86_64 1.1.1-3.1 installed libXrandr-devel.x86_64 1.1.1-3.1 installed libXrender.x86_64 0.9.1-3.1 installed libXrender-devel.x86_64 0.9.1-3.1 installed libXt.x86_64 1.0.2-3.1.fc6 installed libXtst.x86_64 1.0.1-3.1 installed libXxf86vm.x86_64 1.0.1-3.1 installed libacl.x86_64 2.2.39-3.el5 installed libart_lgpl.x86_64 2.3.17-4 installed libattr.x86_64 2.4.32-1.1 installed libc-client.x86_64 2004g-2.2.1 installed libcap.x86_64 1.10-26 installed libdrm.x86_64 2.0.2-1.1 installed libfontenc.x86_64 1.0.2-2.2.el5 installed libgcc.x86_64 4.1.2-44.el5 installed libgcj.x86_64 4.1.2-44.el5 installed libgcrypt.x86_64 1.2.4-1.el5 installed libgomp.x86_64 4.3.2-7.el5 installed libgpg-error.x86_64 1.4-2 installed libidn.x86_64 0.6.5-1.1 installed libidn-devel.x86_64 0.6.5-1.1 installed libjpeg.x86_64 6b-37 installed libjpeg-devel.x86_64 6b-37 installed libpng.x86_64 2:1.2.10-7.1.el5_0.1 installed libpng-devel.x86_64 2:1.2.10-7.1.el5_0.1 installed libselinux.x86_64 1.33.4-5.1.el5 installed libselinux-devel.x86_64 1.33.4-5.1.el5 installed libselinux-python.x86_64 1.33.4-5.1.el5 installed libselinux-utils.x86_64 1.33.4-5.1.el5 installed libsemanage.x86_64 1.9.1-3.el5 installed libsepol.x86_64 1.15.2-1.el5 installed libsepol-devel.x86_64 1.15.2-1.el5 installed libstdc++.x86_64 4.1.2-44.el5 installed libstdc++-devel.x86_64 4.1.2-44.el5 installed libsysfs.x86_64 2.0.0-6 installed libtermcap.x86_64 2.0.8-46.1 installed libtiff.x86_64 3.8.2-7.el5_2.2 installed libtool.x86_64 1.5.22-6.1 installed libusb.x86_64 0.1.12-5.1 installed libuser.x86_64 0.54.7-2.el5.5 installed libutempter.x86_64 1.1.4-4.el5 installed libwvstreams.x86_64 4.2.2-2.1 installed libxml2.x86_64 2.6.26-2.1.2.7 installed libxml2-devel.x86_64 2.6.26-2.1.2.7 installed libxml2-python.x86_64 2.6.26-2.1.2.7 installed libxslt.x86_64 1.1.17-2.el5_2.2 installed logrotate.x86_64 3.7.4-9 installed logwatch.noarch 7.3-6.el5 installed lrzsz.x86_64 0.12.20-22.1 installed lsof.x86_64 4.78-3 installed lynx.x86_64 2.8.5-28.1.el5_2.1 installed lzo.x86_64 2.02-3.fc8 installed m2crypto.x86_64 0.16-6.el5.3 installed m4.x86_64 1.4.5-3.el5.1 installed mailcap.noarch 2.1.23-1.fc6 installed mailx.x86_64 8.1.1-44.2.2 installed make.x86_64 1:3.81-3.el5 installed man.x86_64 1.6d-1.1 installed man-pages.noarch 2.39-12.el5 installed mcstrans.x86_64 0.2.11-3.el5 installed mesa-libGL.x86_64 6.5.1-7.7.el5 installed mesa-libGL-devel.x86_64 6.5.1-7.7.el5 installed mingetty.x86_64 1.07-5.2.2 installed mkinitrd.x86_64 5.1.19.6-44 installed mktemp.x86_64 3:1.5-23.2.2 installed mlocate.x86_64 0.15-1.el5.1 installed module-init-tools.x86_64 3.3-0.pre3.1.42.el5 installed mtr.x86_64 2:0.71-3.1 installed mx.x86_64 2.0.6-2.2.2 installed nano.x86_64 1.3.12-1.1 installed nash.x86_64 5.1.19.6-44 installed nc.x86_64 1.84-10.fc6 installed ncurses.x86_64 5.5-24.20060715 installed ncurses-devel.x86_64 5.5-24.20060715 installed neon.x86_64 0.25.5-10.el5 installed neon-devel.x86_64 0.25.5-10.el5 installed net-tools.x86_64 1.60-78.el5 installed newt.x86_64 0.52.2-12.el5 installed nscd.x86_64 2.5-34 installed nspr.x86_64 4.7.3-2.el5 installed nspr-devel.x86_64 4.7.3-2.el5 installed nss.x86_64 3.12.2.0-2.el5.centos installed nss-devel.x86_64 3.12.2.0-2.el5.centos installed nss_ldap.x86_64 253-17.el5 installed ntsysv.x86_64 1.3.30.1-2 installed openldap.x86_64 2.3.43-3.el5 installed openldap-devel.x86_64 2.3.43-3.el5 installed openssh.x86_64 4.3p2-29.el5 installed openssh-clients.x86_64 4.3p2-29.el5 installed openssh-server.x86_64 4.3p2-29.el5 installed openssl.x86_64 0.9.8e-7.el5 installed openssl-devel.x86_64 0.9.8e-7.el5 installed openssl097a.x86_64 0.9.7a-9.el5_2.1 installed openvpn.x86_64 2.1-0.19.rc4.fc7 installed pam.x86_64 0.99.6.2-4.el5 installed pango.x86_64 1.14.9-3.el5.centos installed pango-devel.x86_64 1.14.9-3.el5.centos installed passwd.x86_64 0.73-1 installed patch.x86_64 2.5.4-29.2.3.el5 installed pax.x86_64 3.4-1.2.2 installed pcre.x86_64 6.6-2.el5_1.7 installed pcre-devel.x86_64 6.6-2.el5_1.7 installed perl.x86_64 4:5.8.8-18.el5 installed perl-Archive-Tar.noarch 1.30-1.fc6 installed perl-BSD-Resource.x86_64 1.28-1.fc6.1 installed perl-Compress-Zlib.x86_64 1.42-1.fc6 installed perl-Convert-ASN1.noarch 0.20-1.1 installed perl-DBI.x86_64 1.52-2.el5 installed perl-Digest-HMAC.noarch 1.01-15 installed perl-Digest-SHA1.x86_64 2.11-1.2.1 installed perl-HTML-Parser.x86_64 3.55-1.fc6 installed perl-HTML-Tagset.noarch 3.10-2.1.1 installed perl-IO-Socket-INET6.noarch 2.51-2.fc6 installed perl-IO-Socket-SSL.noarch 1.01-1.fc6 installed perl-IO-Zlib.noarch 1.04-4.2.1 installed perl-Net-DNS.x86_64 0.59-3.el5 installed perl-Net-IP.noarch 1.25-2.fc6 installed perl-Net-SSLeay.x86_64 1.30-4.fc6 installed perl-Socket6.x86_64 0.19-3.fc6 installed perl-URI.noarch 1.35-3 installed perl-XML-Parser.x86_64 2.34-6.1.2.2.1 installed perl-libwww-perl.noarch 5.805-1.1.1 installed pinfo.x86_64 0.6.9-1.fc6 installed pkgconfig.x86_64 1:0.21-2.el5 installed policycoreutils.x86_64 1.33.12-14.2.el5 installed popt.x86_64 1.10.2.3-9.el5 installed portmap.x86_64 4.0-65.2.2.1 installed postgresql-libs.x86_64 8.1.11-1.el5_1.1 installed procmail.x86_64 3.22-17.1.el5.centos installed procps.x86_64 3.2.7-11.1.el5 installed psacct.x86_64 6.3.2-44.el5 installed psmisc.x86_64 22.2-6 installed pyOpenSSL.x86_64 0.6-1.p24.7.2.2 installed python.x86_64 2.4.3-24.el5 installed python-devel.x86_64 2.4.3-24.el5 installed python-elementtree.x86_64 1.2.6-5 installed python-iniparse.noarch 0.2.3-4.el5 installed python-sqlite.x86_64 1.1.7-1.2.1 installed python-urlgrabber.noarch 3.1.0-5.el5 installed rcs.x86_64 5.7-30.1 installed rdist.x86_64 1:6.1.5-44 installed readline.x86_64 5.1-1.1 installed redhat-menus.noarch 6.7.8-3.el5 installed rhpl.x86_64 0.194.1-1 installed rootfiles.noarch 8.1-1.1.1 installed rpm.x86_64 4.4.2.3-9.el5 installed rpm-build.x86_64 4.4.2.3-9.el5 installed rpm-devel.x86_64 4.4.2.3-9.el5 installed rpm-libs.x86_64 4.4.2.3-9.el5 installed rpm-python.x86_64 4.4.2.3-9.el5 installed rsh.x86_64 0.17-38.el5 installed rsync.x86_64 2.6.8-3.1 installed samba.x86_64 3.0.33-3.7.el5 installed samba-client.x86_64 3.0.33-3.7.el5 installed samba-common.x86_64 3.0.33-3.7.el5 installed samba-swat.x86_64 3.0.33-3.7.el5 installed screen.x86_64 4.0.3-1.el5 installed sed.x86_64 4.1.5-5.fc6 installed sendmail.x86_64 8.13.8-2.el5 installed setup.noarch 2.5.58-4.el5 installed setuptool.x86_64 1.19.2-1.el5.centos installed shadow-utils.x86_64 2:4.0.17-14.el5 installed slang.x86_64 2.0.6-4.el5 installed spamassassin.x86_64 3.2.5-1.el5 installed specspo.noarch 13-1.el5.centos installed sqlite.x86_64 3.3.6-2 installed sqlite-devel.x86_64 3.3.6-2 installed squid.x86_64 7:2.6.STABLE21-3.el5 installed star.x86_64 1.5a75-2 installed startup-notification.x86_64 0.8-4.1 installed stunnel.x86_64 4.15-2.el5.1 installed sudo.x86_64 1.6.9p17-3.el5 installed switchdesk.noarch 4.0.8-6 installed symlinks.x86_64 1.2-24.2.2 installed sysklogd.x86_64 1.4.1-44.el5 installed talk.x86_64 0.17-29.2.2 installed tar.x86_64 2:1.15.1-23.0.1.el5 installed tcl.x86_64 8.4.13-3.fc6 installed tcl-devel.x86_64 8.4.13-3.fc6 installed tcp_wrappers.x86_64 7.6-40.6.el5 installed tcsh.x86_64 6.14-14.el5 installed telnet.x86_64 1:0.17-39.el5 installed termcap.noarch 1:5.5-1.20060701.1 installed time.x86_64 1.7-27.2.2 installed tk.x86_64 8.4.13-5.el5_1.1 installed tmpwatch.x86_64 2.9.7-1.1.el5.2 installed traceroute.x86_64 3:2.0.1-5.el5 installed ttmkfdir.x86_64 3.0.9-23.el5 installed tzdata.noarch 2008i-1.el5 installed unix2dos.x86_64 2.2-26.2.2 installed unzip.x86_64 5.52-3.el5 installed usermode.x86_64 1.88-3.el5.2 installed util-linux.x86_64 2.13-0.50.el5 installed vim-common.x86_64 2:7.0.109-4.el5_2.4z installed vim-enhanced.x86_64 2:7.0.109-4.el5_2.4z installed vim-minimal.x86_64 2:7.0.109-4.el5_2.4z installed vixie-cron.x86_64 4:4.1-76.el5 installed vnc-server.x86_64 4.1.2-14.el5 installed vsftpd.x86_64 2.0.5-12.el5 installed webmin.noarch 1.340-1OH installed wget.x86_64 1.10.2-7.el5 installed which.x86_64 2.16-7 installed wireless-tools.x86_64 1:28-2.el5 installed words.noarch 3.0-9.1 installed xinetd.x86_64 2:2.3.14-10.el5 installed xorg-x11-filesystem.noarch 7.1-2.fc6 installed xorg-x11-font-utils.x86_64 1:7.1-2 installed xorg-x11-fonts-75dpi.noarch 7.1-2.1.el5 installed xorg-x11-fonts-ISO8859-1-75dpi.noarch 7.1-2.1.el5 installed xorg-x11-fonts-base.noarch 7.1-2.1.el5 installed xorg-x11-proto-devel.x86_64 7.1-9.el5.centos installed xorg-x11-xauth.x86_64 1:1.0.1-2.1 installed xorg-x11-xfs.x86_64 1:1.0.2-4 installed xterm.x86_64 215-8.el5 installed yum.noarch 3.2.19-18.el5.centos installed yum-fastestmirror.noarch 1.1.16-13.el5.centos installed yum-metadata-parser.x86_64 1.1.2-2.el5 installed zip.x86_64 2.31-2.el5 installed zlib.x86_64 1.2.3-3 installed zlib-devel.x86_64 1.2.3-3 installed
Linux_CPU_Info.txt
(text/plain, 3.5 KB)
[root@localhost php-5.3.0]# cat /proc/version Linux version 2.6.27.4-vs2.3.0.35.9 ([email protected]) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #2 SMP Sat Nov 8 15:47:45 EST 2008 [root@localhost php-5.3.0]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5148 @ 2.33GHz stepping : 11 cpu MHz : 2333.394 cache size : 4096 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm bogomips : 4666.78 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5148 @ 2.33GHz stepping : 11 cpu MHz : 2333.394 cache size : 4096 KB physical id : 3 siblings : 2 core id : 0 cpu cores : 2 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm bogomips : 4666.90 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5148 @ 2.33GHz stepping : 11 cpu MHz : 2333.394 cache size : 4096 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm bogomips : 4666.87 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5148 @ 2.33GHz stepping : 11 cpu MHz : 2333.394 cache size : 4096 KB physical id : 3 siblings : 2 core id : 1 cpu cores : 2 apicid : 7 initial apicid : 7 fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm bogomips : 4666.88 clflush size : 64 cache_alignment : 64 address sizes : 38 bits physical, 48 bits virtual power management:
config.log
(text/plain, 124 KB) - not displayed