Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: ananix on November 15, 2013, 04:12:12 AM
-
Hello, it seems the package in the TCL5 repo does not provide the three shared object files defined under files in its description.
Its needed for the bind package which is then also "broken" in the TCL5 repo.
-
Which files do you believe are missing?
-
Hi ananix
I just downloaded and checked the libxml2.tcz file from the 5.x repo and it is identical to what's in the 4.x repo. However,
the dependency file for bind.tcz in 5.x only contains:
openssl-1.0.0.tcz
but under 4.x it contained:
libattr.tcz
libcap.tcz
liblzma.tcz
libxml2.tcz
openssl-1.0.0.tcz
-
bind.tcz in 5.x repo missing dependencies, will fix it.
-
It was all three shared object files, but I found out of my mistake, I thought I had libxml2 loaded as i had firefox laying on the stick, but not loaded, combined with bind not loading it due to incomplete depend list, I must have messed up some info from the app interface.
So I guess the correct subject would be what bmarkus wrote :)
Thanks for clearing it up for me, i have it all running now.