Antonio Olivares <[email protected]> wrote; > I am doing this and see how it goes. I used ldd to check for > libprce.so and I got : > > ldd /usr/local/lib/libprce.so: > libc.so.7 => /lib/libc.so.7 (0x800647000) > ldd /usr/local/lib/libprce.so.1: > libc.so.7 => /lib/libc.so.7 (0x800647000) > > There are two of them :( Should there be only one?
This is _normal_. The .so (with no further sufix), is generally just a link to the 'latest' .so *with* a numeric suffix. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
