I'd say that you've got a grunged file, because line 216 should look like
this:
[starting with line 211-220, for clarity]
} else if (!strcmp(*args,"-passin")) {
if (args[1]) {
args++;
passargin = *args;
I feel like such a newbie...
What are .so files? I dont appear to have a libcrypto.so file at all
anywhere.
> > I appear to need a libcrypto.so.0 file... how do I make that?
>
> Create a symlink:
>
> ln -s libcrypto.so libcrypto.so.0
>
> Although in the true shared library sense, you'd really
> > I appear to need a libcrypto.so.0 file... how do I make that?
> Create a symlink:
> ln -s libcrypto.so libcrypto.so.0
Ah! okay.
> Out of curiosity (and if you don't mind), what are you linking that's
> asking you for this?
licq 0.9.5a.
Thanks for the quick response!
Jon
___
I appear to need a libcrypto.so.0 file...
how do I make that?
Thanks!
ething
obvious?
Thank you!
Jon-Pierre Gentil