Linked by Thom Holwerda on Fri 10th Apr 2009 15:43 UTC, submitted by Alexander Yerenkow
Permalink for comment 358115
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-01-16
PBIs have their problems. Biggest hurdle I see is the lack of proper global library installation.
If you need a program which creates other programs (compiler, framework etc.) you NEED those libraries installed globally. PBIs don't do that, they only install locally for given program. In cases like these you either have to resort to hacks (make the PBI install scripts add libs to global paths) or ports/packages.
Otherwise I think it's a nice end-user installer principle, considering todays RAM and disk sizes (because saving a few mb by sharing a .so isn't really that important nowadays).