When I've compiled libraries from source in the past, I've usually found that they install into /usr/local/lib by default. This isn't in the standard library search paths, so you usually have a few choices.
1) If the compilation using the "configure" script, add...