Has anyone been able to install iServer Express on Ubuntu Server 9.10?
I had some problems with 32 bit libs and Xvfb but I was able to install the necessary packages.
Here is the output from my install attempt - any suggestions?
df: invalid option -- 'e'
Try `df --help' for more information.
[: 3572: Illegal number:
mkdir: invalid option -- 'e'
Try `mkdir --help' for more information.
cd: 3577: Illegal option -e
-e Install is copying files to the destination folder. Please wait
-e .[: 3577: -e: unexpected operator
cd: 3577: Illegal option -e
mkdir: invalid option -- 'e'
Try `mkdir --help' for more information.
cd: 3577: Illegal option -e
cp: invalid option -- 'e'
Try `cp --help' for more information.
chmod: invalid option -- 'e'
Try `chmod --help' for more information.
[: 3577: -e: unexpected operator
cp: invalid option -- 'e'
Try `cp --help' for more information.
[: 3577: -e: unexpected operator
rm: invalid option -- 'e'
Try `rm --help' for more information.
[: 3577: -e: unexpected operator
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
chmod: invalid option -- 'e'
Try `chmod --help' for more information.
[: 3577: -e: unexpected operator
[: 3577: -e: unexpected operator
chmod: invalid option -- 'e'
Try `chmod --help' for more information.
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
ERROR: - File not found
cat: /opt/iserver/AcServer/bin/StartMC.sh: No such file or directory
./isinstall.sh: 3577: cannot create -e /opt/iserver/AcServer/bin/StartMC.sh: Directory nonexistent
cat: /opt/iserver/AcServer/bin/StopMC.sh: No such file or directory
./isinstall.sh: 3577: cannot create -e /opt/iserver/AcServer/bin/StopMC.sh: Directory nonexistent
cat: /opt/iserver/AcServer/servletcontainer/bin/startup.sh: No such file or directory
./isinstall.sh: 3577: cannot create -e /opt/iserver/AcServer/servletcontainer/bin/startup.sh: Directory nonexistent
cat: /opt/iserver/AcServer/servletcontainer/bin/shutdown.sh: No such file or directory
./isinstall.sh: 3577: cannot create -e /opt/iserver/AcServer/servletcontainer/bin/shutdown.sh: Directory nonexistent
rm: invalid option -- 'e'
Try `rm --help' for more information.
ERROR: - File not found
ERROR: - File not found
eval: 1: /opt/iserver/AcServer/lib: not found
./isinstall.sh: 1: -e: not found
[: 1: -e: unexpected operator
[: 1: -e: unexpected operator
[: 1: -e: unexpected operator
[: 1: -e: unexpected operator
[: 1: -e: unexpected operator
cp: invalid option -- 'e'
Try `cp --help' for more information.
[: 3580: -e: unexpected operator
cd: 3580: Illegal option -e
head: invalid option -- 'e'
Try `head --help' for more information.
-e
Encyclopedia version mismatch - Cannot complete install
Page 1 of 1
Installing iServer Express on Ubuntu Server
#2
Posted 04 March 2010 - 06:21 PM
Hope this helps someone in the future...
Solved: on line 8 on install.sh remove -e option from echo command
For further reference to install the correct 32-bit libraries on Ubuntu Server which is 64-bit:
# wget http://ftp.egr.msu.e....6-18_amd64.deb
# dpkg-deb -x libstdc++5_3.3.6-18_amd64.deb libstdc++5
# cp -p libstdc++5/usr/lib/libstdc++.so.5.0.7 /usr/lib
and to make sure xvfb is installed:
sudo apt-get install xvfb
Solved: on line 8 on install.sh remove -e option from echo command
For further reference to install the correct 32-bit libraries on Ubuntu Server which is 64-bit:
# wget http://ftp.egr.msu.e....6-18_amd64.deb
# dpkg-deb -x libstdc++5_3.3.6-18_amd64.deb libstdc++5
# cp -p libstdc++5/usr/lib/libstdc++.so.5.0.7 /usr/lib
and to make sure xvfb is installed:
sudo apt-get install xvfb
Page 1 of 1



MultiQuote