hi all!
another stupid newbie problem here ;-/

i'm trying to install the newest cvs version on two linux boxes, redhat 9 and debian unstable/testing.
in both cases similar problem occures:
----
/usr/bin/install -c -o openca -g openca -m 644 en_GB/openca.mo /usr/local/OpenCA/ca/lib/locale/en_GB/LC_MESSAGES/openca.mo
/usr/bin/install: cannot stat `en_GB/openca.mo': No such file or directory
make[8]: *** [en_GB] Error 1
----
and naturally src/common/lib/locale/ doesn't contain en_GB stuff at all.
do i have to create en_GB locale myself ?



if it metter, here is my installation script:
----
#!/bin/sh
set -e


PREFIX=/usr/local/OpenCA/ca

./configure --prefix=${PREFIX} \
 --with-openca-prefix=${PREFIX} \
 --with-web-host=ca-internal.rtsnet.ru \
 --with-httpd-host=ca-internal.rtsnet.ru \
 --with-httpd-user=apache \
 --with-httpd-group=apache \
 --with-openca-user=openca \
 --with-openca-group=openca \
 --with-dist-user=openca \
 --with-dist-group=openca \
 --with-ca-organization="RTS Stock Exchange" \
 --with-ca-locality=Moscow \
 --with-ca-country=RU \
 [EMAIL PROTECTED] \
 --with-sendmail="/usr/sbin/sendmail" \
 --with-hierarchy-level=ca \
 --enable-scep \
 --disable-dbi \
 --enable-db \


make ca make install-offline ----


-- Konstantin Khrooschev. RTS Stock Exchange. Network Department.




------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to