From: demON <mad...@mt...> - 2002-04-06 17:02:04
|
Hello. A question - how to fix run-time link bindings? For example: I start my trinux box, then manually mount my hdd, type: #>pkgadd bash Everything is ok: added and initialized. #> bash >bash: error in loading shared libraries: libterm.cap.so.2: cannot open >shared object file Ok, not a problem, fix it manually #>bash ln -s libterm.cap.so.2.0.8 libterm.cap.so.2 The question is - how to automate this process? I read linuxrc and found there: "Fix linker/library stuff - /usr/sbin/ldconfig". But I haven't found it there. May by pkgadd should do this? What have I done wrong? Thanks. P.S. Trinux - really good! |