Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Aug 1999 18:03:43 -0700
From:      tj <aggravator@aggravator.net>
To:        freebsd-ports@FreeBSD.org
Subject:   error while make install apache13-ssl
Message-ID:  <37AE28EF.679C@aggravator.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------5B6542CF6615
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,
 I am getting the following errors while trying to compile the port
for apache13-ssl. I already have rsaref and openssl installed and
compiled lynx-ssl just fine. Help . . .
First I get this warning . . .

cc -c  -I../../os/unix -I../../include -I/usr/local/include  
-funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_log_config.c
mod_log_config.c:520: warning: initialization from incompatible pointer
type

Then it crashes completely when it get to this spot . . .

cc  -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` 
-L/usr/local/lib -lRSAglue -lrsaref -Wl,-E  -o httpsd bui
ldmark.o modules.o  modules/standard/libstandard.a 
modules/ssl/libssl.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a  
-lcrypt
-L/usr/local/lib -lssl -lcrypto
/usr/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method':
rsa_lib.o(.text+0x2e): undefined reference to `RSA_PKCS1_RSAref'
/usr/local/lib/libcrypto.a(err_all.o): In function
`ERR_load_crypto_strings':
err_all.o(.text+0x30): undefined reference to `ERR_load_RSAREF_strings'
*** Error code 1

Stop.

I attached the whole log from the install if you care to look at it.

Thank you for all your help and efforts.

Tim

--------------5B6542CF6615
Content-Type: text/plain; charset=us-ascii; name="apache_error.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="apache_error.txt"

freebsd# cd /usr/ports/www/apache13-ssl
freebsd# make install
===>  Extracting for apache-1.3.6+ssl_1.32
>> Checksum OK for apache_1.3.6.tar.gz.
>> Checksum OK for apache_1.3.6+ssl_1.32.tar.gz.
===>   apache-1.3.6+ssl_1.32 depends on file: /usr/local/lib/libcrypto.a - found
===>   apache-1.3.6+ssl_1.32 depends on file: /usr/local/lib/libssl.a - found
===>  Patching for apache-1.3.6+ssl_1.32
===>  Applying FreeBSD patches for apache-1.3.6+ssl_1.32
===>  Applying FreeBSD patches for apache-1.3.6+ssl_1.32
Searching for a usable SSLeay installation or source directory
Looks like you are using OpenSSL, adjusting app name
SSLeay installation found in: /usr/local
Using the installed version of SSLeay found in /usr/local
If this is not what you want stop now and specify the path to SSLeay
explicitly.

Your version of patch is OK.
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/configure ./configure
|--- ../apache_1.3.6/configure  Wed Mar 10 11:53:02 1999
|+++ ./configure        Sat Mar 27 11:11:15 1999
--------------------------
Patching file configure using Plan A...
Hunk #1 succeeded at 699.
Hunk #2 succeeded at 940.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/Configuration ./src/Configuration
|--- ../apache_1.3.6/src/Configuration  Tue Mar 23 00:17:07 1999
|+++ ./src/Configuration        Sat Mar 27 18:02:26 1999
--------------------------
Patching file src/Configuration using Plan A...
Hunk #1 succeeded at 62.
Hunk #2 succeeded at 406.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/Configuration.tmpl ./src/Configuration.tmpl
|--- ../apache_1.3.6/src/Configuration.tmpl     Tue Dec  1 23:59:53 1998
|+++ ./src/Configuration.tmpl   Sat Mar 27 11:11:15 1999
--------------------------
Patching file src/Configuration.tmpl using Plan A...
Hunk #1 succeeded at 62.
Hunk #2 succeeded at 406.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/Configure ./src/Configure
|--- ../apache_1.3.6/src/Configure      Sun Mar 21 05:07:24 1999
|+++ ./src/Configure    Sat Mar 27 11:11:15 1999
--------------------------
Patching file src/Configure using Plan A...
Hunk #1 succeeded at 776.
Hunk #2 succeeded at 1766.
Hunk #3 succeeded at 1849.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/Makefile.tmpl ./src/Makefile.tmpl
|--- ../apache_1.3.6/src/Makefile.tmpl  Tue Mar 16 21:37:02 1999
|+++ ./src/Makefile.tmpl        Sat Mar 27 11:11:16 1999
--------------------------
Patching file src/Makefile.tmpl using Plan A...
Hunk #1 succeeded at 25.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/include/ap_config.h ./src/include/ap_config.h
|--- ../apache_1.3.6/src/include/ap_config.h    Tue Mar 16 16:16:07 1999
|+++ ./src/include/ap_config.h  Sat Mar 27 11:15:41 1999
--------------------------
Patching file src/include/ap_config.h using Plan A...
Hunk #1 succeeded at 439.
Hunk #2 succeeded at 1294.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/include/buff.h ./src/include/buff.h
|--- ../apache_1.3.6/src/include/buff.h Fri Jan  1 19:04:39 1999
|+++ ./src/include/buff.h       Sat Mar 27 11:11:16 1999
--------------------------
Patching file src/include/buff.h using Plan A...
Hunk #1 succeeded at 61.
Hunk #2 succeeded at 140.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/include/http_main.h ./src/include/http_main.h
|--- ../apache_1.3.6/src/include/http_main.h    Fri Jan  1 19:04:40 1999
|+++ ./src/include/http_main.h  Sat Mar 27 11:11:16 1999
--------------------------
Patching file src/include/http_main.h using Plan A...
Hunk #1 succeeded at 115.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/include/httpd.h ./src/include/httpd.h
|--- ../apache_1.3.6/src/include/httpd.h        Tue Mar 23 00:10:59 1999
|+++ ./src/include/httpd.h      Sat Mar 27 11:16:22 1999
--------------------------
Patching file src/include/httpd.h using Plan A...
Hunk #1 succeeded at 66.
Hunk #2 succeeded at 141.
Hunk #3 succeeded at 423.
Hunk #4 succeeded at 846.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/main/Makefile.tmpl ./src/main/Makefile.tmpl
|--- ../apache_1.3.6/src/main/Makefile.tmpl     Tue Jan 12 15:47:00 1999
|+++ ./src/main/Makefile.tmpl   Sat Mar 27 11:11:16 1999
--------------------------
Patching file src/main/Makefile.tmpl using Plan A...
Hunk #1 succeeded at 14.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/main/buff.c ./src/main/buff.c
|--- ../apache_1.3.6/src/main/buff.c    Sat Feb 20 18:12:34 1999
|+++ ./src/main/buff.c  Sat Mar 27 11:11:17 1999
--------------------------
Patching file src/main/buff.c using Plan A...
Hunk #1 succeeded at 72.
Hunk #2 succeeded at 246.
Hunk #3 succeeded at 305.
Hunk #4 succeeded at 321.
Hunk #5 succeeded at 432.
Hunk #6 succeeded at 1171.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/main/http_main.c ./src/main/http_main.c
|--- ../apache_1.3.6/src/main/http_main.c       Wed Mar 17 23:05:43 1999
|+++ ./src/main/http_main.c     Sat Mar 27 11:11:17 1999
--------------------------
Patching file src/main/http_main.c using Plan A...
Hunk #1 succeeded at 1216.
Hunk #2 succeeded at 3845.
Hunk #3 succeeded at 4696.
Hunk #4 succeeded at 5012.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/modules/standard/mod_log_config.c ./src/modules/standard/mod_log_config.c
|--- ../apache_1.3.6/src/modules/standard/mod_log_config.c      Thu Mar  4 19:28:40 1999
|+++ ./src/modules/standard/mod_log_config.c    Sat Mar 27 11:11:17 1999
--------------------------
Patching file src/modules/standard/mod_log_config.c using Plan A...
Hunk #1 succeeded at 127.
Hunk #2 succeeded at 183.
Hunk #3 succeeded at 444.
Hunk #4 succeeded at 516.
Hunk #5 succeeded at 695.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/support/apachectl ./src/support/apachectl
|--- ../apache_1.3.6/src/support/apachectl      Tue Feb  9 18:00:34 1999
|+++ ./src/support/apachectl    Sat Mar 27 11:11:18 1999
--------------------------
Patching file src/support/apachectl using Plan A...
Hunk #1 succeeded at 25.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -u -r ../apache_1.3.6/src/support/suexec.c ./src/support/suexec.c
|--- ../apache_1.3.6/src/support/suexec.c       Sun Feb 21 20:36:44 1999
|+++ ./src/support/suexec.c     Sat Mar 27 11:11:18 1999
--------------------------
Patching file src/support/suexec.c using Plan A...
Hunk #1 succeeded at 214.
done
===>  Configuring for apache-1.3.6+ssl_1.32
Configuring for Apache, Version 1.3.6 Ben-SSL/1.32
1.3.6
 + using installation path layout: GNU (config.layout)
Creating Makefile
Creating Configuration.apaci in src
 + enabling mod_so for DSO support
Creating Makefile in src
 + configured for FreeBSD 3.2 platform
 + setting C pre-processor to cc -E
 + checking for system header files
 + using custom target name: httpsd
 + adding selected modules
    o rewrite_module uses ConfigStart/End
      enabling DBM support for mod_rewrite
    o db_auth_module uses ConfigStart/End
      using Berkeley-DB/1.x for mod_auth_db (-lc)
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/main
Creating Makefile in src/ap
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/proxy
Creating Makefile in src/modules/ssl
===>  Building for apache-1.3.6+ssl_1.32
===> src
===> src/os/unix
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` os.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_ex
ecve.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_cp
ystrn.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_si
gnal.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_sl
ack.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_sn
printf.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_fn
match.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_md
5c.c
rm -f libap.a
ar cr libap.a ap_execve.o ap_cpystrn.o ap_signal.o  ap_slack.o ap_snprintf.o ap_fnmatch.o ap_md5c.o
ranlib libap.a
<=== src/ap
===> src/main
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL gen_test_char.c
cc  -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci`  -L/usr/local/lib -lRSAglue -lrsaref -o gen_test_char gen
_test_char.o  -lcrypt -L/usr/local/lib -lssl -lcrypto
./gen_test_char >test_char.h
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL gen_uri_delims.c
cc  -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci`  -L/usr/local/lib -lRSAglue -lrsaref -o gen_uri_delims ge
n_uri_delims.o  -lcrypt -L/usr/local/lib -lssl -lcrypto
./gen_uri_delims >uri_delims.h
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL alloc.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_config.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_core.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_log.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_main.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_protocol.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_request.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL http_vhost.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL util.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL util_date.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL util_script.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL util_uri.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL util_md5.c
cc -c  -I../os/unix -I../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPA
CHE_SSL rfc1413.c
rm -f libmain.a
ar cr libmain.a alloc.o buff.o  http_config.o http_core.o http_log.o  http_main.o http_protocol.o http_request.o http_vhost.o  uti
l.o util_date.o util_script.o util_uri.o util_md5.o  rfc1413.o
ranlib libmain.a
<=== src/main
===> src/modules
===> src/modules/standard
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_env.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_log_config.c
mod_log_config.c:520: warning: initialization from incompatible pointer type
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_mime.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_negotiation.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_status.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_include.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_autoindex.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_dir.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_cgi.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_asis.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_imap.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_actions.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_userdir.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_alias.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_access.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_auth.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_so.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` mod_setenvif.c
rm -f libstandard.a
ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o m
od_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_so.o mod_setenvif.o
ranlib libstandard.a
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_mime_magic.c && mv mod_mime_magic.o mod_mime_magic.lo
ld -Bshareable -o mod_mime_magic.so mod_mime_magic.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_info.c && mv mod_info.o mod_info.lo
ld -Bshareable -o mod_info.so mod_info.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_speling.c && mv mod_speling.o mod_speling.lo
ld -Bshareable -o mod_speling.so mod_speling.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_rewrite.c && mv mod_rewrite.o mod_rewrite.lo
ld -Bshareable -o mod_rewrite.so mod_rewrite.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_auth_anon.c && mv mod_auth_anon.o mod_auth_anon.lo
ld -Bshareable -o mod_auth_anon.so mod_auth_anon.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_auth_db.c && mv mod_auth_db.o mod_auth_db.lo
ld -Bshareable -o mod_auth_db.so mod_auth_db.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_digest.c && mv mod_digest.o mod_digest.lo
ld -Bshareable -o mod_digest.so mod_digest.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_cern_meta.c && mv mod_cern_meta.o mod_cern_meta.lo
ld -Bshareable -o mod_cern_meta.so mod_cern_meta.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_expires.c && mv mod_expires.o mod_expires.lo
ld -Bshareable -o mod_expires.so mod_expires.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_headers.c && mv mod_headers.o mod_headers.lo
ld -Bshareable -o mod_headers.so mod_headers.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_usertrack.c && mv mod_usertrack.o mod_usertrack.lo
ld -Bshareable -o mod_usertrack.so mod_usertrack.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_unique_id.c && mv mod_unique_id.o mod_unique_id.lo
ld -Bshareable -o mod_unique_id.so mod_unique_id.lo
<=== src/modules/standard
===> src/modules/proxy
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE mod_proxy.c && mv mod_proxy.o mod_proxy.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE proxy_cache.c && mv proxy_cache.o proxy_cache.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE proxy_connect.c && mv proxy_connect.o proxy_connect.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE proxy_ftp.c && mv proxy_ftp.o proxy_ftp.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE proxy_http.c && mv proxy_http.o proxy_http.lo
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` -fpic -DSHARED_MODULE proxy_util.c && mv proxy_util.o proxy_util.lo
rm -f libproxy.so
ld -Bshareable -o libproxy.so mod_proxy.lo  proxy_cache.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo
<=== src/modules/proxy
===> src/modules/ssl
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` apache_ssl.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` gcacheclient.c
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` gcachecommon.c
rm -f libssl.a
ar cr libssl.a apache_ssl.o gcacheclient.o gcachecommon.o
ranlib libssl.a
cc -c  -I../../os/unix -I../../include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apa
ci` gcache.c
cc  -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci`  -L/usr/local/lib -lRSAglue -lrsaref -o gcache gcache.
o gcachecommon.o  -lcrypt -L/usr/local/lib -lssl -lcrypto
<=== src/modules/ssl
<=== src/modules
cc -c  -I./os/unix -I./include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` modules.
c
cc -c  -I./os/unix -I./include -I/usr/local/include   -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` buildmar
k.c
cc  -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci`  -L/usr/local/lib -lRSAglue -lrsaref -Wl,-E  -o httpsd bui
ldmark.o modules.o  modules/standard/libstandard.a  modules/ssl/libssl.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a   -lcrypt
-L/usr/local/lib -lssl -lcrypto
/usr/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method':
rsa_lib.o(.text+0x2e): undefined reference to `RSA_PKCS1_RSAref'
/usr/local/lib/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings':
err_all.o(.text+0x30): undefined reference to `ERR_load_RSAREF_strings'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
freebsd#

--------------5B6542CF6615--




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37AE28EF.679C>