From: Matthew F. <mf...@ci...> - 2002-04-07 03:35:02
|
On Sat, Apr 06, 2002 at 10:23:47PM -0600, Matthew Franz wrote: > Add base.tgz and term.tgz to the pkglist file. Correction: bash.tgz > The bindings are rebuilt at the end of the linuxrc script right before the > shells are spawned. > > ldconfig -v (in baselib.tgz) rebuilds libs > verbose switch not necessary > > > > 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! > > > > > > _______________________________________________ > > Trinux-talk mailing list > > Tri...@li... > > https://lists.sourceforge.net/lists/listinfo/trinux-talk > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk |