Hi to you all,
Thanx for helping me out. I have already successfully
compiled and installed it using gcc by doing the ff:
edit pkg.sslmod/Makefile and make these changes
CC=gcc
CFLAGS_SHLIB=-G -fpic
I didn't recompile apache and in fact I am using the
one that comes with the Solaris Installation. I just
used the apxs option when I compiled modssl. Now I am
stucked because I don't know what to do...
Do I really have to recompile apache? If not what am I
going to do next? (A guide/HOWTO would really help)
Breughel
-- Owen Boyle <[EMAIL PROTECTED]> wrote:
> Breughel Macabuhay wrote:
> >
> > Hi Scott,
> >
> > Sorry but I'm still new to Solaris. Where can I
> get
> > that C compiler? Sorry for being such a dummy.
> >
>
> Before installing the Sun compiler, make sure you
> have really tried gcc.
> By a happy coincidence, a user on the apache-server
> list has the same
> problem to which I just sent this reply:
>
> On Solaris, root runs with a limited path. To check
> it, do:
>
> # echo $PATH
> /usr/sbin:/usr/bin
>
> So you often don't have basic tools in your path.
> Before starting the
> configure script, you have to find all the tools and
> put them in the
> path. As an example, here's how to add the Gnu
> C-compiler, "gcc".
>
> # which gcc
> no gcc in /usr/sbin /usr/bin
>
> # find /usr -name "gcc"
> /usr/local/bin/gcc
>
> (your system could be different - just get the
> directory)
>
> # PATH=$PATH:/usr/local/bin
> # export PATH
> # echo $PATH
> /usr/sbin:/usr/bin:/usr/local/bin
>
> # which gcc
> /usr/local/bin/gcc
>
> Now you can start the configure script in this shell
> and it should find
> gcc.
>
> Rgds,
>
> Owen Boyle.
>
______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)
> www.modssl.org
> User Support Mailing List
> [EMAIL PROTECTED]
> Automated List Manager
[EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]