Re: installing mysql and php

2006-10-05 Thread Maarten Verwijs
Please also be aware that there is hardly ever a reason to compile from source, when using Debian. What you *should* do is (as root): apt-get update apt-cache search apt-get install Finally: RPM's are for Red Hat installations (or RedHat-based/inspired). Installing an rpm on a Debian mac

Re: installing mysql and php

2006-10-05 Thread Manuele Vaggelli
If you need to install Apache2, PHP5, MySQL5 perhaps you can find useful this article: http://www.debian-administration.org/articles/357 Manuele On 10/5/06, George Adamides <[EMAIL PROTECTED]> wrote: hello I have installed apache2 and now I need to install mysql and php. Can someone please pro