On Wed, 13 Mar 2002, lines3200 wrote:

> hey there  does anybody has an idea what is my problem
> or even better what to do to solve it ?

I used to get this one all the time. I'm still a little fuzzy on what it
means, but the solution is right there for you -- in cargo cult style [1],
I did what it said and it worked:
 
> /usr/X11R6/lib/libXxf86misc.a is out of date; rerun ranlib(1) (can't 
> load from it)

There's your hint: re-run ranli (see page one of the manual for details):

    % ranlib /usr/X11R6/lib/libXxf86misc.a

This may need to be done as root, I forget:

    % sudo ranlib /usr/X11R6/lib/libXxf86misc.a

I can't honestly say that I'm 100% clear what this does, aside from enable
shared libraries to be used by higher level programs, but in my case all I
had to do was execute that command and then re-try the Fink installation,
and everything went off without a hitch. 



[1] as in "I am of a primitive society that has found this strange crate
full of modern equipment, and though I do not understand how the machines
work, I know that if I make the same incantations each time, they will
obey my commands." See also "The claw! It moves! Oooooohhh!"  :)



-- 
Chris Devers                           [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

"Okay, Gene... so, -1 x -1 should equal what?" "A South American!"    
[....] "no human can understand the Timecube" and Gene responded
 without missing a beat "Yeah.  I'm not human."


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to