Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: bigpcman on September 15, 2009, 11:37:39 AM
-
I noticed that the samba3.tce has cups.tcel, gs.tcel, perl5.tcel as deps but samba3.tcz has only cups.tcel. I know work has been done to slim down samba but I'm not sure what samba3.tcz actually supports now. Are more extensions required to get printer support to work?
I would prefer samba3 be separated from cups if possible to slim it down even further and have all the printer support stuff in a separate extension.
-
I think if you want to use samba for anything other than printing, then only the cups extension is needed.
I am in the middle of re-buildng cups, hplip, samba, etc and have separated libcups from cups so that only libcups would need to be loaded to satisfy the samba dep.
I should be able to post libcups in a day or two and will fix the samba deps
-
I think if you want to use samba for anything other than printing, then only the cups extension is needed.
I am in the middle of re-buildng cups, hplip, samba, etc and have separated libcups from cups so that only libcups would need to be loaded to satisfy the samba dep.
I should be able to post libcups in a day or two and will fix the samba deps
So will the end result be a samba3 extension without cups but with libcup and a cups extension that has all the deps required for local and shared printing?
-
In order for samba to work with cups, it has to be compiled against cups and so will not run without libcups being present.
The idea was to separate out libcups, which is relatively small, from the cups extension, which is relatively large, so that a user would only need to load libcups in order for the samba extension to run.
As several printing systems (hplip, gutenprint, etc) seem to be able to work without foomatic-rip, I will remove foomatic-rip from the cups extension. Since foomatic-rip depended on perl5, this has the effect of removing the dependency on perl5.
I'm testing the new extensions - at the moment:
samba - deps libcups
cups - deps libcups, dbus, expat2
-
libcups posted and samba3 dep file modified accordingly
-
This is great news, thanks for the work Juanito :)