Ubuntu Vulkan driver installed but cannot locate libVulkan.so.1

Hi,
I have installed NVIDIA-Linux-x86_64-355.00.27.run on Ubuntu 14.04 with Nvidia GeForce GT 630 and Intel i7 processor.
on compiling GitHub - SaschaWillems/Vulkan: Examples and demos for the new Vulkan API samples I am able to compile without error however running sample gives following error:

“./offscreen: error while loading shared libraries: libvulkan.so.1: cannot open shared object file: No such file or directory”

Any suggestion will be helpful.
Regards,
Siddharth

Having similar issue after installing driver from ppa: https://launchpad.net/~canonical-x/+archive/ubuntu/vulkan

Ubuntu 14.04, GeForce 970M, driver: 355.00.26-0ubuntu1~vulkan14.04.2

Guessing the driver package doesn’t include the vulkan libs

libvulkan.so.1 is installed with the Vulkan SDK. So, we need both the driver and the SDK to have a working Vulkan setup.

http://lunarg.com/vulkan-sdk/

I banged my head against the keyboard for a few minutes until I figured that out. Oh well :)

@Silviu_C: Great, I came to same conclusion, was just gonna post here, but you beat me to it :D

Hi Guys,
Thanks for the reply. Getting on it !