hans schneidhofer wrote on Fri, Sep 20, 2002 at 08:53:10PM +0200 :
> hi again,
> thanks a lot for helping, have downloaded from rpmfind and installed,
> now lyx is running.
> but one courious thing has happend :
> mktemp-1.5-10mdk.i586.rpm was installed, but tetex as well as lyx
> doesn't see it. don't know why, so I does an rpm -Uvh files* --nodeps.
> that does the trick. 

Bad bad habit to get in to.  Look at the error message carefully.  It's
probably complaining about the version of the program that you have
installed.  Best to get it up to whatever version your apps wanted.

> > Am Freitag, 20. September 2002 15:19 schrieb hans schneidhofer:
> > > hi folks,
> > > doeas anyone know, where I can find that file :
> > > libstdc++-libc6.1-2.so.3
> > its part of the egcs-c++-1.1.2 package.

What they used to find it was urpmf.  Here is an example:

[todd@samba1 ~]$ urpmf 'libstdc\+\+-libc6.1-2.so.3'
vshop-mdk-engine:/usr/local/vshop/lib/libstdc++-libc6.1-2.so.3
egcs-c++:/usr/lib/libstdc++-libc6.1-2.so.3

Notice how I use single quotes and escape the + signs.  This is because
the + (and the . actually) are "regular expression operators".  In this
case, you could also do:
    urpmf libstdc\\+\\+-libc6.1-2.so.3
and it would work.  The reason to escape it twice instead of just once
has to do with commandline processing by bash.  man bash for a very
thorough (and probably more than you wanted to know) explanation.

Blue skies...                   Todd
-- 
...and I will strike down upon thee with great vengeance and furious
 anger, those who attempt to poison and destroy my binaries, and you 
    will know my name is root, when I lay my vengeance upon thee.
   Cooker Version mandrake-release-9.0-0.3mdk Kernel 2.4.19-12mdk

Attachment: msg57894/pgp00000.pgp
Description: PGP signature

Reply via email to