Dear members,
   I used FreeBSD-4.1.1.
   When I used command "make" for compile Apache-1.3.14, it have
error message that shown below. I attach file "ssl.txt"
that have more detail about command which I used.
   Please let me know how to solve this problem ?
            Thank you very much.
                 regards,
                Jarungwit.

------------------------
/usr/libexec/ld-elf.so.1: Shared object "libmm.so.11" not found
*** Error code 1

Stop in /home/pom/apache_1.3.14/src/main.
*** Error code 1

Stop in /home/pom/apache_1.3.14/src.
*** Error code 1

Stop in /home/pom/apache_1.3.14.
*** Error code 1

Stop in /home/pom/apache_1.3.14.
gunzip -dc apache_1.3.14.tar.gz | tar xvf -
gunzip -dc mod_ssl-2.7.x-1.3.14.tar.gz | tar xvf -
gunzip -dc openssl-0.9.6.tar.gz | tar xvf -
gunzip -dc mm-1.1.3.tar.gz | tar xvf -

cd openssl-0.9.6
sh config -fPIC

and have message below.

   The library could not be configured for supporting multi-threaded
   applications as the compiler options required on this system are not known.
   See file INSTALL for details if you need multi-threading.

and then ...

make
make test
cd ..

cd mm-1.1.3
./configure
make
cd ..

cd mod_ssl-2.7.1-1.3.14
./configure \
      --with-apache=../apache_1.3.14 \
      --with-crt= ./pkg.sslcfg/server.crt \
      --with-key= ./pkg.sslcfg/server.key
cd..

sh     (change from csh (default) to sh)

cd apache_1.3.14
SSL_BASE=../openssl-0.9.6 \
EAPI_MM=../mm-1.1.3 \
./configure \
--enable-module=ssl \
--prefix=/usr/local/apache \
--enable-shared=ssl \
--activate-module=src/modules/php4/libphp4.a

make

It has error messages below.
------------------------
/usr/libexec/ld-elf.so.1: Shared object "libmm.so.11" not found
*** Error code 1

Stop in /home/pom/apache_1.3.14/src/main.
*** Error code 1

Stop in /home/pom/apache_1.3.14/src.
*** Error code 1

Stop in /home/pom/apache_1.3.14.
*** Error code 1

Stop in /home/pom/apache_1.3.14.

Reply via email to