Re: newbie question about cli/serv with SSL

2001-01-11 Thread Alexey Prohorenko
On Thu, Jan 11, 2001 at 01:45:11PM +0100, Lutz Jaenicke wrote: > > green@pacific:~/SSL$ make > > gcc -I/usr/local/ssl/include -o cli cli.cpp -L/usr/local/ssl/lib -lcrypto -lssl > You did not use my sequence. Libraries are searched in the sequence given. > It is thus important to keep -lssl -lcryp

Re: newbie question about cli/serv with SSL

2001-01-11 Thread Lutz Jaenicke
On Thu, Jan 11, 2001 at 02:38:26PM +0200, Alexey Prohorenko wrote: > On Thu, Jan 11, 2001 at 10:08:24AM +0100, Lutz Jaenicke wrote: > > On Thu, Jan 11, 2001 at 09:13:12AM +0200, Alexey Prohorenko wrote: > > > green@pacific:~/SSL$ make > > > g++ -I/usr/local/ssl/include -o cli cli.cpp -L/usr/local/

Re: newbie question about cli/serv with SSL

2001-01-11 Thread Alexey Prohorenko
On Thu, Jan 11, 2001 at 10:08:24AM +0100, Lutz Jaenicke wrote: > On Thu, Jan 11, 2001 at 09:13:12AM +0200, Alexey Prohorenko wrote: > > green@pacific:~/SSL$ make > > g++ -I/usr/local/ssl/include -o cli cli.cpp -L/usr/local/ssl/lib/libssl.a >/usr/local/ssl/lib/libcrypto.a > > Read the manual of y