Hi,
I have a new problem.
I modified my httpd.conf and added this line
LoadModule ssl_module /usr/apache/libexec/libssl.so
And restarted apache and...
# /usr/apache/bin/apachectl start
Syntax error on line 236 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libssl.so into server:
ld.so.1: /usr/apache/bin/
httpd: fatal: relocation error: file
/usr/apache/libexec/libssl.so: symbol __umo
ddi3: referenced symbol not found
/usr/apache/bin/apachectl start: httpd could not be
started
Has anyone solved this problem before?
Breughel
--- Breughel Macabuhay <[EMAIL PROTECTED]> wrote:
> 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]
__________________________________________________
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]