[clue-tech] install libltdl

mike havlicek mhavlicek1 at yahoo.com
Wed Jan 28 12:15:08 MST 2009


Whoops,

I forgot the ubuntu family is debian based. So you might try replacing the references to rpm to whatever the debian analog is for command line package
management.

-Mike


--- On Wed, 1/28/09, mike havlicek <mhavlicek1 at yahoo.com> wrote:

> From: mike havlicek <mhavlicek1 at yahoo.com>
> Subject: RE: [clue-tech] install libltdl
> To: "CLUE tech" <clue-tech at cluedenver.org>
> Date: Wednesday, January 28, 2009, 12:09 PM
> Hello,
> 
> You might check into the linking and loading of the library
> and confirm the
> location of the .so files as well as the how your app is
> trying to satisfy dependencies.
> 
> $ /sbin/ldconfig -p | grep libltdl
> 
> A possible file to look at is ld.so.conf which is likely in
> /etc. I think this helps direct the shared library system.
> For example on a particular rpm based server the above
> invocation of ldconfig followed by an rpm reports:
> 
> (15)[havlicek at sparky etc]$ /sbin/ldconfig -p | grep libltdl
>         libltdl.so.3 (libc6) => /usr/lib/libltdl.so.3
>         libltdl.so (libc6) => /usr/lib/libltdl.so
> (16)[havlicek at sparky etc]$ rpm -qf /usr/lib/libltdl.so.3
> libtool-libs-1.5.6-4.EL4.2
> 
> To see what your app is looking for and how or whether it
> is satisfied:
> 
> $ ldd /path_to_your_app
> 
> You might do 
> 
> $ man ld.so
> $ man ldconfig (possibly see the -v option)
> $ man ldd
> 
> Is Kubuntu rpm based? It looks like Kubuntu has a dedicated
> package for this library. It looked like a google search on
> libltdl kubuntu digs up some references.
> 
> -Mike
> 
> 
> --- On Wed, 1/28/09, Diane Williams
> <willydlw at comcast.net> wrote:
> 
> > From: Diane Williams <willydlw at comcast.net>
> > Subject: RE: [clue-tech] install libltdl
> > To: "'CLUE tech'"
> <clue-tech at cluedenver.org>
> > Date: Wednesday, January 28, 2009, 10:13 AM
> > How do you use the Adept Manager to check? 
> > 
> > -----Original Message-----
> > From: clue-tech-bounces at cluedenver.org
> > [mailto:clue-tech-bounces at cluedenver.org] On Behalf Of
> > Charles W Downing
> > Sent: Wednesday, January 28, 2009 10:06 AM
> > To: CLUE tech
> > Subject: Re: [clue-tech] install libltdl
> > 
> > Diane,
> > 
> > I am running Kubuntu 8.04. The Adept Manager says that
> > libltdl3 is 
> > installed. It was installed "automagically"
> > somehow, because I don't 
> > remember specifically installing it. In addition, you
> might
> > try 
> > http://www.gnu.org/software/libtool/ to learn about
> it.
> > 
> > Diane Williams wrote:
> > >
> > > Trying to install some software and am getting
> the
> > message
> > >
> > > "install libltdl, which is part of GNU
> > libtool"
> > >
> > > I have been unsuccessful so far in my google
> search,
> > trying to figure 
> > > out how to do this.
> > >
> > > Running Kubuntu 8.10
> > >
> > > Thanks for the helpful advice.
> > >
> > > Diane Williams
> > >
> > >
> >
> ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > clue-tech mailing list
> > > clue-tech at cluedenver.org
> > >
> http://www.cluedenver.org/mailman/listinfo/clue-tech
> > 
> > -- 
> > Chuck Downing
> > Highlands Ranch, Colorado USA 
> > 
> > _______________________________________________
> > clue-tech mailing list
> > clue-tech at cluedenver.org
> > http://www.cluedenver.org/mailman/listinfo/clue-tech
> > 
> > 
> > _______________________________________________
> > clue-tech mailing list
> > clue-tech at cluedenver.org
> > http://www.cluedenver.org/mailman/listinfo/clue-tech


      


More information about the clue-tech mailing list