Kent Soper schrieb: > > I was trying to install 0.9.0 RC2 when I kept noticing "NONE" in the output > of my "make intall-ca" command. > > My configure script did not have a "--prefix=/usr/local" entry because I > assumed it was the default and I didn't want to be redundant. The > Makefile.global-vars file starts out like this: > > # file: Makefile.global-vars(.in)
> ca_htdocs_fs_prefix = NONE/apache/htdocs/ca I fixed it. The problem is that autoconf sets the default value of prefix after it computes all other variables. I make small hack in configure.in which set prefix before it starts to set all other autoconf variables. 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 http://www.openca.org ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
