Thanks for your quick reply, but would you please give me the right command pkg_add -r apache22 pkg_add -r mysql55-server pkg_add -r php5
i installed these packages one by one but to no success please help, and also when i install them should i go to the port directory or i can execute the command anywhere thanks ________________________________ From: Johan Hendriks <[email protected]> To: Hamisi Jabe <[email protected]> Cc: "[email protected] >> FreeBSD" <[email protected]> Sent: Monday, October 29, 2012 1:57 PM Subject: Re: Famp Server Hamisi Jabe schreef: > Dear All, > > I freel freebsd is very good in networking server but it make work hard for > compiling the Famp package (Freebsd, apache, mysql, php) i would like to ask > the developers to compile a package that its a one select and install which > will do everything for the famp server rather than downloading selecting > extensions, installing this and that exectra. > > > thanks > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[email protected]" Well it is simpel, just use pkg_add -r apache mysql php and so on. It will install the packages without compiling. BUT we can not tell you which php modules you need. So it could be that you later on need php-gd or some other option. Then pkg_add -r php-module name will install the missing module. You could install all the php modules, but i think (know) it is not wise to do so. regards _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
