Some time you read to much into things. I went to several "HowTo" sites about setting up Apache/php/mysql They all talked about what rpms you needed etc each one talked about mod_php which was not installed when selecting php options in the RedHat 7.2 install and doing rpm -q mod_php. And phpinfo would not display. I spent hours trying to find and install mod_php with various dependency issues and gave up.
Than an old time Linux friend said "When I install RedHat I just say "install everything" " And that is the key. To fellow "newbies" to build yourself an Apache/Php/mySQL box... Just install everything from the 7.2 cd For mySQL.. shell>Mysqladmin -u root password 'xxxx' To access mySQL from remote pc shell> mysql -u user -p mysql mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql> GRANT ALL PRIVILEGES ON *.* TO monty@"%" -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; For phi.ini I did nothing For phpmySQLAdmin edit config.inc.php for server address, user/password and upload AND PHP IS UP AND RUNNING.... jrt "Nicholas Ritter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > John Thorne wrote: > > >I can not get php installed/working on my new Rehat 7.2 box. > >Various HowTo's say you need mod_php, which I finally found > >(www.megaloman.com/~handy/RRPM/index.html) > > > >The install fails with a dependencies on libmm.so.1 > >Running locate finds a /usr/lib/libmm.so.11 not a ..1 > > > >What am I missing here. > >Is there some one making an rpm / script for RehHat that > >will build a php/mysql/apache server ? > > > >This should not be this hard...... > > > >thanks > > > >jrt > > > > > > > > > > > Try out Apache-Toolbox, which can be found via freshmeat.net or at: > > http://www.apachetoolbox.com/ > > > it gives you a text-menu based setup and installer. > > I have not used it much because I need some custom things that it can't > do. You can also use the mysql/apache/php rpms that come with redhat 7.2 > will do the trick as well. > > Nicholas > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php