All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaap de Jong <jaap.dejong@nedap.com>
To: "openembedded-devel@lists.openembedded.org"
	<openembedded-devel@lists.openembedded.org>
Subject: openssl (2011.03) on ubuntu 12.04
Date: Mon, 21 May 2012 15:21:41 +0200	[thread overview]
Message-ID: <4FBA4165.3050504@nedap.com> (raw)

Hi All!
anybody ran into this error?
Looks like a path missing or so.
(I'm building 2011.03 from ground op on a fresh ubuntu 12.04)
If needed I can sent the complete log
Thanks!
Jaap

////
gcc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS 
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN     -DTERMIO   -Wall  
-Wa,--noexecstack -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM 
-DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM 
-isystem/media/OpenEmbedded/oe/develop/build/tmp_angstrom_2008_1/sysroots/i686-linux/usr/include  
-c -o openssl.o openssl.c
rm -f openssl
shlib_target=; if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \
         shlib_target="linux-shared"; \
     fi; \
     LIBRARIES="-L.. -lssl  -L.. -lcrypto" ; \
     make -f ../Makefile.shared -e \
         APPNAME=openssl OBJECTS="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" \
         LIBDEPS=" $LIBRARIES -lgcc -ldl" \
         link_app.${shlib_target}
make[2]: Entering directory 
`/media/OpenEmbedded/oe/develop/build/tmp_angstrom_2008_1/work/i686-linux/openssl-native-1.0.0b-r13.1/openssl-1.0.0b/apps'
openssl.o: In function `main':
openssl.c:(.text+0x199): undefined reference to `BIO_s_file'
openssl.c:(.text+0x1a1): undefined reference to `BIO_new'
openssl.c:(.text+0x1e1): undefined reference to `BIO_ctrl'
openssl.c:(.text+0x231): undefined reference to `CRYPTO_dbg_get_options'
openssl.c:(.text+0x23b): undefined reference to `CRYPTO_dbg_set_options'
openssl.c:(.text+0x245): undefined reference to `CRYPTO_dbg_free'
openssl.c:(.text+0x24f): undefined reference to `CRYPTO_dbg_realloc'
openssl.c:(.text+0x259): undefined reference to `CRYPTO_dbg_malloc'
openssl.c:(.text+0x261): undefined reference to 
`CRYPTO_set_mem_debug_functions'
openssl.c:(.text+0x26d): undefined reference to 
`CRYPTO_set_mem_debug_options'
openssl.c:(.text+0x29b): undefined reference to 
`CRYPTO_set_mem_debug_functions'
openssl.c:(.text+0x2a7): undefined reference to `CRYPTO_mem_ctrl'
openssl.c:(.text+0x2b5): undefined reference to 
`CRYPTO_set_locking_callback'
openssl.c:(.text+0x2eb): undefined reference to `CRYPTO_set_mem_functions'
openssl.c:(.text+0x2f0): undefined reference to `ERR_load_crypto_strings'
openssl.c:(.text+0x2f5): undefined reference to 
`OPENSSL_add_all_algorithms_noconf'
openssl.c:(.text+0x2fa): undefined reference to 
`ENGINE_load_builtin_engines'
////



                 reply	other threads:[~2012-05-21 13:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FBA4165.3050504@nedap.com \
    --to=jaap.dejong@nedap.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.