help


 
Thread Tools Search this Thread
Operating Systems Solaris help
# 1  
Old 09-13-2005
help

Hello,
Can you tell me please, how to check if apache, php is installed in my server (sunos 5.6) .
I want to install squirrelmail, someone can help me to install it
Regards
# 2  
Old 09-13-2005
Quote:
Originally Posted by agadir
Hello,
Can you tell me please, how to check if apache, php is installed in my server (sunos 5.6) .
I want to install squirrelmail, someone can help me to install it
Regards
If they were installed as packages you could do:
Code:
pkginfo -l | egrep -i "apache|php"

Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question