On 11/17/2010 7:27 AM, Antonio Orvieto wrote:
>
> and with the PATH
>
> anto...@opensolaris:~/Downloads$ echo $PATH
> /usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin
That's the problem right there.

I said to check to make sure '/usr/gnu/bin/' was *not* in your $PATH and
remove it if it was.

There is probably an md5sum program in that directory that prints out
it's results in a format different than the Solaris md5sum in
/usr/bin, and that script can't handle the difference. This directory
wasn't put there by default in previous versions of Solaris.

So run:

PATH=/usr/bin:/usr/X11/bin:/usr/sbin:/sbin:/usr/gnu/bin

Then:

export PATH

Then try to run the installer script:

/usr/bin/sh ./xampp-solaris-0.9.sh

  -Kyle

_______________________________________________
install-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to