Date: Mon, 31 May 1999 23:02:35 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Joao Pedras <jpedras@mail.telepac.pt> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache13-php3 port Message-ID: <Pine.BSF.4.03.9905312302060.4498-100000@resnet.uoregon.edu> In-Reply-To: <XFMail.990601033406.jpedras@mail.telepac.pt>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Jun 1999, Joao Pedras wrote: > 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': Try rebuilding openssl. Apparently it missed the rsaref dependency. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org 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?Pine.BSF.4.03.9905312302060.4498-100000>