Help to run lame on linux server

H

hesam_a110

Guest
hi
i provide php pages with lame.exe on windows but now i want to run it on linux server
now myy question is how can i run it on linux server? does it hase some thing like lame.exe to run in linux server or no ? i should be install lame on server linux and how?
thank you ;)
 


It seems you want to run php on linux, then simply you need to install LAMP or web server as http, and then php, if require mysql for database. You can install these packages (http, php, mysql) from yum as below, if you already have set yum repository.

Code:
yum install httpd
yum install php
yum install mysql
 

Members online


Top