On 01-11-08 21:54:35 CET, Euricelia Viana Wanderley wrote: > hi! > > I'm using the following config: > > ./configure > --prefix=/usr/local/openca-all > --with-user=nobody --with-group=nobody > --with-ca-htdocs=/is/htdocs-ca --with-ca-cgi=/is/cgi-ca > --with-raserver-htdocs=/is/htdocs-raserver > --with-raserver-cgi=/is/cgi-raserver > --with-public-htdocs=/is/htdocs-public --with-public-cgi=/is/cgi-public > --with-ca=/usr/local/openca-all/OpenCA > --with-raserver=/usr/local/openca-all/RAServer > > and when I try a "make all", it stops at "make ca" because the directory > tree for the installation in a prefix different than default is not > created, i.e., I keep getting the message "no such directory" for > everything.
wich directory fails to get created? > do I have to modify the Makefile or create it manually? what kind of system are you on? what install command do you use? (`grep INSTALL Makefile`) what does `install -d /tmp/a/b/c/d` do? does it create all those directories? rj _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
