<div dir="ltr">Hi,<br>I've used the provided Mapguide OS v3.0 install script on Ubuntu 12.04 (32 bits).<br><a href="http://trac.osgeo.org/mapguide/wiki/Release/3.0/Notes">http://trac.osgeo.org/mapguide/wiki/Release/3.0/Notes</a><br><br>This file mginstallubuntu.sh can be downloaded from<br><a href="http://download.osgeo.org/mapguide/releases/3.0.0/Preview1/ubuntu12_32/mginstallubuntu.sh">http://download.osgeo.org/mapguide/releases/3.0.0/Preview1/ubuntu12_32/mginstallubuntu.sh</a><br><br>It must be run by root with this command:<br>sudo bash mginstallubuntu.sh<br><br>Unfortunately it ends with several errors:<br>* Starting MapGuide Server<br>/etc/init.d/mapguide: 14: /etc/init.d/mapguide: pushd: not found<br><br>Since pushd is a bash enhancement to the POSIX-specified Bourne Shell.<br><br>You must edit the script file<br>(sudo vi mginstallubuntu.sh)<br>to replace the first line:<br>#!/bin/sh to  #!/bin/bash<br><br>This solved my install problem, and MG OS 3.0 starts and runs nicely!<br><br>Cheers,<br>Ricardo Pinho<br></div>