|
I'm trying to run Cloud9 but I'm getting this error when I try to run "bin/could9.sh"
Any ideas? Thanks --edit-- AFTER the symbolic link test fix: I did the symbolic link trick and I had to do it with libcrypto.so.0.9.8(e) too. Now I'm getting thoses errors..
Thanks |
|
Our systems don't have the libssl.so.0.9.8 file; we have a slightly updated version which is likely compatible:
If it is indeed compatible with your software, you should be able to make use of it using something like this:
If this does work, then the easiest way to package the solution into a convenient executable is to create a simple shell script wrapper; something like this:
Then, just run cloud9_start.sh instead. Alternatively (simpler, but less elegant), just set LD_LIBRARY_PATH in your ~/.bash_profile file so that it's always active. Hope that helps! |
|
Problem solved! With those instructions : http://blog.area256.com/?p=944 At step 3 I had this error : To fix it, edit the CCFLAGS and CXXFLAGS in wscript like this (add '-march=i686') before building :
Thanks for the help |
This seems like a compatibility issue.
Are you running a precompiled binary, or did you compile this from source?
I was running a precompiled binary.