Phillip Morgan wrote:
> 
> Hi,
> 
> Actually, just had a thought,
> 
> /lib was not in /etc/ld.so.conf. Could this have something to do with the
> problem of not finding /lib/libcrypt?
> 
> I added the entry to ld.so.conf, but it made no difference.
> 
> I suppose there is a command I have to run to tell the system I've updated
> ld.so.conf?
>

        sure. "man ld.so.conf" - no manual, but "man ld.so" in additional info says
"man 8 ldconfig"

        /sbin/ldconfig     - to (re)create lib cache (need root) if you changed
ld.so.conf - you will need to run ldconfig.
        /sbin/ldconfig -p  - to print all found libraries.

        /sbin/ldconfig -p | grep crypt  probably will give you a clue about libcrypt
presence...

        try to less README/INSTALL - may be perl require some new/other version/type
of libcrypt. 

> 
> > Further to the dilemma regarding not being able to use perl scripts with
> > the crypt() function in perl 5.6.1, the problem seems to be that despite
> > the fact that libcrypt does exist (/lib/libcrypt-2.0.7.so, or the
> > symbolic link /lib/libcrypt.so.1 which points to the 2.0.7.so file),
> > perl configure says it cannot find it.
> >
> > 'ld -lcrypt' says no such file or directory.
> >
> > I've made sure I've include all directories in which libs exist
> > (/usr/local/lib /lib /usr/lib), in the configure script but it still
> > won't find crypt.
> >
> > How can I fix???
> >
begin:vcard 
n:Filiapau;Ihar
tel;pager:+375 (0) 17 2850000#6683
tel;fax:+375 (0) 17 2841537
tel;home:+375 (0) 17 2118441
tel;work:+375 (0) 17 2841371
x-mozilla-html:TRUE
url:www.iph.to
org:Enformatica Ltd.;Linux Developement Department
adr:;;Kalinine str. 19-18;Minsk;BY;220012;Belarus
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Developer
note:(none)
x-mozilla-cpt:;18368
fn:Philips
end:vcard

Reply via email to