everything seems to be installed correctly. however, when i try to compile my nodejs phash addon, i get:
Package pHash was not found in the pkg-config search path.
Perhaps you should add the directory containing `pHash.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pHash' found
gyp: Call to 'pkg-config --libs-only-L --libs-only-other pHash' returned exit status 1. while trying to load binding.gyp
do you know what this could mean? it works on my circleci instance out of the box, so i think it's a config issue
i'm trying to install with the following Aptfile:
everything seems to be installed correctly. however, when i try to compile my nodejs phash addon, i get:
do you know what this could mean? it works on my circleci instance out of the box, so i think it's a config issue