Hi,
You may get more help from a forum for Android programmers. With that said, I
can give you some hints that may help you:
1. I googled for pthreads android armv7 and found some interesting reading.
Seems like -pthreads should not be added to the link command line because
there's no libpthreads in Android. Check these:
https://stackoverflow.com/questions/38666609/cant-find-lpthread-when-cross-compile-to-armhttps://github.com/bazelbuild/bazel/issues/7983https://stackoverflow.com/questions/66394377/bazel-host-x86-linux-linkopts-propogating-to-target-android
2. What does ldd ./stunnel gives you?
regards,Jose
On Saturday, March 20, 2021, 10:36:27 PM GMT-5, [email protected]
<[email protected]> wrote:
I have add -lpthread to LDFLAGS
/bin/sh ../libtool --tag=CC --mode=link arm-linux-gcc -g -O2 -pthread -Wall
-Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long
-Wno-deprecated-declarations -fPIE -D_FORTIFY_SOURCE=2
-L/mnt/dists/openssl-v1.1.1i//lib64 -L/mnt/dists/openssl-v1.1.1i//lib -lssl
-lcrypto -lpthread -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -o
stunnel stunnel-tls.o stunnel-str.o stunnel-file.o stunnel-client.o
stunnel-log.o stunnel-options.o stunnel-protocol.o stunnel-network.o
stunnel-resolver.o stunnel-ssl.o stunnel-ctx.o stunnel-verify.o
stunnel-sthreads.o stunnel-fd.o stunnel-dhparam.o stunnel-cron.o
stunnel-stunnel.o stunnel-pty.o stunnel-libwrap.o stunnel-ui_unix.o
but still running error
EchoLife_WAP /tmp # ./stunnel
/tmp/stunnel: symbol '__ctype_b_loc': can't resolve symbol
/tmp/stunnel: symbol 'pthread_key_create': can't resolve symbol
/tmp/stunnel: symbol 'pthread_attr_setstacksize': can't resolve symbol
/tmp/stunnel: symbol 'pthread_sigmask': can't resolve symbol
/tmp/stunnel: symbol 'pthread_getspecific': can't resolve symbol
/tmp/stunnel: symbol 'pthread_create': can't resolve symbol
/tmp/stunnel: symbol 'openpty': can't resolve symbol
/tmp/stunnel: symbol 'pthread_detach': can't resolve symbol
/tmp/stunnel: symbol 'pthread_setspecific': can't resolve symbol
/tmp/stunnel: symbol 'pthread_join': can't resolve symbol
_______________________________________________
stunnel-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
stunnel-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]