I am trying to install xtuple 4.9.5 on fedora 23 (32 bit). when I ./xtuple from the directory I extracted it into, I get:
Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
Wed May 4 11:21:18 2016 Warning: Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Wed May 4 11:21:52 2016 Warning: QSqlDatabase: QPSQL7 driver not loaded
Wed May 4 11:21:52 2016 Warning: QSqlDatabase: available drivers: QSQLITE QSQLITE2
I downloaded the missing libraries by "./qt-linux-opensource-5.1.1-x86_64-offline.run" as root. This resulted in:
/]# find -name libicui*
./usr/lib/libicuio.so.54.1
./usr/lib/libicui18n.so.54.1
./usr/lib/libicui18n.so.54
./usr/lib/libicuio.so.54
However, another attempt to run the xtuple script from the command line yielded the same error message.
I copied all the /lib/libicu* files to the xtuple directory with the same result.
My current guess is that the libraries need to be in some other directory but I do not know which one.
Any help would be appreciated.