Hello,
compiling the OpenCA-OCSP (0.2.1) Modul produces the following error:
Making all in crypto/ directory ...
make[3]: Entering directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1/src/crypto'
gcc -g -Wall '-DSVERSION=0.2.1' '-DBUILD=' -I../../include -c ocsp_req.c
ocsp_req.c:3: openssl/bio.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:4: openssl/err.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:5: openssl/rsa.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:6: openssl/evp.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:7: openssl/x509.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:8: openssl/x509v3.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:9: openssl/objects.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:10: openssl/pem.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:11: openssl/asn1.h: Datei oder Verzeichnis nicht gefunden
ocsp_req.c:12: openssl/txt_db.h: Datei oder Verzeichnis nicht gefunden
gcc -g -Wall '-DSVERSION=0.2.1' '-DBUILD=' -I../../include -c
ocsp_resp.c
ocsp_resp.c:10: openssl/bio.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:11: openssl/err.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:12: openssl/rsa.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:13: openssl/evp.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:14: openssl/x509.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:15: openssl/x509v3.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:16: openssl/objects.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:17: openssl/pem.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:18: openssl/asn1.h: Datei oder Verzeichnis nicht gefunden
ocsp_resp.c:19: openssl/txt_db.h: Datei oder Verzeichnis nicht gefunden
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1/src/crypto'
make[2]: *** [subs] Error 2
make[2]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1/src'
make[1]: *** [subs] Error 2
make[1]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1'
make[1]: Entering directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1'
Installing progs to /usr/bin ...
/usr/bin/install -D -o root -g root -m 755 bin/ocsp /usr/bin/ocsp
/usr/bin/install: bin/ocsp: Datei oder Verzeichnis nicht gefunden
Error (write permissions ???).
make[1]: *** [install] Error 1
make[1]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-OCSP-0.2.1'
-----END
ERROR-----
and the OpenCA-SV (0.7.04) module
Using tmp/ directory ... Ok.
Installing Convert-ASN1 (0.08) module ... Ok.
Installing OpenCA-Configuration (1.5.2a) module ... Ok.
Installing OpenCA-CRL (0.7.5a) module ... Ok.
Installing OpenCA-CRR (0.0.2) module ... Ok.
Installing OpenCA-DB (0.9.9a) module ... Ok.
Installing OpenCA-DBI (0.2.0) module ... Ok.
Installing OpenCA-OpenSSL (0.7.4a) module ... Ok.
Installing OpenCA-PKCS7 (0.3.2a) module ... Ok.
Installing OpenCA-RBAC (0.2.0) module ... Ok.
Installing OpenCA-REQ (0.7.31a) module ... Ok.
Installing OpenCA-SV (0.7.04) module ...
-----BEGIN ERROR-----
make[1]: Entering directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04'
Making all in crypto/ directory ...
make[2]: Entering directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04/crypto'
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-I../include -c callback.c
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-I../include -c verify.c
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-I../include -c sign.c
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-I../include -c verify-tools.c
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-I../include -c sign2nd.c
make[2]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04/crypto'
Making all in src/ directory ...
make[2]: Entering directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04/src'
gcc '-DSVERSION=0.7.04' -I. -Iinclude/ -I/usr/local/ssl/include
-I/usr/local/openssl/include -I../include -c tools.c
gcc '-DSVERSION=0.7.04' -I. -Iinclude/ -I/usr/local/ssl/include
-I/usr/local/openssl/include -I../include -c example.c
gcc '-DSVERSION=0.7.04' -I. -Iinclude/ -I/usr/local/ssl/include
-I/usr/local/openssl/include -I../include -c sign.c
gcc '-DSVERSION=0.7.04' -I. -Iinclude/ -I/usr/local/ssl/include
-I/usr/local/openssl/include -I../include -c verify.c
gcc '-DSVERSION=0.7.04' -I. -Iinclude/ -I/usr/local/ssl/include
-I/usr/local/openssl/include -I../include -c sv.c
make[2]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04/src'
gcc -I. -Iinclude/ -I/usr/local/ssl/include -I/usr/local/openssl/include
-o bin/sign src/sign.o -lcrypto
/usr/i486-suse-linux/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [sign] Error 1
make[1]: Leaving directory
`/usr/local/OpenCA-SNAP-20010414/tmp/OpenCA-SV-0.7.04'
whats wrong in my configuration ?
Thanks for your help.
Regards,
Robert
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/openca-users