[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem compiling progarms (linker errors)
- To: Shaul Karl <shaulka(at-nospam)bezeqint.net>
- Subject: Re: Problem compiling progarms (linker errors)
- From: Ilya Konstantinov <linux-il(at-nospam)future.galanet.net>
- Date: Fri, 13 Apr 2001 03:04:30 +0300
- Cc: dgi_il(at-nospam)hotmail.com, Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>, linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <E14np9N-0007Fo-00@rakefet>; from shaulka@bezeqint.net on Fri, Apr 13, 2001 at 01:01:05AM +0300
- References: <Pine.GSO.4.21_heb2.09.0104120912040.19956-100000@techunix.technion.ac.il> <OE583ednHM3SOlbpH7100000619@hotmail.com> <dgi_il@hotmail.com> <E14np9N-0007Fo-00@rakefet>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.4i
On Fri, Apr 13, 2001 at 01:01:05AM +0300, Shaul Karl wrote:
> BTW: Why one would need SSL _development_ libraries if he has the SSL
> libraries already installed?
Development libraries maybe come without the debug information
stripped, and some libraries also come in statically-linkable .a files
(useless if you're not doing development).
The reason his compile failed (I think) is because the 'openssl' package
didn't supply a 'libssl.so' file (only 'libssl.so.0').
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il