Thread LWP::Simple und HTTPS (22 answers)
Opened by Froschpopo at 2005-11-03 17:52

Froschpopo
 2005-11-04 19:14
#59662 #59662
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
make schlägt fehl
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
linux:~/Documents/perlmodule/Crypt-SSLeay-0.51 # perl Makefile.PL
Found OpenSSL (version OpenSSL 0.9.7) installed at /usr
Which OpenSSL build path do you want to link against? [/usr] /usr/bin/openssl
Apparently no SSLeay installation at '/usr/bin/openssl'
Are you sure you got it correct????

================================================
BUILD INFORMATION
================================================

ssl dir: /usr/bin/openssl
libraries: -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir: /usr/bin/openssl/include
ssl header: openssl/ssl.h
ssl candidate: /usr/bin/openssl; /usr/bin/openssl/include

================================================

Note (probably harmless): No library found for -lgcc
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
linux:~/Documents/perlmodule/Crypt-SSLeay-0.51 # make
cc -c -I/usr/bin/openssl/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -Wall -pipe -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE" SSLeay.c
cc1: /usr/bin/openssl/include: Not a directory
make: *** [SSLeay.o] Error 1
linux:~/Documents/perlmodule/Crypt-SSLeay-0.51 #

wenn ich dann nochn make test, make install mach, dann funzt's am ende auch nicht.

View full thread LWP::Simple und HTTPS