Hello
I have installed vapor 4.2.2-Linux_x86_64 on Ubuntu 15.04.
Installation went fine and I added the following to my ~/.profile:
. /usr/share/vapor-2.4.2-Linux_x86_64/bin/vapor-setup.sh
export LD_LIBRARY_PATH=/usr/share/vapor-2.4.2-Linux_x86_64/lib:$LD_LIBRARY_PATH
export PATH=/usr/share/vapor-2.4.2-Linux_x86_64/bin:$PATH
I logged out and then logged in again.
My problem seems to be that I am missing a library needed to run vapor.
smcc@Pantera:~$ vaporgui
vaporgui: error while loading shared libraries: librender.so.2.4.2: cannot open shared object file: No such file or directory.
~$ which librender.so.2.4.2 shows nothing installed. I installed the libtool package, but it did not fix the problem.
Any ideas, please?
Best fishes,
Sam