Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#4771 - 13/02/2000 00:04 Moving /lib?
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
I have been recently adding many programs to the empeg from the Debian ARM binaries, and need more space in /lib. It's the only thing I can't figure out how to move to /drive0 then link to /lib. Anyone know how this can be done?


Reg 1640, 6gb Blue empeg-car mark 1. SN 00359


Top
#4772 - 13/02/2000 00:26 Re: Moving /lib? [Re: drakino]
Liufeng
member

Registered: 14/09/1999
Posts: 149
Loc: Alaska
I'm not an expert but you should be able to create a Dir on Drive1
then move the files from Drive0.. then link

ln -s lib /drive1/(insert whatever the new directory is here)



Reg_2845 Serial #00173
_________________________
Reg #2845: Mark 1 #00173, Mark 2 #119, Mark 2a

Top
#4773 - 14/02/2000 07:23 Re: Moving /lib? [Re: Liufeng]
AndyGuy
new poster

Registered: 07/09/1999
Posts: 20
If I understand what the problem is and the proposed solution:

DONT DO THAT.

The mount program needs certain libs - if you put them on another partition then it won't work (you need mount to get the other partition mounted).

If you need more libs put the new ones in another directory and use LD_LIBRARY_PATH to specifiy further directories to be searched for libraries. You can also specify this in a config file in /etc.

Andy.


Top