Click to See Complete Forum and Search --> : Unresolved Dependency


Bagpuss
10-24-2001, 12:12 PM
How comes when I get the tar.gz file that sorts out the dependency and do that ./configure make stuff the dependency is still unresolved??
do i have to specify a path to put the thing in, it was some thing like libdvd.css.so.0.....

AdaHacker
10-24-2001, 12:33 PM
If it's a library, you might want to make sure that whatever directory it's in is in the library path. Just check /etc/ld.so.conf and see if the directory you installed the libdvd.css.so.0 in is in the file. If not, then ./configure is not going to pick it up when it searches for libraries. Just add the directory to /etc/ld.so.conf and run /sbin/ldconfig to fix it.