Link to home
Start Free TrialLog in
Avatar of komputer
komputer

asked on

install/uninstall apche, php, mysql

hi,

i would like to run apache, php and mysql on linux and uninstall all things relevants these installed before and i would like to install again from source code. But i can not uninstall apache because of depandency.

is there anyone who can explain me how i can remove these and install them alltogether?

thanks.
SOLUTION
Avatar of guiguikun
guiguikun

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of paullamhkg
paullamhkg

sicne I use mod_ssl so I post the step for mod_ssl the actual install the php4 with apache + mysql as below

#   configure PHP4 and apply it to the Apache source tree
$ cd ../php-4.x
$ ./configure --with-apache=../apache_1.3.x --with-mysql=/usr/local/mysql --enable-memory-limit=yes  --enable-debug=no
$ gmake
$ gmake install
$ cd ..
Avatar of komputer

ASKER

thank guys,

solved my problem. I uninstall apache, mysql and php by an interface on mandrake 9.1.

guiguikun' s shell command does not work. Linux does not allow to use that to uninstall. So i don't know how i can unstall from console still.

anyway thanks to your responses.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Split between paullamhkg and guiguikun
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

khkremer
EE Cleanup Volunteer