I’m having a problem installing the asset server on a Ubuntu box. I’ve converted the rpm package to a debian package with Alien. When I try to install the .deb package with ‘sudo dpkg -i [package name here]’ i get this error:
/etc/init.d/unity_asset_server: line 10: /etc/init.d/functions: No such file or directory
Does anyone know what I should do to fix this problem. It is true that I do not have a file or directory named functions in /etc/init.d.
Keli, thanks for the info on running the Asset Server on Ubuntu. I was able to make the edits to the init.d/unity_asset_server script. I couldn’t find whee I should make the edit the the postgres configuration file, though, or the install.sh file. Can you tell me where those files are?
Here’s the reference in that post:
Add --without-readline to postgres configure (line 41) and change update-rc.d (line 123) in install.sh:
You need to download the source tarball and not the rpm package and install that. The files you need to modify are in the top-level directory after extracting the archive.
Thanks. Installing from source has gotten me closer. Now, when running the install.sh script I’m getting this error:
Starting Unity Asset Server: [OK]
psql: could not connect to server: No such file or directory
Is the server running locally and accepting connections on Unix domain socket “/tmp/.sPGSQL.10733”?
Could not update database template1.