Ok today came the security update for openssl and my mirror has it (i
checked) it has the same name as the installed package only a ".1" is added
at the end of the name mandrake update wont see this it actually appeared in
the "installed" section of mandrakeupdate but if i do a :
# rpm -qa | grep openssl
openssl-0.9.6-7mdk
(MandrakeUpdate shows both as installed)
it is NOT installed so i downloaded it manually and did :
rpm -Uvh openssl-0.9.6-7.1mdk.i586.rpm
and it updated fine .
I mentioned this problem before cause i think it is important, cause it
renders MandrakeUpdate absolutely useless since it is made for security
updates .
So we will have to leave MandrakeUpdate to the developers and get back to
comandline and kpackage ... sad cause i think MandrakeUpdate is a great idea
for a prog.
If im missing something here please tell it to me cause i LOVE MandrakeUpdate
and i would really like to use it.
Btw. the update funktion in SNF still shows me an empty list even tho a few
updates have been released since i installed it.
Cheers
On Thursday 19 July 2001 15:18, civileme wrote:
> On Thursday 19 July 2001 03:13, Curtis Matthiesen wrote:
> > I'm trying to upgrade my CUPS (as well other programs) to the newest
> > version anyway, when I use Mandrake Update it fails saying that I already
> > have CUPS (or the other programs I'm trying to install) installed.
> >
> > Can someone tell me how I can go about doing this, I assume I could do it
> > manually by a:
> >
> > RPM -Uvh rpmname.rpm
> >
> > But if I could do it via Mandrake Update it'd be much more easier and
> > effective for me.
> >
> > TIA
> >
> > Curtis
> >
> > PS Is this posting in HTML format, if so I'm sorry, Hotmail just changed
> > everything and I'm not sure if it is or not, or how I can change it
> > permanently to use non-HTML.
>
> Most of the time MandrakeUpdate will work; however, certain programs that
> handle regular expressions and pattern-matching DON'T work the same when a
> different locale is in place, thanks to newly-implemented POSIX standards.
>
> The resuklt is that the sorting for newer versions fails, seeing the update
> as the older version which is why it says that the package is already
> installed.
>
> Look at "fun with regular expressions" on www.mandrakeforum.com to get an
> idea of the scope of the problem.
>
> Civileme