[#4139] build pound on trunk fails for missing OpenSSL (-lcrypto)
Submitted By: Mingquan Pan
Open Date
2008-06-02 06:34:07 Close Date
2008-07-06 23:00:23
Priority:
Medium Assignee:
Mike Frysinger
Status:
Closed Fixed In Release:
N/A
Found In Release:
N/A Release:
Category:
N/A Board:
N/A
Processor:
N/A Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
08r1-8
App binary format:
N/A
Summary: build pound on trunk fails for missing OpenSSL (-lcrypto)
Details:
build pound on trunk fails for missing OpenSSL (-lcrypto).
make[4]: Entering directory `/home/test/work/cruise/checkouts/uclinux-dist/user/blkfin-apps/pound'
./configure --with-ssl=/home/test/work/cruise/checkouts/uclinux-dist/lib/libssl --host=bfin-uclinux \
--prefix=/usr/local --disable-super \
LDFLAGS=" -Wl,-elf2flt -mcpu=bf537-0.2 -L/home/test/work/cruise/checkouts/uclinux-dist/lib/libssl"
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for bfin-uclinux-gcc... bfin-uclinux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether bfin-uclinux-gcc accepts -g... yes
checking for bfin-uclinux-gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... bfin-unknown-uclinux
checking target system type... bfin-unknown-uclinux
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... bfin-uclinux-gcc
checking for dlopen in -ldl... no
checking for socket in -lsocket... no
checking for BIO_new in -lcrypto... no
Missing OpenSSL (-lcrypto) - aborted
make[4]: *** [Makefile] Error 1
make[4]: Leaving directory `/home/test/work/cruise/checkouts/uclinux-dist/user/blkfin-apps/pound'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/test/work/cruise/checkouts/uclinux-dist/user/blkfin-apps'
make[2]: *** [blkfin-apps] Error 2
make[2]: Leaving directory `/home/test/work/cruise/checkouts/uclinux-dist/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/test/work/cruise/checkouts/uclinux-dist/user'
make: *** [subdirs] Error 1
config.log is attached.
Follow-ups
--- Mike Frysinger 2008-07-04 10:16:26
should be fixed now
--- Mingquan Pan 2008-07-06 23:00:22
Yes,close.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
config.log text/x-log 22440 Mingquan Pan