libvips / lua-vips

Lua binding for the libvips image processing library
MIT License
125 stars 10 forks source link

lua: could not load library vips #48

Closed mohamadsajedi closed 2 years ago

mohamadsajedi commented 2 years ago

i'm currently using lua5.1 on ubuntu 20.04 and installed libvips on ubuntu also installed lua-vip and luaffi... now there is vips directory on my lua path but when i run my lua script, it give me following error : "" could not load library vips ""

how can i solve this problem , thank you in advance

mohamadsajedi commented 2 years ago

apt-get install libvips-dev