Hello,

Thanks for the latest snapshop (27thMay), but I am having problems installing it.

I installed openssl from openssl-SNAP-20020526.tar.gz.

I then downloaded openca-0.9-SNAP-20020527.tar.gz and was trying to install it. I got 
an error during 'make install-ca'. Below are the last few lines of the error :
--------------------------------------------------------------------------------------------------------------------
gcc -DPACKAGE_VERSION=\"0.3.1\\x0\" -I../include -I/usr/include     -g -O2 -c support.c
gcc -DPACKAGE_VERSION=\"0.3.1\\x0\" -I../include -I/usr/include     -g -O2 -c db.c
/bin/sh ../libtool --mode=link 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
mkdir .libs
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
make[8]: *** [openca-ocspd] Error 1
make[8]: Leaving directory `/home/pramila/openca-0.9/src/modules/openca-ocspd/src'
make[7]: *** [install-recursive] Error 1
make[7]: Leaving directory `/home/pramila/openca-0.9/src/modules/openca-ocspd'
make[6]: *** [openca-ocspd] Error 2
make[6]: Leaving directory `/home/pramila/openca-0.9/src/modules'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/home/pramila/openca-0.9/src/modules'
make[4]: *** [modules] Error 2
make[4]: Leaving directory `/home/pramila/openca-0.9/src'
make[3]: *** [install-common] Error 2
make[3]: Leaving directory `/home/pramila/openca-0.9/src'
make[2]: *** [src] Error 2
make[2]: Leaving directory `/home/pramila/openca-0.9'
make[1]: *** [install-common] Error 2
make[1]: Leaving directory `/home/pramila/openca-0.9'
--------------------------------------------------------------------------------------------------------------------

My config file is as follows :
./configure \
  --with-httpd-user=apache \
  --with-httpd-group=apache \
  --with-web-host=openca.comt.co.ae \
  --with-ca-organization="ComtOCA" \
  --with-ca-locality=UAE \
  --with-ca-country=AE \
  --with-ldap-host=openldap.comt.co.ae \
  --with-ldap-port=389 \
  --with-ldap-root="cn=LDAP Manager,o=ComtOCA,c=AE" \
  --with-ldap-root-pwd="secret" \
  --with-openssl-prefix=/usr \
  --enable-db \
  --enable-sendmail=yes \
  --enable-ocspd=yes \
  --prefix=/usr/local/openca \
  --exec-prefix=/usr/local/openca \
  --with-service-mail-account="[EMAIL PROTECTED]"


Any idea why this is happening? Is this to do with ocsp?

Thanks & Regards
Pramila 


_______________________________________________________________

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