Hi,
I tried to install openCA 0.9.2 RC1 and the installation fails because the "install" command doesn't use the same options under FreeBSD 5.1 than under linux... (gmake stands for GNU make below). Unfortunately there is no equivalent of "install -D" under FreeBSD... so you would have to write more lines in Makefile to achieve -D: "create all leading components of DEST except the last, then copy SOURCE to DEST; useful in the 1st format". OpenCA 0.9.1.4 installed fine. Gotta install 0.9.1.5 then...
gmake[5]: Entering directory `/usr/data/src/openca-0.9.2-RC1/src/common' cd etc && /usr/local/bin/gmake install gmake[6]: Entering directory `/usr/data/src/openca-0.9.2-RC1/src/common/etc' + /usr/bin/install -c -D -c -d -o openca -g openca /usr/local/openca-0.9.2-RC1_ca_racine/OpenCA/etc install: illegal option -- D usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ...
You can fix this by removing -D from Makefile.global-vars.in before you run configure or you have to fix this in Makefile.global-vars before you install the software. I add this to the FAQ because I have no fast solution for the issue which can break the installation on other systems.
Do you get any problems without -D? This is really important if we start removing the option.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
