Christopher Crowley schrieb: > > That SNAP is encountering problems at run time on my installation > Specifically @INC problems not finding DBI.pm, then .lib files in the lib > directory.
DBI is another perlmodule. You can download it from CPAN. The most linux-distros include it. > I am going to clean it all off tomorrow and start fresh. But here is the > config file that I used. I will start with just the ra and public servers. > Could someone please critique this proposed configure: I think you want only to install one apache right? You should have a htdocs-directory at top of your apache. /usr/local/apache/htdocs > --with-ra-htdocs-fs-prefix=/usr/local/apache/htdocs/ra \ > --with-ra-cgi-fs-prefix=/usr/local/apache/cgi-bin/cgi-ra \ > --with-ra-htdocs-url-prefix=/htdocs-ra \ > --with-ra-cgi-url-prefix=/cgi-ra \ I think you don't map htdocs-ra to /htdocs/ra/ in httpd.conf :) --with-ra-htdocs-fs-prefix=/usr/local/apache/htdocs/ra \ --with-ra-cgi-fs-prefix=/usr/local/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=/usr/local/apache/htdocs/public \ > --with-pub-cgi-fs-prefix=/usr/local/apache/cgi-public \ > --with-pub-htdocs-url-prefix=/htdocs-public \ > --with-pub-cgi-url-prefix=/cgi-public \ Same like with "ra". The rest should work. > Also, any word on that make error? Does that file exist in anyone else's > SNAP build directory? Answered already :) 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 [OpenCA Core Developer] http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
