Hai,

I tried to give 755 permissions to all the directories and it's parents as 
you suggested but it didn't help me. I am still getting the same error in my 
log file.

I don't know if my configuration file has to do anything with it. Anycase I 
am pasting here my config file:

=========================================================
#! /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-openssl-prefix=/home/pki/public_html/pavansura/openssl-0.9.7 \
  --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-ca-htdocs-fs-prefix=/home/pki/public_html/pavansura/apache_1.3.24/htdocs/htdocs-ca
 
\
  
--with-ca-cgi-fs-prefix=/home/pki/public_html/pavansura/apache_1.3.24/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_1.3.24/htdocs/htdocs-ra
 
\
  
--with-ra-cgi-fs-prefix=/home/pki/public_html/pavansura/apache_1.3.24/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_1.3.24/htdocs/htdocs-public
 
\
  
--with-pub-cgi-fs-prefix=/home/pki/public_html/pavansura/apache_1.3.24/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" \
  --with-ca-country=US \
  --with-ca-locality=Norfolk \
  --with-module-prefix=/home/pki/public_html/pavansura/openca-0.9/modules \
  --enable-db \
  --enable-rbac \
  --with-service-mail-account="[EMAIL PROTECTED]"
========================================================

I am not using the ldap or mysql databse as of know as i had some problems 
instaling ldap and I really don't want to use mysql as ofnow as I need to 
install my sql driver and it's DBI (Also I donot have root previlages, and 
also my account space is limited).

I am right know using the default DB that comes with OpenCA. But then I had 
this error saying that it cannot locate the DB_File.pm so I had to set the 
lib path to home/pki/public_html/pavansura/db-4.0.14/perl/DB_File in the ca 
script. (I installed this Sleepycat Software: Berkeley DB 4.0.14 which is 
prereq for ldap.) I am assuming that I need not add the --enable-DBI in the 
config file.

Any clues where I am going wrong.

From: [EMAIL PROTECTED] (Robert Joop)
To: PavanKumar Sura <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Openca-Users] cannot loacte OpenCA/Configuration.pm in @INC
Date: Tue, 30 Apr 2002 11:51:58 +0200

On 02-04-30 02:58:51 CEST, PavanKumar Sura wrote:
 > The logs says that ca script cannot loacte OpenCA/Configuration.pm in 
@INC
 > but the OpenCA/Configureation.pm is right in the first place where @INC
 > looks i.e, at /home/pki/public_html/pavansura/openca-0.9/modules/perl5
 > there the OpenCA dir under which the configuration.pm resides.

have you checked that the directory and all its parents have at least
dr-xr-xr-x permissions?

rj

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




Pavan Sura
Masters in Computer Science
Old Dominion University
Norfolk, Virginia.
Email: [EMAIL PROTECTED]


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to