Skip to content

VipsOperation: class "gifsave_buffer" not found #3960

Answered by jcupitt
Jacherr asked this question in Q&A
Discussion options

You must be logged in to vote

It sounds like you installed with --prefix /usr, which is usually a mistake, though it depends a bit on your platform.

The files in /usr are managed for you by your package manager. If you start adding and removing files as well, it'll get tangled up and chaos will follow. Package installs will start to fail, updates will not complete successfully, mysterious crashes will begin.

I'd try to clean up with:

  1. Use your package manager to remove any libvipses which it thinks exist.
  2. Install libvips to a prefix in your home area, perhaps with meson setup build --prefix ~/vips, then have a look though the ~/vips directory and see what files it created.
  3. Look for those same files in /usr/lib etc. an…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@Jacherr
Comment options

@Jacherr
Comment options

Comment options

You must be logged in to vote
3 replies
@Jacherr
Comment options

@Jacherr
Comment options

@jcupitt
Comment options

Answer selected by Jacherr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants