Ports and Packages

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Mon May 2 18:19:11 UTC 2011


Mohammed Gamal <mohammed.gamal at live.com> writes:

> Hi ,uname -a output: FreeBSD hti-community.co.cc 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24                        :46 UTC 2011     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>
> 1-where to get php-5.3.6.tbz and mysql cuz my ports collections doesn't exist.
> /usr/ports

You can install the ports collection, or install the package with
"package_add -r" or from (for example)
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/lang/php5-5.3.6.tbz 

You might want to look at the section on ports and packages in the
handbook. These procedures are covered nicely.

> i have done installing apache2.2.17 from source but it doesn't start on boot , i also added 
> apache22_enable="YES" to rc.conf but no effect.

If you don't install it yourself, you need to start it yourself.  You
can write an rc.d(8) script, but installing from a port (or package)
would install one for you.

> 2- why i can not access root account through ssh2 ?

Because the PermitRootLogin option is disabled by default (for good
security reasons).



More information about the freebsd-questions mailing list