Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started 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
-
After updating system just recently Xastir stops with
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.
-
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?
-
http://forum.tinycorelinux.net/index.php?topic=7568.0
-
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.
-
XASTIR now works with the latest bzip2-lib.tcz
-
update bzip-lib, work correctly ;D
thanks