Hi, > when i am trying to make install-online, the following messages shows > with an error explanation: > ****** > make[8]: Entering directory > `/home/raul/openca/openca-0.9.2.4/src/common/etc' > /usr/bin/install -c -o openca -g openca -m 644 config.xml > /usr/local/OpenCA/etc/config.xml > /usr/bin/install: cannot create regular file > `/usr/local/OpenCA/etc/config.xml': No such file or directory > ******
[...] >> cd etc && make install >> make[7]: Entering directory >> `/home/raul/openca/openca-0.9.2.4/src/common/etc' >> + make __install_dir USER=nobody GROUP=nogroup DIR=/usr/local/OpenCA/etc >> make[8]: Entering directory >> `/home/raul/openca/openca-0.9.2.4/src/common/etc' >> make[9]: Entering directory >> `/home/raul/openca/openca-0.9.2.4/src/common/etc' >> make[9]: Leaving directory >> `/home/raul/openca/openca-0.9.2.4/src/common/etc' >> + /usr/bin/install -c -d -o nobody -g nogroup /usr/local/OpenCA/etc >> /usr/bin/install: invalid group `nogroup' >> make[8]: *** [__install_dir] Error 1 I guess you don't have a user nobody and/or a group nogroup on your system. Try to reconfigure OpenCA with different settings for the --httpd-user and --httpd-group that match your system: >From the configure help: ... --with-httpd-user=ARG sets the httpd's user id (default is nobody) --with-httpd-group=ARG sets the httpd's group id (default is nogroup) ... cheers Martin ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
