hallo, meine letzte hoffnung ist grad dieses forum
vl könnt ihr helfen.
mein system
suse 10 2.6...
installiert:
openssl, openssl-devel
openssh
will tlswrap 1,2 compilen
configure...läuft ohne probleme durch.
wenn ich dann compilen will gibs folgdenes:
bei make:
wäre euch super dankbar, wenn wer helfen könnte
vl könnt ihr helfen.
mein system
suse 10 2.6...
installiert:
openssl, openssl-devel
openssh
will tlswrap 1,2 compilen
configure...läuft ohne probleme durch.
wenn ich dann compilen will gibs folgdenes:
Code:
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for SSL directory... /usr/local/ssl
checking whether to enable TCP wrappers... no
checking for inet_aton in -lresolv... yes
checking for connect in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking for pidfile in -lutil... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking for socklen_t... yes
checking for working memcmp... yes
checking for getopt... yes
checking for pidfile... no
checking for inet_aton... yes
checking for RAND_status... yes
checking for errx... yes
checking for strlcpy... no
checking for daemon... yes
checking for getnameinfo... yes
checking for setproctitle... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating conf.h
config.status: conf.h is unchanged
config.status: executing depfiles commands
bei make:
Code:
# make
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o config.o config.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o misc.o misc.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o network.o network.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o parse.o parse.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o tls.o tls.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -c -o tlswrap.o tlswrap.c
gcc -I. -g -O2 -Wall -Wmissing-prototypes -I/usr/local/ssl/include -o tlswrap config.o misc.o network.o parse.o tls.o tlswrap.o -lnsl -lresolv -L/usr/local/ssl/lib -lssl -lcrypto
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.c:(.text+0x45): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0xa1): undefined reference to `dlclose'
dso_dlfcn.c:(.text+0xcc): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.c:(.text+0x15b): undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.c:(.text+0x221): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x295): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.c:(.text+0x313): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x38f): undefined reference to `dlerror'
collect2: ld returned 1 exit status
make: *** [tlswrap] Error 1
wäre euch super dankbar, wenn wer helfen könnte