I built a C library (compiled from source) below my home folder and now I have to build a new package that depends on that library. When running the configure script I get the error
configure: error: The required <package> library was not found.
Is there an environment variable I can edit to make my script search the library's path?
I already tried LD_LIBRARY_PATH