Hi Ralf,

the error you get is because you used the option:

        --with-node-prefix=ca-node

we use the ${node_prefix}-menu.xml to identify the name of the menu to
be copied. Anyway, you can edit the src/web-interfaces/node/Makefile
and change the line:

        MENU_FILE       = ${node_prefix}-menu.xml

to:

        MENU_FILE       = node-menu.xml

This should fix your problem.

Later,
Max

P.S.: If you use some other prefixes the same problem would present itself,
I will fix this for the next release.. thanks for the feedback!


Ralf Hornik Mailings wrote:
Dear List,

I get an error while "make install-offline":

+ /usr/bin/install -c -o root -g www-data -m 640 ca-node-menu.xml /opt/openca-off/openca/etc/menus/ca-node-menu.xml.template
/usr/bin/install: cannot stat `ca-node-menu.xml': No such file or directory


my configure-args are:

./configure \
   --prefix=/opt/openca-off \
   --with-httpd-user=www-data \
   --with-httpd-group=www-data \
   --with-openca-prefix=/opt/openca-off/openca \
   --with-etc-prefix=/opt/openca-off/openca/etc \
   --with-httpd-fs-prefix=/opt/openca-off/httpd \
   --with-module-prefix=/opt/openca-off/modules \
   --with-node-prefix=ca-node \
   --with-web-host=ca-int.daheim \
   --enable-engine \
   --enable-dbi \
   --enable-rbac \

Regards

Ralf



--

Best Regards,

        Massimiliano Pala

--o------------------------------------------------------------------------
Massimiliano Pala [OpenCA Project Manager]  [EMAIL PROTECTED]
                                                 [EMAIL PROTECTED]

Dartmouth Computer Science Dept               Home Phone: +1 (603) 369-9332
PKI/Trust Laboratory                          Work Phone: +1 (603) 646-9179
--o------------------------------------------------------------------------

People who think they know everything are a great annoyance to those of us
who do.
                                                           -- Isaac Asimov

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to