Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: antyuser on October 18, 2010, 05:59:33 AM

Title: bzip2-lib.tcz
Post by: antyuser on October 18, 2010, 05:59:33 AM
normal user (tc) can't use libbz2.so* only root can use, how is it change permission?

(see on attach file)

thks
Title: Re: bzip2-lib.tcz
Post by: bmarkus on October 18, 2010, 06:08:58 AM
After updating system just recently Xastir stops with

Quote
libbz2.so.1.0 can't open shared object

message and doesn't start. In my case it is not a permission issue, file is missing at all. Before update it was working fine.
Title: Re: bzip2-lib.tcz
Post by: antyuser on October 18, 2010, 08:30:31 AM
if use convert (Image Magick)  message appears 'error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory' and 'error .... libltdl.so.7: .... - convert use as root,
install libltdl.tcz and copy bzip2-lib/libgz2.so.* to /usr/lib/  and run convert as tc or root is it ok

it is problem depending and permission this lib?
Title: Re: bzip2-lib.tcz
Post by: curaga on October 18, 2010, 08:36:41 AM
http://forum.tinycorelinux.net/index.php?topic=7568.0
Title: Re: bzip2-lib.tcz
Post by: Jason W on October 18, 2010, 09:22:09 AM
Just a matter of changing perms on the base directory of the bzip2 extensions.

Uploading, and should work now.

Most likely caused by using "mktemp" to create the install directory of the package.  Please do not use mktemp to create directories when making extensions, use mkdir instead so this will not occur.
Title: Re: bzip2-lib.tcz
Post by: bmarkus on October 18, 2010, 12:06:14 PM
XASTIR now works with the latest bzip2-lib.tcz
Title: Re: bzip2-lib.tcz
Post by: antyuser on October 18, 2010, 12:50:30 PM
update bzip-lib, work correctly ;D

thanks