Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jun 1999 03:34:06 +0100 (BST)
From:      Joao Pedras <jpedras@mail.telepac.pt>
To:        freebsd-questions@freebsd.org
Subject:   apache13-php3 port
Message-ID:  <XFMail.990601033406.jpedras@mail.telepac.pt>

next in thread | raw e-mail | index | archive | help
Hello all!

I am trying to install Apache13-php3 using the port. It insists to stop at some
point of openssl :

cc -DMONOLITH -I../include -DTERMIOS -DL_ENDIAN -O -pipe -m486 -DSHA1_ASM
-DMD5_ASM -DRMD160_ASM -c nseq.c
cc -DMONOLITH -I../include -DTERMIOS -DL_ENDIAN -O -pipe -m486 -DSHA1_ASM
-DMD5_ASM -DRMD160_ASM -c openssl.c
rm -f openssl
cc -o openssl -DMONOLITH -I../include -DTERMIOS -DL_ENDIAN -O -pipe -m486
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o req.o dgst.o
dh.o enc.o gendh.o errstr.o ca.o  pkcs7.o crl2p7.o crl.o  rsa.o dsa.o
dsaparam.o  x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o  s_time.o
apps.o s_cb.o s_socket.o version.o sess_id.o  ciphers.o nseq.o -L. -L.. -L../..
-L../../.. -L.. -lssl -L.. -lcrypto 
speed.o: In function `speed_main':
speed.o(.text+0x1178): undefined reference to `RC4'
../libcrypto.a(sha1dgst.o): In function `SHA1_Update':
sha1dgst.o(.text+0x162): undefined reference to `sha1_block_x86'
sha1dgst.o(.text+0x2f7): undefined reference to `sha1_block_x86'
sha1dgst.o(.text+0x334): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o): In function `SHA1_Transform':
sha1dgst.o(.text+0x488): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o): In function `SHA1_Final':
sha1dgst.o(.text+0x51e): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o)(.text+0x58a): more undefined references to
`sha1_block_x86' follow
../libcrypto.a(bn_word.o): In function `BN_div_word':
bn_word.o(.text+0xaf): undefined reference to `bn_div_words'
../libcrypto.a(bn_word.o): In function `BN_mul_word':
bn_word.o(.text+0x25b): undefined reference to `bn_mul_words'
../libcrypto.a(e_rc4.o): In function `rc4_cipher':
e_rc4.o(.text+0x77): undefined reference to `RC4'
../libcrypto.a(bn_add.o): In function `BN_uadd':
bn_add.o(.text+0x13d): undefined reference to `bn_add_words'
../libcrypto.a(bn_div.o): In function `BN_div':
bn_div.o(.text+0x2ba): undefined reference to `bn_div_words'
bn_div.o(.text+0x372): undefined reference to `bn_mul_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x2a): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x107): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x137): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x14b): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x177): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x18b): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x1c7): more undefined references to
`bn_sub_words' follow
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x200): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x233): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x253): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x27e): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x2b3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x2d3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x37b): undefined reference to `bn_add_words'
bn_mul.o(.text+0x39a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x3be): undefined reference to `bn_add_words'
bn_mul.o(.text+0x3db): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_part_recursive':
bn_mul.o(.text+0x46a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x481): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x4a9): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x4ba): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x6e5): undefined reference to `bn_add_words'
bn_mul.o(.text+0x6fa): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x712): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_low_recursive':
bn_mul.o(.text+0x7b8): undefined reference to `bn_add_words'
bn_mul.o(.text+0x81f): undefined reference to `bn_add_words'
bn_mul.o(.text+0x828): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0x8f7): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x927): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x93a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x967): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x97b): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x9a7): more undefined references to
`bn_sub_words' follow
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0x9dc): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x9f3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0xa5f): undefined reference to `bn_add_words'
bn_mul.o(.text+0xa87): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xa9e): undefined reference to `bn_add_words'
bn_mul.o(.text+0xac7): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xb1c): undefined reference to `bn_add_words'
bn_mul.o(.text+0xb53): undefined reference to `bn_add_words'
bn_mul.o(.text+0xb68): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xb8e): undefined reference to `bn_add_words'
bn_mul.o(.text+0xbab): undefined reference to `bn_add_words'
bn_mul.o(.text+0xbc5): undefined reference to `bn_add_words'
bn_mul.o(.text+0xbdf): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xbfe): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `BN_mul':
bn_mul.o(.text+0xda2): undefined reference to `bn_mul_comba8'
../libcrypto.a(bn_mul.o): In function `bn_mul_normal':
bn_mul.o(.text+0x10ed): undefined reference to `bn_mul_words'
bn_mul.o(.text+0x1113): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1136): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1159): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x117c): undefined reference to `bn_mul_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_low_normal':
bn_mul.o(.text+0x11c9): undefined reference to `bn_mul_words'
bn_mul.o(.text+0x11e3): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x11fd): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1217): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1231): undefined reference to `bn_mul_add_words'
../libcrypto.a(bn_sqr.o): In function `BN_sqr':
bn_sqr.o(.text+0xa1): undefined reference to `bn_sqr_comba4'
bn_sqr.o(.text+0xbf): undefined reference to `bn_sqr_comba8'
../libcrypto.a(bn_sqr.o): In function `bn_sqr_normal':
bn_sqr.o(.text+0x269): undefined reference to `bn_mul_words'
bn_sqr.o(.text+0x294): undefined reference to `bn_mul_add_words'
bn_sqr.o(.text+0x2b1): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x2c2): undefined reference to `bn_sqr_words'
bn_sqr.o(.text+0x2d4): undefined reference to `bn_add_words'
../libcrypto.a(bn_sqr.o): In function `bn_sqr_recursive':
bn_sqr.o(.text+0x317): undefined reference to `bn_sqr_comba4'
bn_sqr.o(.text+0x32f): undefined reference to `bn_sqr_comba8'
bn_sqr.o(.text+0x3a5): undefined reference to `bn_sub_words'
bn_sqr.o(.text+0x449): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x45d): undefined reference to `bn_sub_words'
bn_sqr.o(.text+0x471): undefined reference to `bn_add_words'
../libcrypto.a(bn_mont.o): In function `BN_from_montgomery':
bn_mont.o(.text+0x1bf): undefined reference to `bn_mul_add_words'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Any idea of what is causing this ?

Thanks in advance.

Joao

------------------------------------------------------------------------
Sent on 01-Jun-99 at 03:30:33
Powered by FreeBSD -> http://www.freebsd.org <-  "The Power to Serve"
PGP key available upon request or may be cut at 
http://members.tripod.com/fbsd/pgpkey.html
------------------------------------------------------------------------

The turtle lives 'twixt plated decks
Which practically conceal its sex.
I think it clever of the turtle
In such a fix to be so fertile.
                -- Ogden Nash



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990601033406.jpedras>