From: David Vallner Date: 2006-01-12T11:18:00+09:00 Subject: Re: Ruby 1.8.4 with readline support on OSX Robert Hicks wrote: >I tried installing readline (following a how-to for 1.8.4 on OSX) and I >get the following: > >install: you may need to run ldconfig > >I do not find ldconfig anywhere. Has anyone else gotten this message? > >Robert > > Odds are if you don't have it on the system, you don't need to run it. Try and see. I might be horribly mistaken, but I _think_ running ldconfig serves for the system to know there's a new dynamic library around the place, and it's necessary on some Unixen. Might want to check how OSX handles dynamic libraries... David Vallner