Hey everybody
I just tried Unity’s Asset Server during Nordic Game Jam 2011 coming from just have the project in SVN, so I became really fond of it.
Problem is now that I’m trying to get it installed on my Synology DS210+ and it seems to die and I don’t know why…
I’ve bootstrapped the system as described here: http://forum.synology.com/wiki/index.php/Overview_on_modifying_the_Synology_Server,_bootstrap,_ipkg_etc
and installed the Toolchain as well as gcc “ipkg install gcc”
Manually adding the unitysrv user was necessay as this Linux uses “adduser” and “addgroup” instead of “useradd” and “groupadd”.
All goes fine until “checking test program… failed”
This is what I get from the console:
checking test program… failed
configure: error:
Could not execute a simple test program. This may be a problem
related to locating shared libraries. Check the file ‘config.log’
for the exact reason.
make: Entering directory /root/unity_asset_server-2.0.1f2-35557/postgresql' You need to run the 'configure' program first. See the file 'INSTALL' for installation instructions. make: *** [all] Error 1 make: Leaving directory
/root/unity_asset_server-2.0.1f2-35557/postgresql’
make: pg_config: Command not found
make: Entering directory /root/unity_asset_server-2.0.1f2-35557/UnityExtensions' make: *** make: Entering directory
/root/unity_asset_server-2.0.1f2-35557/UnityExtensions’
No targets. Stop.
make: Leaving directory /root/unity_asset_server-2.0.1f2-35557/UnityExtensions' make: pg_config: Command not found make: Entering directory
/root/unity_asset_server-2.0.1f2-35557/UnityExtensions’
make: *** make: Entering directory /root/unity_asset_server-2.0.1f2-35557/UnityExtensions' No rule to make target
install’. Stop.
make: Leaving directory /root/unity_asset_server-2.0.1f2-35557/UnityExtensions' cp: cannot create regular file
/opt/unity_asset_server/share/postgresql.conf.default’: No such file or directory
cp: cannot create regular file /opt/unity_asset_server/share/postgresql.conf.init': No such file or directory cp: cannot create regular file
/opt/unity_asset_server/share/pg_hba.conf.default’: No such file or directory
cp: cannot create regular file /opt/unity_asset_server/share/pg_hba.conf.init': No such file or directory cp: cannot create regular file
/opt/unity_asset_server/share/db_source.sql.bz2’: No such file or directory
cp: cannot create regular file /opt/unity_asset_server/share/db_upgrade_source.sql.bz2': No such file or directory cp: cannot create regular file
/opt/unity_asset_server/bin/reset_admin_password’: No such file or directory
chmod: cannot access /opt/unity_asset_server/bin/reset_admin_password': No such file or directory cp: target
/opt/unity_asset_server/bin/’ is not a directory
chmod: cannot access `/opt/unity_asset_server/bin/as_*': No such file or directory
./install.sh: ./install.sh: 140: /sbin/chkconfig: not found
./install.sh: ./install.sh: 140: /sbin/chkconfig: not found
./install.sh: ./install.sh: 142: /opt/unity_asset_server/bin/reset_admin_password: not found
Anyone know what can be going wrong? Apparently the “config.log” it talks about doesn’t exist on the system =/
Best regards