1753311 Members
6398 Online
108792 Solutions
New Discussion юеВ

T 5515

 
Ramanarayanan
New Member

T 5515

We need to install Gnome Library Files for installing Excel Viewer. We are not about to install due to SquashFS root file system. So we are not able to copy any lib files to /usr/lib direcetory.We could move other files related to abiword to /mnt/ folder. These lib files are required for running the abiword.

Root file system is readonly and compressed. We are not to copy it. Can anyone suggest a procedure to do copying of Libraries to /usr/lib.

Thanks and Regards
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: T 5515

shalom

log on as root, uncompress the filesystem and use the cp command. You can worry about making the permissions workable after the copy is done.

Otherwise your OS install could make it impossible to achive your goal. You may wish to re-install the OS.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arno Kuyper_1
Trusted Contributor

Re: T 5515

Hi,

Like Steven said, umount the .sqsh uncompress it, add the files and then mksquashfs it again. Maybee you can try to add the files in the original /usr/lib dir and try to do a mksquashfs -noappend to overwrite the existing .sqsh and then mount it again.

Hope it helps

Arno.