Thanks, That's done it. Harry Joshua Ferraro wrote:
On 3/1/08, harry wykman <harrybw@iinet.net.au> wrote:
Thanks Josh for your help.
I am posting to the devel list. As you know, still having the error below when using standard install.
Harry
Hi Harry,
Please post any questions you have to the main koha-devel mailing list, or the koha user list ... that way other users will have a chance to respond to the question and others who may have the same issue will see the solution, etc.
Thanks,
Joshua
On 3/1/08, harry wykman <harrybw@iinet.net.au> wrote:
Hi Joshua.
I implemented your suggestions with success. I am still getting the error below however. I am attempting to install a standard system. I don't get this error for a single system.
Any thoughts,
Harry
Then when I run 'make install' I get:
biblio:/home/harry/Desktop/koha-3.00.00-alpha# make install /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib chown: `koha:koha': invalid user make: *** [set_koha_ownership] Error 1
it appears that the 'koha' user is invalid, meaning you didn't create that system user. Try adding the user with a utility like 'adduser' and running make install again.
Cheers,