Using the xTuple 3.3.0 Installer on Fedora 11 x86_64

 

Installing xTuple 3.3.0 on Fedora 11 x86_64.

Download the xTuple Installer package from SourceForge.net

Open a terminal window, and change to the root user.

su -

(enter root password)

Change into the directory where the downloaded installer is.

cd /home/user/Downloads

Change the mode of the installer, so that it is executable.

chmod 777 xTuple-3.3.0-Linux-installer.bin

Then, install the following compatibility libraries. 

yum -y install libSM.i586
yum -y install glib2.i586
yum -y install libtar.i386
yum -y install libXrender.i586
yum -y install fontconfig.i586
yum -y install libXext.i586
yum -y install krb5-libs.i586
yum -y install compat-libstdc++-296.i586
yum -y install libstdc++.i586

As root, run the xtuple installer with:

./xTuple-3.3.0-Linux-installer.bin

At the end, when the client starts, it will trigger a SELinux AVC denial error.

Issue as root (SELinux may pop up and tell you this command)

semanage fcontext -a -t textrel_shlib_t '/opt/xTuple/Client/libpq.so.5'
chcon -t textrel_shlib_t '/opt/xTuple/Client/libpq.so.5'

Restart the xTuple Client.

Login in and enjoy!

(It's up to you if you want to disable SELinux totally)