/usr/ports/lang/php5: Permission denied.

I can't install php5. When I try:

Code:
# /usr/ports/lang/php5
# make install clean
FreeBSD says:
Code:
/usr/ports/lang/php5: Permission denied.
 
You have to change directory with cd command, not try to execute that file, which isn't file anyway.

So you have to do
# cd /usr/ports/lang/php5
instead of
# /usr/ports/lang/php5
 
Done ! It's work ! Now ... i want to see if apache and php work witout any errors... How can see this ?
And some protection ? tnx !
 
And, how I can put this in rc.conf?
Code:
truss service apache22 start

/usr/local/sbin/apachectl start

How I can change mysql password?
 
Please ask new questions in a new thread. And please see the Handbook first, it is the most current document.
 
Back
Top