Im having a bit of bother installing Aplaws+, and unfortunately, the wiki seems to be "under development" - so I only have the QuickInstall PDF to learn from.
Im attempting to build in a Gentoo environment, and have successfully installed Sun Java SDK (1.4.2), PostgreSQL (7.3.11), Tomcat (4.1.31), and the ccm* RPMs.
However, when i run:
ccm load-bundle --interactive --name aplaws-plus-standard
I get:
Can't exec "ccm-run": Permission denied at /usr/bin/ccm line 163, <IN> line 37.
The problem seems to be that the following system call fails:
CCM::Util::setuser('ccmadmin');
Any ideas?
Thanks,
Bryan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried using aplaws-1.0.3, but came across the same problem. I then opted to follow the installation guide as close as I could, thus my version here is 1.0.2. Should I be using 1.0.3, or is it expected that developers build from source via CVS?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Im having a bit of bother installing Aplaws+, and unfortunately, the wiki seems to be "under development" - so I only have the QuickInstall PDF to learn from.
Im attempting to build in a Gentoo environment, and have successfully installed Sun Java SDK (1.4.2), PostgreSQL (7.3.11), Tomcat (4.1.31), and the ccm* RPMs.
However, when i run:
ccm load-bundle --interactive --name aplaws-plus-standard
I get:
Can't exec "ccm-run": Permission denied at /usr/bin/ccm line 163, <IN> line 37.
The problem seems to be that the following system call fails:
CCM::Util::setuser('ccmadmin');
Any ideas?
Thanks,
Bryan
Which ccm-tools version you have?
Try ccm-tools built on the trunk
or replace Util.pm with the copy from svn:
http://aplaws.redhat.com/svn/aplaws/trunk/tools/tools/lib/CCM/Util.pm
Hi guys, i am also facing the same issue when i run this "ccm load-bundle --interactive --name aplaws-plus-devel"
I ended up with the message :
Ident Authentication failed for the user "xxx"
I am running on resin 2.1.17, PGSql 8, Fedora 4.
kindly suggest what could be the error point.
Thanks!
Rahu
Thanks! The supplied Util.pm fixed my problem.
I tried using aplaws-1.0.3, but came across the same problem. I then opted to follow the installation guide as close as I could, thus my version here is 1.0.2. Should I be using 1.0.3, or is it expected that developers build from source via CVS?