On Wed, Oct 28, 2009 at 3:48 PM, Jacob Ritorto <[email protected]> wrote: > Hi, > I have a crufty old backup program that likes to use libssl.so.0.9.7. > Indiana seems to not have it, but libssl.so.0.9.8 instead, so it dies badly > like this: > > jrito...@erika~[10]11:47>nwrecover > ld.so.1: nwrecover: fatal: libssl.so.0.9.7: open failed: No such file or > directory > Killed > > What's the correct way to deal with this?
That's Legato networker, right? What on earth is that trying to use libssl for? What version do you have? Certainly the nwrecover I'm using doesn't link against libssl. In some of these cases, going back in time makes life easier. Stuff that really is old and crufty will predate the arrival of libssl (and any of the other modern stuff that might change incompatibly over time) and actually stands more chance of being compatible. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
