LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   phpmyadmin is missing from Redhat (https://www.linuxquestions.org/questions/linux-newbie-8/phpmyadmin-is-missing-from-redhat-4175588700/)

NotionCommotion 09-04-2016 09:41 AM

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]#


NotionCommotion 09-04-2016 09:56 AM

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.

frankbell 09-04-2016 08:03 PM

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).


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