hi prathap
this is sasibhushan,
me too doing the same but for solaris10, i would like to request you to tell me the version of solaris u r using, but in solaris10 the openssl is inbuilt and there is no need to update the patches, and that too u must have the gcc compiler of 3.4.3 version, and there are so many dependencies u need to install.
The simple way to solve the problem is go to sunfreeware.com,select solaris10 sparc, or intel, and u will get the software required, along with the software the dependencies will also be give which u need to install.
with regards...sasibhushan
hi scholars,
This is sasibhushan.p me a sys-admin. I would be grateful to u if u kindly sove my problem regarding apache2 in solaris10
i know that apache2 is a shipped software in solaris10. i have configured apache2 as
# cp /etc/apache2/httpd-std.conf -example/ etc/httpd.conf
in httpd.conf i have asigned port 80 for the Listen directive.
i have not enable ssl services.
but when i am trying to start apache2 by
#svcadm enable apache2 [/ ]
i am not getting started, #ps -ef | grep apche2 is not showing any daemons started regarding httpd.
but when i started the apache2 by normal method:
# /usr/apache2/bin/apachectl startthis command will starting the daemons
but when i checked using svcs -x apache2 it is in maintance,
i have checked in log files, the message is given as the address already in use" port 80 is the default port used in httpd.conf
can anyone solve my problem