LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Idconfig (https://www.linuxquestions.org/questions/linux-newbie-8/idconfig-322232/)

AbhishekSamuel 05-11-2005 12:04 AM

Idconfig
 
hi

Could someone tell me what is Idconfig and how to run it.

Thank You
Abhishek Samuel

kencaz 05-11-2005 12:16 AM

That's really general... Linux has so much documentation right on your desktop... use "man" with any command on your system and it will give you more then your probably want to know...

man ldconfig

KC

evil_empire 05-11-2005 05:37 AM

Well thats ldconfig and not Idconfig.
Like kencaz said check the man pages if you want to know how to use it.
Basically you can just run ldconfig without any parameter.
Its checks the library path inside /etc/ld.so.conf and the libraries inside /usr/lib & /lib and caches them. You must run it after you've installed new library files so that they can be linked. Most of the program installation scripts do that for you automatically.

AbhishekSamuel 05-11-2005 11:40 PM

Thanks ppl

Abhishek Samuel


All times are GMT -5. The time now is 03:18 AM.