On Mon, Feb 18, 2013 at 2:38 PM, Jeffrey Walton <noloa...@gmail.com> wrote:
> Hi All,
>
> $ uname -a
> Linux ubuntu-12-x64 3.2.0-37-generic #58-Ubuntu SMP Thu Jan 24
> 15:28:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>
> Any ideas?
>
> jeffrey@ubuntu-12-x64:~/openssl-1.0.1e$ ./Configure linux-generic64
> -no-hw -no-engines -no-comp -no-shared -no-dso -no-sslv2 -no-sslv3
> --openssldir=/usr/local/ssl/linux-x64
> Configuring for linux-generic64
>     no-comp         [option]   OPENSSL_NO_COMP (skip dir)
>     no-dso          [option]
>     no-ec_nistp_64_gcc_128 [default]  OPENSSL_NO_EC_NISTP_64_GCC_128 (skip 
> dir)
>     no-engines      [option]   OPENSSL_NO_ENGINES (skip dir)
>     no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
>     no-hw           [option]   OPENSSL_NO_HW
>     no-jpake        [experimental] OPENSSL_NO_JPAKE (skip dir)
>     no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
>     no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
>     no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
>     no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
>     no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
>     no-shared       [option]
>     no-sslv2        [option]   OPENSSL_NO_SSLV2 (skip dir)
>     no-sslv3        [option]   OPENSSL_NO_SSLV3 (skip dir)
>     no-store        [experimental] OPENSSL_NO_STORE (skip dir)
>     no-zlib         [default]
>     no-zlib-dynamic [default]
> IsMK1MF=0
> CC            =gcc
> CFLAG         =-DOPENSSL_THREADS -D_REENTRANT -DTERMIO -O3 -Wall
> ...
> make[2]: Entering directory `/home/jeffrey/openssl-1.0.1e/apps'
> ( :; LIBDEPS="${LIBDEPS:--L.. -lssl  -L.. -lcrypto -ldl}";
> LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DOPENSSL_THREADS
> -D_REENTRANT -DTERMIO -Os -Wall}"; LIBPATH=`for x in $LIBDEPS; do echo
> $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH |
> sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD}
> ${LDFLAGS} -o ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o
> dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o
> crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o
> genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o
> apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o
> nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o
> cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
> ../libcrypto.a(eng_rsax.o): In function `e_rsax_bn_mod_exp':
> eng_rsax.c:(.text+0x716): undefined reference to `mod_exp_512'
> ../libcrypto.a(e_rc4_hmac_md5.o): In function `rc4_hmac_md5_cipher':
> e_rc4_hmac_md5.c:(.text+0xf8): undefined reference to `rc4_md5_enc'
> e_rc4_hmac_md5.c:(.text+0x271): undefined reference to `rc4_md5_enc'
> collect2: ld returned 1 exit status
> make[2]: *** [link_app.] Error 1
> make[2]: Leaving directory `/home/jeffrey/openssl-1.0.1e/apps'
> make[1]: *** [openssl] Error 2
> make[1]: Leaving directory `/home/jeffrey/openssl-1.0.1e/apps'
> make: *** [build_apps] Error 1
> jeffrey@ubuntu-12-x64:~/openssl-1.0.1e$
This appears to be a problem with the Configure script. 1.0.1{c|d|e}
each same the same issue.

Running little config first (rather than big Configure with
linux-generic64) resulted in everything compileing and linking just
fine.

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to