LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-02-2010, 12:14 PM   #1
unminser
LQ Newbie
 
Registered: May 2010
Posts: 24

Rep: Reputation: 15
install lamp


i already install Apache.
i need help to install php / mysql.
i ran some command but now what?

Code:
> yum install php-mysql mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirrors.bluehost.com
 * base: mirrors.bluehost.com
 * extras: mirror.team-cymru.org
 * updates: mirrors.tummy.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql.i386 0:5.0.77-4.el5_4.2 set to be updated
--> Processing Dependency: perl(DBI) for package: mysql
---> Package mysql.x86_64 0:5.0.77-4.el5_4.2 set to be updated
---> Package mysql-server.x86_64 0:5.0.77-4.el5_4.2 set to be updated
--> Processing Dependency: perl-DBD-MySQL for package: mysql-server
---> Package php-mysql.x86_64 0:5.1.6-24.el5_4.5 set to be updated
--> Processing Dependency: php-common = 5.1.6-24.el5_4.5 for package: php-mysql
--> Processing Dependency: php-pdo for package: php-mysql
--> Running transaction check
---> Package perl-DBD-MySQL.x86_64 0:3.0007-2.el5 set to be updated
---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
---> Package php-common.x86_64 0:5.1.6-24.el5_4.5 set to be updated
---> Package php-pdo.x86_64 0:5.1.6-24.el5_4.5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch         Version                  Repository     Size
================================================================================
Installing:
 mysql                i386         5.0.77-4.el5_4.2         updates       4.8 M
 mysql                x86_64       5.0.77-4.el5_4.2         updates       4.8 M
 mysql-server         x86_64       5.0.77-4.el5_4.2         updates       9.8 M
 php-mysql            x86_64       5.1.6-24.el5_4.5         updates        89 k
Installing for dependencies:
 perl-DBD-MySQL       x86_64       3.0007-2.el5             base          148 k
 perl-DBI             x86_64       1.52-2.el5               base          600 k
 php-common           x86_64       5.1.6-24.el5_4.5         updates       152 k
 php-pdo              x86_64       5.1.6-24.el5_4.5         updates        65 k

Transaction Summary
================================================================================
Install      8 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 20 M
Is this ok [y/N]: Exiting on user Command
Complete!




> yum install php-mysql mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirrors.bluehost.com
 * base: mirrors.bluehost.com
 * extras: mirror.team-cymru.org
 * updates: mirrors.tummy.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql.i386 0:5.0.77-4.el5_4.2 set to be updated
--> Processing Dependency: perl(DBI) for package: mysql
---> Package mysql.x86_64 0:5.0.77-4.el5_4.2 set to be updated
---> Package mysql-server.x86_64 0:5.0.77-4.el5_4.2 set to be updated
--> Processing Dependency: perl-DBD-MySQL for package: mysql-server
---> Package php-mysql.x86_64 0:5.1.6-24.el5_4.5 set to be updated
--> Processing Dependency: php-common = 5.1.6-24.el5_4.5 for package: php-mysql
--> Processing Dependency: php-pdo for package: php-mysql
--> Running transaction check
---> Package perl-DBD-MySQL.x86_64 0:3.0007-2.el5 set to be updated
---> Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
---> Package php-common.x86_64 0:5.1.6-24.el5_4.5 set to be updated
---> Package php-pdo.x86_64 0:5.1.6-24.el5_4.5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch         Version                  Repository     Size
================================================================================
Installing:
 mysql                i386         5.0.77-4.el5_4.2         updates       4.8 M
 mysql                x86_64       5.0.77-4.el5_4.2         updates       4.8 M
 mysql-server         x86_64       5.0.77-4.el5_4.2         updates       9.8 M
 php-mysql            x86_64       5.1.6-24.el5_4.5         updates        89 k
Installing for dependencies:
 perl-DBD-MySQL       x86_64       3.0007-2.el5             base          148 k
 perl-DBI             x86_64       1.52-2.el5               base          600 k
 php-common           x86_64       5.1.6-24.el5_4.5         updates       152 k
 php-pdo              x86_64       5.1.6-24.el5_4.5         updates        65 k

Transaction Summary
================================================================================
Install      8 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 20 M
Is this ok [y/N]: Exiting on user Command
Complete!
 
Old 05-02-2010, 12:21 PM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Is this ok [y/N]:
It looks like you have to type y and then press the [RETURN] key.
Otherwise the installation is aborted: "Exiting on user Command"
 
Old 05-02-2010, 12:30 PM   #3
unminser
LQ Newbie
 
Registered: May 2010
Posts: 24

Original Poster
Rep: Reputation: 15
thanks i got it now .
i did the command in webmin that why i can not type in "y"
i switch to use putty.
 
  


Reply



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
LXer: Enterprise LAMP Summit & Big LAMP Camp LXer Syndicated Linux News 0 09-21-2009 01:51 AM
Need help for install LAMP server shun Red Hat 1 04-24-2006 11:49 PM
what is the best way to install LAMP: compile or RPMs? learnfast Linux - Newbie 4 04-28-2005 07:50 PM
LAMP install gets all screwy ghight Debian 1 01-03-2005 11:24 AM
Eaiest way to install LAMP shadow11 Linux - General 1 12-09-2004 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:41 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