installing on ubuntu
When trying to run the run file to install on ubuntu I get the error "Syntax error: Unterminated quoted string"

I assume that this problem has been fixed with the solution provided by the team. If the problem persists, pleas write to the plasticscm support account:
support@codicesoftware.com
-
Carlos commented
it seems that Mono has no idea where your libgdiplus library is.
Please run the following command and try to open the GUI, if it starts please try to open the pending changes view:
mv /opt/plasticscm4/mono/lib/libgdiplus.so.0.0.0 /opt/plasticscm4/mono/lib/libgdiplus.so.0.0.0.bak
If the GUI doesn't start you can try to download the "libgdiplus.so.0.0.0" library for your linux distro and test it again.We have two interesting posts in our forum with more info dealing with the same issue:
http://www.plasticscm.net/index.php?/topic/1273-installation-on-debian-x64-missing-package/ -
Jason Jaeger commented
I just tried PlasticSCM-4.2.30.429-linux-x64-installer.run on ubuntu 12.10 64 bit.
I received the following errors:
https://gist.github.com/anonymous/0be88e3e2c91a709bf2e
https://gist.github.com/anonymous/f8378d68af590f07b262
(there is no loader.log.txt on server installation dir)
https://gist.github.com/anonymous/8704fbf33d7dafe51ad0
at the end it tells me it installed successfully but I cannot open the program
-
Jason Jaeger commented
It was Ubuntu 12 32bit and the latest version of Plastic in labs at the time. I just tried again with Ubuntu 12.10 64bit (different machine, fresh install of Ubuntu) using PlasticSCM 4.2.30.416 and it does not seem to do anything. Via the gui I allowed executing the program as a file and then double clicked it.. nothing. So I went to the command line and navigated to the my Downloads folder where the .run file is, then I set the execution permissions again and tried running the file like this "sudo ./PlasticSCM-4.2.30.416-linux-installer.run" and again nothing happens. Am I doing it wrong?
-
Ruben de Alba commented
Hello Jason,
Could you tell us which versions of Ubuntu & Plastic you were using? It seems a weird installer issue that we would like to check ASAP.