Thank you Michael and Robert for your replies.

Further to Michael's suggestion, I checked and I already had 
--with-openssl-prefix=/usr and, my include dir was pointing to /usr/include which had 
openssl/evp.h

However, I added one more line in the config file ie --with-engine=no , and then tried 
to run the 'make install-ca'. This ran successfully.

I am not sure if this line really did matter. 

Thanks
Pramila


-----Original Message-----
From: Michael Bell [mailto:[EMAIL PROTECTED]]
Sent: 28 May 2002 14:01
To: Pramila Rani
Cc: Openca-Users (E-mail)
Subject: Re: [Openca-Users] Adding certs to LDAP - IE certs failing - dn
conflicts with base dn


On Tuesday 28 May 2002 10:46, Pramila Rani wrote:

> gcc -g -O2 -o openca-ocspd ocspd.o ocsp_response.o server.o http_request.o
> configuration.o support.o db.o  -lcrypto -lssl -L/usr/lib -L/usr -lfl -ldl
> -lresolv -lnsl ocspd.o: In function `main':
> /home/pramila/openca-0.9/src/modules/openca-ocspd/src/ocspd.c:129:
> undefined reference to `OPENSSL_add_all_algorithms_noconf' collect2: ld
> returned 1 exit status

OPENSSL_add_all_algorithms_noconf is only present in OpenSSL 0.9.7. So 
normally this is a hint that you forget to set the path to your 
OpenSSL-snapshot. This you must set during configure via

--with-openssl-prefix=/usr/local/ssl

/usr/local/ssl is the default-path where OpenSSL places it's directories. You 
must find an includefile openssl/evp.h where 
OPENSSL_add_all_algorithms_noconf is defined.

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to