Hi,
what perl version have you installed? I remember with version 5.8.5 some
strange problems. I use 5.8.6.
Is your config.xml syntactically correct? Please parse it using this small
script:
------------------------------------------------
#!/usr/bin/perl
use XML::Parser;
$file = $ARGV[0];
$p1 = new XML::Parser(Style => "debug");
$p1->parsefile("$file");
-------------------------------------------------
Give the filename of the XML file (config.xml) as argument and look for
some syntax errors.
Regards
Ralf
> Marc Erdmann schrieb:
> Hi,
>
> I'm using OpenCA-0.9.2.5 on an up-to-date gentoo machine. openca-configure
> (called via configure_etc.sh or directly) does not write any files.
>
> strace /usr/local/bin/openca-configure /usr/local/OpenCA/etc/config.xml
> /var/www/xyz/htdocs/batch/index.html.template
> /var/www/xyz/htdocs/batch/index.html
>
> ...
> open("/var/www/xyz/htdocs/batch/index.html.template",
> O_RDONLY|O_LARGEFILE)
> = 3
> ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfe6eb28) = -1 ENOTTY
> (Inappropriate ioctl for device)
> _llseek(3, 0, [0], SEEK_CUR) = 0
> ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfe6eb18) = -1 ENOTTY
> (Inappropriate ioctl for device)
> fstat64(3, {st_mode=S_IFREG|0666, st_size=549, ...}) = 0
> fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
> ...
>
> Can anyone help?
>
> marc
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Openca-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openca-users
>
--
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users