2011/8/5 Andrea Di Pasquale <[email protected]>: > Hi guys, > > if you rename /usr/lib/libdnet in /usr/lib/libdnet.so the cmake works well. > Can you rename this file in your package repository please?
It's more than just the libdnet.so file. The soname of the library is wrong (libdnet.1) and once that gets into other binaries, the situation gets harder to clean up. If you just want to link it for now, create a libdnet.so symlink in a directory you have the write permission to, and pass it through the -L flag to the linker. I'd like OpenCSW to solve the problem in a clean way. Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
