Sponsored Content
Operating Systems Linux Red Hat [RHEL6.1] Installation phpmyadmin Post 302887371 by talkk on Friday 7th of February 2014 04:34:18 AM
Old 02-07-2014
[RHEL6.1] Installation phpmyadmin

Hi,
i'm trying to install PhpMyAdmin on my RHEL 6.1
but when i do :
Code:
yum install phpmyadmin

it gives me this :

Code:
Error: Package: php-common-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libssl.so.10(libssl.so.10)
Error: Package: php-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libcrypto.so.10(libcrypto.so.10)
Error: Package: gd-last-2.1.0-1.el6.remi.i686 (remi)
           Requires: libjpeg.so.62(LIBJPEG_6.2)
Error: Package: php-recode-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: librecode.so.0
Error: Package: php-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libssl.so.10(libssl.so.10)
Error: Package: php-cli-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libssl.so.10(libssl.so.10)
Error: Package: php-cli-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libcrypto.so.10(OPENSSL_1.0.1)
Error: Package: php-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libcrypto.so.10(OPENSSL_1.0.1)
Error: Package: php-cli-5.5.8-1.el6.remi.i686 (remi-php55)
           Requires: libcrypto.so.10(libcrypto.so.10)

Does anyone can help me with this ?
Thanks !
 

10 More Discussions You Might Find Interesting

1. Red Hat

whats new in rhel6

hi everyone please tell me what is new in rhel 6 version,than rhel 5 or rhel 5.5? (1 Reply)
Discussion started by: dipanjan123
1 Replies

2. Red Hat

3D effects on RHEL6 OC

Hello, I just installed RHEL6 OC on my T61p. It's great! Just for fun I'd like to use some fancy cool Desktop effects. I tried to enable 3D Desktop effects from OC Welcome Center but it gave me error message: Accelerated 3D graphics is not available. Desktop effects require hardware 3D support.... (7 Replies)
Discussion started by: susja
7 Replies

3. Red Hat

3d effects in rhel6

I installed rhel 6.0 in my laptop but it is not upporting 3d graphics of rhel6 and i am getting an error message "Accelerated 3d graphics not available Desktop effects require hardware 3D support." my laptop is dll studio 1558 and my graphic card is ATI Radeon 5470 with 1 gb dedicated ram. (6 Replies)
Discussion started by: nileshgupta
6 Replies

4. Red Hat

Installation of java on RHEL6

HI all, I am trying to install java on RHEL 6 in a vm. Can any one Help me How to install Java on RHEL6. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

5. Red Hat

USB bootable RHEL6!

Hi I have ISO file of RHEL6. I want to install it on my WIndows 7 machine with dual boot. But my CD/DVD drive is not working. Please tell me how do you I make it USB bootable from my own Windows machine so that I can install it happily through flash drive. (3 Replies)
Discussion started by: nixhead
3 Replies

6. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

7. Red Hat

Start problem rhel6

what can i do now??? please help me.... (12 Replies)
Discussion started by: shakilbd
12 Replies

8. Homework & Coursework Questions

Configure DNS in rhel6.3

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: cant configure dns in virtual box. im using rhel6.3. i have a cd containing rhel which the professor provided us.... (2 Replies)
Discussion started by: rpmacaspac
2 Replies

9. Red Hat

Chroot DNS RHEL6

Hi, Just installed BIND on rhel6 as a primary new DNS server and all went well, digging and resolving as it should. However, all zone files are listed in the /var/named dir as well as the /var/named/chroot/var/named. Although no dynamic links are shown, they are. This doesn't seem secure to me,... (2 Replies)
Discussion started by: Duffs22
2 Replies

10. Red Hat

Lftp service in rhel6 ?

Hi, After installing vsftpd rpm - we have vsftpd service available. But when i installed lftp rpm - i do not see any associated service for this ? Is there is any ? (2 Replies)
Discussion started by: saurabh84g
2 Replies
yum(8)																	    yum(8)

NAME
yum - Yellowdog Updater Modified shell SYNOPSIS
yum shell [filename] DESCRIPTION
yum includes an interactive shell for conducting multiple commands or sets of commands during a single execution of yum. These commands can be issued manually or passed to yum from a file. The commands are much the same as the normal yum command line options. See here yum(8) for that information. There are a few additional commands documented below. config [argument] [value] args: debuglevel, errorlevel, obsoletes, gpgcheck, assumeyes, exclude If no value is given it prints the current value. If value is given it sets that value. repo [argument] [option] list: lists repositories and their status enable: enable repositories. option = repository id disable: disable repositories. option = repository id transaction [argument] list: lists the contents of the transaction reset: reset (zero-out) the transaction solve: run the dependency solver on the transaction run: run the transaction Examples The following are examples of using the yum shell. list available packagename* groupinfo 'Some Group' install foo remove bar update baz run That will list available packages matching the glob 'packagename*'. It will return information on the group 'Some Group' It will then queue the following commands into the transaction: install foo, remove bar, update baz. Then the 'run' command will resolve dependencies for the transaction commands and run the transaction. SEE ALSO
yum (8) http://yum.baseurl.org/ AUTHORS
See the Authors file included with this program. BUGS
There of course aren't any bugs, but if you find any, they should be sent to the mailing list: yum@lists.baseurl.org or filed in bugzilla. Seth Vidal yum(8)
All times are GMT -4. The time now is 11:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy