Hi Andrea,

your #!/bin/bash is right - Ubuntu's switch to dash.  Unfortunately I think 
using Edgy as the systemimager server will require either changing all script 
shebangs to bash or changing the symlink:

sudo rm /bin/sh
sudo ln -s bash /bin/sh

I'm sticking with dapper on that side.

cheers,

Carl J Richell
System76, Inc.

----- Original Message -----
From: "Andrea Righi" <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, November 14, 2006 11:32:06 AM GMT-0700 US/Mountain
Subject: Re: [Sisuite-users] Error: si_install: --si-prefix=/usr does not exist 
[Occurs with Ubuntu 6.10]

Carl,

could you try to replace:

#!/bin/sh

with:

#!/bin/bash

in the first line of tools/si_install?

It it still doesn't work, could you try to run:

sudo su
make install_client_all

Thanks,
-Andrea

Carl J. Richell wrote:
> Hi Andrea -
> 
> I found that error strange as well - didn't see "[" in
> tools/si_install.  The same installation method (sudo make
> install_client_all) worked on Ubuntu 6.06 with version 3.7.3.  I
> tried installing both 3.7.3 and 3.7.5 (systemimager-3.7.5.tar.bz2)
> and received the same error message on Ubuntu 6.10.
> 
> Cheers,
> 
> Carl J Richell System76, Inc.
> 
> ----- Original Message ----- From: "Andrea Righi" <[EMAIL PROTECTED]>
>  To: [email protected] Sent: Sunday, November 5,
> 2006 8:16:02 AM GMT-0700 US/Mountain Subject: Re: [Sisuite-users]
> Error: si_install: --si-prefix=/usr does not exist    [Occurs with
> Ubuntu 6.10]
> 
> Carl,
> 
> that looks quite strange... I don't see "[" operators at line 116,
> 125 and 162 in tools/si_install... are you sure that you're using the
>  "vanilla" source?
> 
> Regards, -Andrea
> 
> Carl Richell wrote:
>> Hello and thanks for your help.
>> 
>> I'm installing systemimager-client from source on Ubuntu 6.10
>> (Edgy) and receive the following error:
>> 
>> mkdir -p /usr/lib/systemimager/perl/SystemImager 
>> /home/oem/systemimager-3.7.5/tools/si_install --si-prefix=/usr -m
>> 644 /home/oem/systemimager-3.7.5/lib/SystemImager/Client.pm
>> /usr/lib/systemimager/perl/SystemImager [: 116: ==: unexpected
>> operator [: 125: ==: unexpected operator [: 162: ==: unexpected
>> operator Error: si_install: --si-prefix=/usr does not exist. make:
>> *** [install_client_libs] Error 1
>> 
>> Attempted installation w/ SystemImager 3.7.3 and 3.7.5.
>> Installation worked on 6.06 (Dapper).
>> 
>> Thanks, Carl
>> 

-------------------------------------------------------------------------
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to