Hi,

Since I have to manually change some code in wvdial, I tried compiling
the wvdial code. 

I get the following error :

-----------------------------------------------------------------------
[rajesh@ho wvdial-1.53]$ make

--> Making all in /home/rajesh/tmp/compile/wvdial-1.53/src...
g++   -o wvdial wvdial.o wvdial.a  -L../wvstreams -lwvutils -lwvstreams 
/usr/local/lib/libwvutils.so: undefined reference to `crypt'
collect2: ld returned 1 exit status
make[1]: *** [wvdial] Error 1
make: *** [src] Error 2
[rajesh@ho wvdial-1.53]$ 
-----------------------------------------------------------------------

I have also compiled wvstreams library which is required by wvdial.

Here is the output of ldd :

-----------------------------------------------------------------------
[rajesh@ho lib]$ ldd libwvutils.so.3.7 
        libz.so.1 => /usr/lib/libz.so.1 (0x40019000)
        libcrypto.so.1 => /usr/lib/libcrypto.so.1 (0x40027000)
        libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3
(0x400e3000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40126000)
        libc.so.6 => /lib/i686/libc.so.6 (0x4014a000)
        libdl.so.2 => /lib/libdl.so.2 (0x4027a000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
[rajesh@ho lib]$ 
-----------------------------------------------------------------------

-----------------------------------------------------------------------
[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
-rwxr-xr-x    1 root     root         849k Mar 14  2001
/usr/lib/libcrypto.so.0.9.6
lrwxrwxrwx    1 root     root           18 Feb 26  2002
/usr/lib/libcrypto.so.1 -> libcrypto.so.0.9.6
[rajesh@ho lib]$ 
-----------------------------------------------------------------------

Peace

--
Rajesh
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################

Sub : Changing Message of the Day                    LOST #114

The file /etc/motd displays a message at every login. To have
it change point MOTD_FILE in /etc/login.defs to another file.

# If defined, ":" delimited list of "message of the day" files
# to be displayed upon login. This file can be changed with a
# script or fortune program from a database .. e.g:
MOTD_FILE       /etc/motd:/usr/lib/news/news-motd

####<[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

Reply via email to