Solaris install.sh problem

inspirix

Active Member
#1
This is on a Joyent Accelerator (Solaris):

Right as the actual installation seems to be taking place Im getting this:

Setup up PHP [Y/n]: n

Installing, please wait...

./install.sh: test: argument expected

And it quits. Im using lsws-3.3.15-std-i386-solaris.tar.gz

I've checked out the functions.sh file a bit, but didn't want to attempt to mess with it and screw things up more.

Not sure if there is anything I can do, or if the Solaris installation commands need some tweaking?

Joe
 

inspirix

Active Member
#2
Solution

I had to make one change to get installation to complete:

line 983
echo "skip"
#install_whm_plugin

Why would it want to install that? It didnt ask me if it should.

And one change after installation to bin/lswsctrl:

change hard coded "ps aux" to "ps -elf"

Will I need to do this on a continuous basis? Will automatic upgrades fail because of this?

Joe
 
Top