Closed GoogleCodeExporter closed 8 years ago
Where do you get this message? In a dialog box? On the Terminal?
Can you attach a screenshot?
Original comment by si...@gmail.com
on 26 Oct 2008 at 8:16
[deleted comment]
[deleted comment]
As can be seen in the screenshot attached i get this in a dialog box.
Original comment by ziyadin....@gmail.com
on 26 Oct 2008 at 9:00
Attachments:
Can you tell me what the output of the following command is when you run it in
the Terminal?
defaults read /System/Library/CoreServices/SystemVersion ProductVersion
Original comment by si...@gmail.com
on 26 Oct 2008 at 9:12
Hi
Here is what I get.
[23:22][ziyadin@oxus] % defaults read
/System/Library/CoreServices/SystemVersion ProductVersion
10.5.5
Original comment by ziyadin....@gmail.com
on 26 Oct 2008 at 9:24
Hmm. That looks fine.
Can you please try one more thing?
Download the following text file:
http://macfuse.googlecode.com/svn/trunk/core/packaging/macfuse/Install_resources
/InstallationCheck
Then, from the Terminal, run the following command on the downloaded file:
/bin/sh InstallationCheck ; echo $?
Please post the output here.
Original comment by si...@gmail.com
on 26 Oct 2008 at 9:42
Hi,
Thank you for your afford.
Here is the command and the output
[23:56][ziyadin@oxus] % /bin/sh InstallationCheck ; echo $?
0
Original comment by ziya...@gmail.com
on 26 Oct 2008 at 9:59
Hi Amit,
Thank you for your help. I found the problem! the script you sent did not work
at first because there was no awk
in /usr/bin. Is this the default location? In my system it is located in
/sw/bin. Thus, I put a symbolic link to run
that script.
I run the installation application again and installed it successfully.
Cheers,
Ziyadin
Original comment by ziya...@gmail.com
on 26 Oct 2008 at 10:10
If there's no awk in /usr/bin, then something or someone has deleted or moved
it. That's not a valid Mac OS X
installation.
Original comment by si...@gmail.com
on 27 Oct 2008 at 12:02
Original issue reported on code.google.com by
ziya...@gmail.com
on 26 Oct 2008 at 8:10