Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
about installed libraries
Name: ore Date: May 20, 2005 at 14:42:13 Pacific OS: mandrake 10.0 CPU/Ram: P3- 256MB
Comment:
Hello, I am new to linux, and I am have some doubts about how to install programs compiling from source. I ´d like to know how I can find if a library needed to run/compile a program is already installed in a system. For programs I use "which";there is a similar command for libraries ? Right now I am using find / -name "name of the library" but usually the output is quite confusing. And how I find the version of the library installed ?
Name: Wolfbone Date: May 22, 2005 at 04:20:45 Pacific
Reply:
If you don't already know the answer to your question, you almost certainly don't want to install from source. Sorry if that sounds cryptic but you haven't said what it is you're trying to install, so it would seem likely it's already available as one of the many thousands of MDK 10 packages. If not, or you have some other good reason for installing stuff outside of the package managed environment, you'd really better understand your system better anyway. For example; not knowing that the libraries needed for building stuff are easily found in the *-devel packages and can be easily searched for and found with the MDK package management tools is indicative that you have not really even begun to explore your MDK system yet and it would be unwise to start making unmanaged installations of tarballed software - even if it turns out to be necessary to do so.
Summary: Hi everyone: I'm running Mandrake 8.1 and I'm trying to install some software (IBM Net.Data), but it complains about 3 libraries missing: libdb2.so.1 librexx.so.1 librexxapi.so.1 Is there a place I ca...
Summary: I have a question about the install process. I have gotten advice on to how to mount drives after Linux has been installed but want to know what I should do during the partitioning phase of the Linux...