Re: urpmi and ldap

Michael Scherer <[email protected]> Tue, 17 May 2005 10:24:32 +0200
Newsgroups gmane.linux.mandrake.server
Message-ID <[email protected]>
Le Mardi 17 Mai 2005 10:10, Rafael Garcia-Suarez a =E9crit=A0:
> On 5/17/05, Buchan Milne <[email protected]> wrote:
> > - -            $urpm->write_ldap_cache($medium) or $urpm->{log}(N("Could
> > not write ldap cache : ") . $_ );
> > +            $urpm->urpm::ldap::write_ldap_cache($medium) or
> > $urpm->{log}(N("Could not write ldap cache : ") . $_ );
>
> if you need to explicitly qualify methods, something is wrong with
> your object model.

It was a bug, i have uploaded a fix on cvs  :

write_ldap_cache($urpm,$medium) or $urpm->{log}(N("Could not write ldap=20
cache : ") . $_ );

It seems I didn't upload the proper directory on zarb.org.

=2D-=20
Michael Scherer