vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a mandrake 9.1 (kernel 2.4.21-013, kde 3.1.0) with gnupg (v 1.2.2) installed. I've downloaded the tarball of kgpg (v 1.0.0) and tried (as root) to install. After suceeding with ./configure, make stopped complaining "cannot find the library `/usr/lib/libfam.la'". Is there a way around? (what's that library anyway,where can I get it. and where shall I put it?) TIA |
| |||
| On Fri, 26 Sep 2003 10:47:58 +0300, Michael Badt wrote: > Hi, > I have a mandrake 9.1 (kernel 2.4.21-013, kde 3.1.0) with gnupg (v 1.2.2) > installed. > I've downloaded the tarball of kgpg (v 1.0.0) and tried (as root) to > install. > After suceeding with ./configure, make stopped complaining > "cannot find the library `/usr/lib/libfam.la'". > Is there a way around? (what's that library anyway,where can I get it. and > where shall I put it?) > TIA My suggestion would be to "urpmi fam-devel" (or which ever is appropriate, I don't have an MDK box handy anymore, just Gentoo machines). That sounds like that's what the problem is. P.S. WIth MDK, you should do a "--prefix=/usr" when compiling something. |
| |||
| Michael Badt wrote: > I have a mandrake 9.1 (kernel 2.4.21-013, kde 3.1.0) with gnupg (v 1.2.2) > installed. > I've downloaded the tarball of kgpg (v 1.0.0) and tried (as root) to > install. > After suceeding with ./configure, make stopped complaining > "cannot find the library `/usr/lib/libfam.la'". > Is there a way around? (what's that library anyway,where can I get it. and that a GNU libtool library file - install the package .. -- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// \\\ http://pages.sbcglobal.net/mtobler/mjt_linux_page.html /// In a medium in which a News Piece takes a minute and an "In-Depth" Piece takes two minutes, the Simple will drive out the Complex. |
| ||||
| On Fri, 26 Sep 2003 08:49:39 -0400, Xanadu wrote: > On Fri, 26 Sep 2003 10:47:58 +0300, Michael Badt wrote: > >> Hi, >> I have a mandrake 9.1 (kernel 2.4.21-013, kde 3.1.0) with gnupg (v 1.2.2) >> installed. >> I've downloaded the tarball of kgpg (v 1.0.0) and tried (as root) to >> install. >> After suceeding with ./configure, make stopped complaining >> "cannot find the library `/usr/lib/libfam.la'". >> Is there a way around? (what's that library anyway,where can I get it. and >> where shall I put it?) >> TIA > > > My suggestion would be to "urpmi fam-devel" (or which ever is > appropriate, I don't have an MDK box handy anymore, just Gentoo machines). > That sounds like that's what the problem is. > > P.S. > WIth MDK, you should do a "--prefix=/usr" when compiling something. Sorry... urpmi libfam-devel That should be the right name... |