Re: Compile errors

2000-08-11 Thread Jon-Pierre Gentil
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;

Re: Got it compiled...now what?

2000-08-07 Thread Jon-Pierre Gentil
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

Re: Got it compiled...now what?

2000-08-07 Thread Jon-Pierre Gentil
> > 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 ___

Got it compiled...now what?

2000-08-07 Thread Jon-Pierre Gentil
  I appear to need a libcrypto.so.0 file...  how  do I make that?     Thanks!    

Compilation problems.

2000-08-07 Thread Jon-Pierre Gentil
ething obvious?   Thank you!   Jon-Pierre Gentil