<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alain Spineux wrote:
<blockquote
 cite="mid:71fe4e760806180156h64c922bbu302b7bbe641d567c@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Jun 18, 2008 at 5:49 AM, Christian Tardif
<a class="moz-txt-link-rfc2396E" href="mailto:christian.tardif@servinfo.ca"><christian.tardif@servinfo.ca></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Bernhard Reiter wrote:

Am Dienstag, 17. Juni 2008 04:25:03 schrieb Christian Tardif:


I finally found my way thru the compilation of kolab 2.2rc3 under
Mandriva 2008.1 (in fact, I had to find out obmtool and obmtool.conf, in
which I had to list the proper files to compile).


What did you have to change?

OK....  I realized that I took installation procedure for 2.1 version. I
just started (from scratch) the installation of rc3 with the procedure
described at:
<a class="moz-txt-link-freetext" href="http://wiki.kolab.org/index.php/Kolab2_Installation_-_Beta_Sources">http://wiki.kolab.org/index.php/Kolab2_Installation_-_Beta_Sources</a>

so, this is with install-kolab.sh script. I'm now getting this at some time:

/kolab/lib/openpkg/openpkg: command substitution: line 298: unexpected EOF
while looking for matching `''
/kolab/lib/openpkg/openpkg: command substitution: line 300: syntax error:
unexpected end of file
/kolab/lib/openpkg/openpkg: line 298: exec: shtool:path:Error:: not found

How do I get rid of that, so I can go through the whole setup?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Maybe you are using a exotic shell like csh or tcsh.
Can you try running

# /bin/bash install-kolab.sh -F -H .........</pre>
</blockquote>
I was running under sh. Anyway, I tried with bash, with no more luck.<br>
<br>
I did a little thing, then. I added, at the end of
/kolab/lib/openpkg/openpkg (as per Gunnar):<br>
<br>
<pre>echo "exec ${cmd_shell} ${cmd_path} \${1+\"\$@\"}"

in order to find out what was going wrong. I finally found that the error: shtool:path:Error:: not found

is, in fact:

<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta
 name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"><style
 type="text/css">
        <!--
                @page { size: 21.59cm 27.94</style>exec shtool:path:Error: failed to create temporary directory `/root/tmp/.shtool.9895''

</pre>
So, in order to continue the installation process, I changed
(temporarily, of course) the permissions of /root and /tmp to 0777<br>
<br>
As of now, the installation process continues...<br>
<br>
Will let you know when  it stops...  for success or not.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Christian Tardif</pre>
</body>
</html>