Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Install phpmyadmin in RHEL6 x86_64

  1. #11
    Is that all you got? rockdalinux's Avatar
    Join Date
    May 2005
    Location
    Planet Vegeta
    Posts
    983
    Thanks
    27
    Thanked 70 Times in 61 Posts
    Rep Power
    19

    Default

    Quote Originally Posted by grifs71 View Post
    Got it!

    I found the solution on another forum:

    check the server 'optional' repo in RHEL6

    I am testing with it now...


    Where is optional repo listed in /etc/yum.repos.d/ ?
    Rocky Jr.
    What's wrong? I hope I am not making you uncomfortable...

    Never send a boy to do a mans job.

  2. The Following User Says Thank You to rockdalinux For This Useful Post:

    grifs71 (20th May 2011)

  3. #12
    Junior Member
    Join Date
    Dec 2007
    Location
    Prairie Grove, Arkansas
    Posts
    22
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Quote Originally Posted by rockdalinux View Post
    php-mbstring is part of default rhn repo. Are you registered with RHN?


    Code:
    yum info php-mbstring
    Loaded plugins: downloadonly, rhnplugin, security
    Installed Packages
    Name       : php-mbstring
    Arch       : x86_64
    Version    : 5.1.6
    Release    : 27.el5_5.3
    Size       : 1.8 M
    Repo       : installed
    Summary    : A module for PHP applications which need multi-byte string handling
    URL        : http://www.php.net/
    License    : The PHP License v3.01
    Description: The php-mbstring package contains a dynamic shared object that will add
               : support for multi-byte string handling to PHP.
    However it comes RHN comes with php-mbstring version 5.1.6 and phpmyadmin needs 5.2.0.

    It install successfully, I have RHN entitlements:

    [root@test ~]# yum clean all
    Loaded plugins: rhnplugin
    Cleaning repos: epel rhel-x86_64-server-6
    Cleaning up Everything
    [root@test ~]# yum -y install php-mbstringyum install php-mcrypt php-mbstring^C
    [root@test ~]# yum install php-mcrypt php-mbstring
    Loaded plugins: rhnplugin
    epel/metalink | 11 kB 00:00
    epel | 4.3 kB 00:00
    epel/primary_db | 3.7 MB 00:01
    rhel-x86_64-server-6 | 1.8 kB 00:00
    rhel-x86_64-server-6/primary | 3.6 MB 00:00
    rhel-x86_64-server-6 4964/4964
    rhel-x86_64-server-optional-6 3461/3461
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package php-mbstring.x86_64 0:5.3.3-3.el6 will be installed
    ---> Package php-mcrypt.x86_64 0:5.3.2-3.el6 will be installed
    --> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.3.2-3.el6.x86_64
    --> Running transaction check
    ---> Package libmcrypt.x86_64 0:2.5.8-9.el6 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ================================================== ================================================== ================================================== ==================================================
    Package Arch Version Repository Size
    ================================================== ================================================== ================================================== ==================================================
    Installing:
    php-mbstring x86_64 5.3.3-3.el6 rhel-x86_64-server-optional-6 453 k
    php-mcrypt x86_64 5.3.2-3.el6 epel 16 k
    Installing for dependencies:
    libmcrypt x86_64 2.5.8-9.el6 epel 96 k

    Transaction Summary
    ================================================== ================================================== ================================================== ==================================================
    Install 3 Package(s)

    Total download size: 565 k
    Installed size: 322 k
    Is this ok [y/N]: y
    Downloading Packages:
    (1/3): libmcrypt-2.5.8-9.el6.x86_64.rpm | 96 kB 00:00
    (3/3): php-mcrypt-5.3.2-3.el6.x86_64.rpm | 16 kB 00:00
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Total 356 kB/s | 565 kB 00:01
    warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    Importing GPG key 0x0608B895:
    Userid : EPEL (6) <epel@fedoraproject.org>
    Package: epel-release-6-5.noarch (installed)
    From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : libmcrypt-2.5.8-9.el6.x86_64 1/3
    Installing : php-mcrypt-5.3.2-3.el6.x86_64 2/3
    Installing : php-mbstring-5.3.3-3.el6.x86_64 3/3

    Installed:
    php-mbstring.x86_64 0:5.3.3-3.el6 php-mcrypt.x86_64 0:5.3.2-3.el6

    Dependency Installed:
    libmcrypt.x86_64 0:2.5.8-9.el6

    Complete!
    [root@test ~]# yum -y install phpmyadmin
    Loaded plugins: rhnplugin
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package phpMyAdmin.noarch 0:3.3.10-1.el6 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ================================================== ================================================== ================================================== ==================================================
    Package Arch Version Repository Size
    ================================================== ================================================== ================================================== ==================================================
    Installing:
    phpMyAdmin noarch 3.3.10-1.el6 epel 3.6 M

    Transaction Summary
    ================================================== ================================================== ================================================== ==================================================
    Install 1 Package(s)

    Total download size: 3.6 M
    Installed size: 15 M
    Downloading Packages:
    phpMyAdmin-3.3.10-1.el6.noarch.rpm | 3.6 MB 00:01
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : phpMyAdmin-3.3.10-1.el6.noarch 1/1

    Installed:
    phpMyAdmin.noarch 0:3.3.10-1.el6

    Complete!

  4. #13
    Junior Member
    Join Date
    Dec 2007
    Location
    Prairie Grove, Arkansas
    Posts
    22
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Sorry, I got ahead of myself, I had to login to the Red Hat Network and add the optional channel

    RHEL Server Optional

    it had the packages for the dependencies

    I found this on another forum

    [SOLVED] RHEL6 - no PHP-MCRYPT support

    now the hard part,

    setting up phpmyadmin with only port 443 (ssl) access only

  5. #14
    Junior Member
    Join Date
    Dec 2007
    Location
    Prairie Grove, Arkansas
    Posts
    22
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Before I begin, do I need to go ahead and create my self-signed CERTS on my server first.

    Do you have a baseline config that will work?

    I can get the mysql started and passwords going, do I need a separate account in mysql for phpmyadmin if so do you have the syntax for creating the account correctly?

    Sorry for so many questions, I have batting the install of phpmyadmin for over a day now with SSL.

  6. #15
    Junior Member
    Join Date
    Dec 2007
    Location
    Prairie Grove, Arkansas
    Posts
    22
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    I got everything installed, I am testing with port 80 when I type in

    http://myservername/phpmyadmin

    all I get is a 'blank page'

    php is working

    I removed the lines from phpMyAdmin.conf in /etc/httpd/conf.d

    <Directory /usr/share/phpMyAdmin/> #order deny,allow #deny from all #allow from 127.0.0.1 #allow from ::1

    but still no go???

    What am I doing wrong?

  7. #16
    Is that all you got? rockdalinux's Avatar
    Join Date
    May 2005
    Location
    Planet Vegeta
    Posts
    983
    Thanks
    27
    Thanked 70 Times in 61 Posts
    Rep Power
    19
    Rocky Jr.
    What's wrong? I hope I am not making you uncomfortable...

    Never send a boy to do a mans job.

  8. #17
    Junior Member
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    If you try to access it from remote
    allow from All on phpMyAdmin.conf like :

    <Directory /usr/share/phpMyAdmin/>
    Order Deny,Allow
    #Deny from All
    #Allow from 127.0.0.1
    Allow from All
    Allow from ::1
    </Directory>

    CMIIW

    Quote Originally Posted by grifs71 View Post
    I got everything installed, I am testing with port 80 when I type in

    http://myservername/phpmyadmin

    all I get is a 'blank page'

    php is working

    I removed the lines from phpMyAdmin.conf in /etc/httpd/conf.d

    <Directory /usr/share/phpMyAdmin/> #order deny,allow #deny from all #allow from 127.0.0.1 #allow from ::1

    but still no go???

    What am I doing wrong?

Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RHEL6 installation
    By ananth_ak in forum CentOS / RHEL / Fedora
    Replies: 2
    Last Post: 26th November 2010, 07:43 PM
  2. RHEL6 b2 on CentOS 5.5 virtualbox
    By Laslo in forum CentOS / RHEL / Fedora
    Replies: 2
    Last Post: 3rd November 2010, 02:48 PM
  3. Install phpmyadmin under CentOS Linux
    By duster in forum CentOS / RHEL / Fedora
    Replies: 2
    Last Post: 3rd February 2010, 08:51 PM
  4. Problem in installing RHEL x86_64
    By Krishsrinath in forum CentOS / RHEL / Fedora
    Replies: 3
    Last Post: 26th January 2010, 07:03 PM
  5. Redhat php5 x86_64 install
    By raj in forum Getting started tutorials
    Replies: 0
    Last Post: 5th August 2007, 07:59 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41