You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have manually installed vips on my centos 6.5 box. As follows: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --modversion vips-cpp 8.4.1
But, when npm install sharp, it output:
node-gyp rebuild
ERROR: glibc version 2.12 requires manual installation
gyp: Call to 'LDD_VERSION="ldd (GNU libc) 2.12
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper." node -e "require('./binding').download_vips()"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
I omitted some path info.
@lovell
Can anyone help?
Thanks very much.
Oh, please do not force me to upgrade my OS, it's not in my charge.
The text was updated successfully, but these errors were encountered:
I have manually installed vips on my centos 6.5 box. As follows:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
pkg-config --modversion vips-cpp
8.4.1
But, when
npm install sharp
, it output:I omitted some path info.
@lovell
Can anyone help?
Thanks very much.
Oh, please do not force me to upgrade my OS, it's not in my charge.
The text was updated successfully, but these errors were encountered: