LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-04-2016, 09:41 AM   #1
NotionCommotion
Member
 
Registered: Aug 2012
Posts: 789

Rep: Reputation: Disabled
phpmyadmin is missing from Redhat


I performed yum remove to PHP5.5 and then yum installed PHP5.6 on my physical Centos 6 server. PHP and Apache are working fine. I believe when removing PHP, phpmyadmin was uninstalled as well being a dependent.

So, I attempted to re-install phpmyadmin, but get the following error.
Code:
http://apt.sw.be/redhat/el6/en/x86_64/dag/RPMS/phpmyadmin-2.11.11.3-1.el6.rf.noarch.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Am I doing something wrong, or is Redhat? I expect it is me...

Code:
[root@devserver httpd]# yum -y install phpmyadmin
Loaded plugins: fastestmirror, priorities, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * epel: mirrors.kernel.org
 * extras: mirror.tocici.com
 * ius: mirrors.kernel.org
 * updates: mirror.hostduplex.com
http://apt.sw.be/redhat/el6/en/x86_64/dag/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

1697 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package phpmyadmin.noarch 0:2.11.11.3-1.el6.rf will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
 Package                                                   Arch                                                  Version                                                            Repository                                          Size
=============================================================================================================================================================================================================================================
Installing:
 phpmyadmin                                                noarch                                                2.11.11.3-1.el6.rf                                                 dag                                                2.7 M

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

Total download size: 2.7 M
Installed size: 13 M
Downloading Packages:
http://apt.sw.be/redhat/el6/en/x86_64/dag/RPMS/phpmyadmin-2.11.11.3-1.el6.rf.noarch.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.


Error Downloading Packages:
  phpmyadmin-2.11.11.3-1.el6.rf.noarch: failure: RPMS/phpmyadmin-2.11.11.3-1.el6.rf.noarch.rpm from dag: [Errno 256] No more mirrors to try.

[root@devserver httpd]#
The version of PHP installed is as follows:
Code:
[root@devserver httpd]# yum info php56u
Loaded plugins: fastestmirror, priorities, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * epel: mirrors.kernel.org
 * extras: mirror.tocici.com
 * ius: mirrors.kernel.org
 * updates: mirror.hostduplex.com
http://apt.sw.be/redhat/el6/en/x86_64/dag/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

1697 packages excluded due to repository priority protections
Installed Packages
Name        : php56u
Arch        : x86_64
Version     : 5.6.25
Release     : 1.ius.centos6
Size        : 9.0 M
Repo        : installed
From repo   : ius
Summary     : PHP scripting language for creating dynamic web sites
URL         : http://www.php.net/
License     : PHP and Zend and BSD
Description : PHP is an HTML-embedded scripting language. PHP attempts to make it
            : easy for developers to write dynamically generated web pages. PHP also
            : offers built-in database integration for several commercial and
            : non-commercial database management systems, so writing a
            : database-enabled webpage with PHP is fairly simple. The most common
            : use of PHP coding is probably as a replacement for CGI scripts.
            :
            : The php package contains the module (often referred to as mod_php)
            : which adds support for the PHP language to Apache HTTP Server.

[root@devserver httpd]#
I then tried yum clean all, and get different results:

Code:
[root@devserver httpd]# yum clean all
Loaded plugins: fastestmirror, priorities, security
Cleaning repos: Webmin base dag epel extras ius updates virtualbox
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@devserver httpd]# yum -y install phpmyadmin
Loaded plugins: fastestmirror, priorities, security
Setting up Install Process
Determining fastest mirrors
epel/metalink                                                                                                                                                                                                         |  13 kB     00:00
 * base: linux.mirrors.es.net
 * epel: mirrors.cat.pdx.edu
 * extras: centos.mirrors.hoobly.com
 * ius: ord.mirror.rackspace.com
 * updates: mirrors.usc.edu
Webmin                                                                                                                                                                                                                | 1.0 kB     00:00
Webmin/primary                                                                                                                                                                                                        |  32 kB     00:00
Webmin                                                                                                                                                                                                                               254/254
base                                                                                                                                                                                                                  | 3.7 kB     00:00
base/primary_db                                                                                                                                                                                                       | 4.7 MB     00:01
http://apt.sw.be/redhat/el6/en/x86_64/dag/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

Error: Cannot retrieve repository metadata (repomd.xml) for repository: dag. Please verify its path and try again
[root@devserver httpd]#
 
Old 09-04-2016, 09:56 AM   #2
NotionCommotion
Member
 
Registered: Aug 2012
Posts: 789

Original Poster
Rep: Reputation: Disabled
Please disregard. Appears that it has nothing to do with phpmyadmin. I would have edited this post and changed the subject, but I don't think I can change the title, so will start over with a new post.
 
Old 09-04-2016, 08:03 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,257
Blog Entries: 28

Rep: Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119
For future reference, you can change the title by clicking the "Go Advanced" button while you are editing the post (it took me years to discover this myself).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PhpMyAdmin completly installed but can not connect to Server (IP/phpmyadmin) DKI Linux - Newbie 4 11-22-2014 08:51 AM
[SOLVED] phpmyadmin directory missing struggled_newbie Linux - Newbie 4 11-03-2010 10:20 PM
phpMyAdmin error: client denied by server configuration: /usr/share/phpMyAdmin Kropotkin Linux - Server 2 05-15-2010 12:55 PM
phpmyadmin shows blank page; no "phpmyadmin" database in mysql qajaq Linux - Software 2 12-20-2009 12:23 PM
Redhat 7.3 Make missing? Alinuxnoob Linux - General 8 05-24-2002 05:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration