On Wed, Jan 08, 2003 at 01:17:01PM +0530, Binand Raj S. wrote: >On Wed, Jan 08, 2003 at 12:18:11PM +0530, Rajesh wrote: >> [rajesh@ho lib]$ l /usr/lib/libcrypto.so* >> lrwxrwxrwx 1 root root 18 Mar 6 2002 >> /usr/lib/libcrypto.so -> libcrypto.so.0.9.6 > >libcrypto and libcrypt are different. Use -lcrypt in your LDFLAGS.
Thanks Binand. It worked. Why the wvdial coders have not put that -lcrypt in the Makefile is a puzzle. Peace -- Rajesh : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Installing joystick under linux LOST #292 Several joysticks are supported by the kernel. See in the dir /lib/modules/2.x.xx/misc, if yours is listed. To check if it works do: a) insmod joystick.o b) insmod js-sidewinder.o (or the module for your joystick). If it works then add following in /etc/modules.conf: 'alias ..-ascii-..-15 js-sidewinder' ####<[EMAIL PROTECTED]>################################# : ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
