Hello, I configured openca and when I do make I am facing this strange error. ================================================== dilbert:>make autoconf make: autoconf: Command not found make: *** [configure] Error 127 dilbert:> ==================================================
Any cluessss??? My configure file is ================================================== #! /bin/bash ## using gnu #export CONFIG_SHELL=/bin/bash export MAKE=/usr/local/bin/make ##export CC=gcc ## ocspd doesn't work on Solaris - problem with /usr/include/resolv.h ## don't set --disable-ocspd this ENABLES the OCSPD !!! ./configure \ --with-engine=no \ --with-httpd-user=pki \ --with-httpd-group=grad \ --with-openca-user=pki \ --with-openca-group=grad \ --with-ext-prefix=/home/pki/public_html/pavansura/openca-0.9 \ --with-openca-prefix=/home/pki/public_html/pavansura/openca-0.9/OpenCA \ --prefix=/home/pki/public_html/pavansura/openca-0.9 \ --with-openssl-prefix=/home/pki/public_html/pavansura/openssl-0.9.7 \ --with-ca-htdocs-fs-prefix=/home/pki/public_html/pavansura/apache/htdocs/htdocs-ca \ --with-ca-cgi-fs-prefix=/home/pki/public_html/pavansura/apache/cgi-bin/cgi-ca \ --with-ca-htdocs-url-prefix=/htdocs-ca \ --with-ca-cgi-url-prefix=/cgi-bin/cgi-ca \ --with-ra-htdocs-fs-prefix=/home/pki/public_html/pavansura/apache/htdocs/htdocs-ra \ --with-ra-cgi-fs-prefix=/home/pki/public_html/pavansura/apache/cgi-bin/cgi-ra \ --with-ra-htdocs-url-prefix=/htdocs-ra \ --with-ra-cgi-url-prefix=/cgi-bin/cgi-ra \ --with-pub-htdocs-fs-prefix=/home/pki/public_html/pavansura/apache/htdocs/htdocs-public\ --with-pub-cgi-fs-prefix=/home/pki/public_html/pavansura/apache/cgi-bin/cgi-public \ --with-pub-htdocs-url-prefix=/htdocs-public \ --with-pub-cgi-url-prefix=/cgi-bin/cgi-public \ --with-web-host=dilbert.cs.odu.edu \ --with-ca-organization="ODU_PKI" \ --with-ca-country=US \ --with-ca-locality=Norfolk \ --with-module-prefix=/home/pki/public_html/pavansura/openca-0.9/modules \ --disable-db \ --enable-dbi \ --enable-rbac \ --enable-dbis \ --with-service-mail-account="[EMAIL PROTECTED]" ======================================================== Thanks in advance.. Pavan Sura Masters in Computer Science Old Dominion University Norfolk, Virginia. Email: [EMAIL PROTECTED] _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
