Forum OpenACS Q&A: Re: Red Hat 9 and OpenACS 4.6.2

Collapse
Posted by Joel Aufrecht on
It looks like, for Debian and RH9, the necessary change is in threads.c, and it is from
#ifndef THREADS
to
#ifndef OPENSSL_THREADS
Collapse
Posted by Glenn Cadman on
Yep that got it. Just to recap the steps for RH9 and openssl and aolserver.
  1. cd /usr/local/src/aolserver
  2. tar xzf /tmp/nsopenssl-2.1.tar.gz
  3. cd nsopenssl-2.1
  4. Change the folling line in /usr/local/src/aolserver/nsopenssl-2.1/Makefile
    CFLAGS += -I$(OPENSSL)/include -
    to
    CFLAGS += -I$(OPENSSL)/include -I/usr/kerberos/include
  5. change the folling line in /usr/local/src/aolserver/nsopenssl-2.1/thread.c
    #ifndef THREADS
    to
    #ifndef OPENSSL_THREADS
  6. make OPENSSL=/usr/local/ssl
  7. cp nsopenssl.so /usr/local/aolserver/bin
  8. cp https.tcl /usr/local/aolserver/modules/tcl/