The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2010-03-31
, 14:17
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#62
|
|
2010-03-31
, 14:39
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#63
|
How do the shared libraries get pulled in then? Unless the linker knows where to look (which it won't without a change to ld.so.conf), the program has to specify exactly where its shared libraries will be found, which is likely to cause all sorts of problems due to differing locations/versions.
|
2010-03-31
, 14:56
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#64
|
I should have explained, sorry. Optification puts of the bigger files in /opt indeed, but also creates symlinks for the moved files in the usual places under /. Thus libfoo.so will get moved to /opt/maemo/usr/lib/libfoo.so, but there will be a symlink in /usr/lib/libfoo.so -> /opt/maemo/usr/lib/libfoo.so .
Same reason executables work, since the PATH doesn't change either.
|
2010-03-31
, 15:43
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#65
|
Oh yeah, of course that's an option - it still takes up unnecessary space on the rootfs with the links though. Odd how few libraries have been optified though - I guess a lot of these are being pulled in from the Nokia SSU repository, and they obviously don't feel that anything in there should be optified.
|
2010-04-01
, 22:34
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#66
|
|
2010-04-01
, 22:38
|
Posts: 49 |
Thanked: 10 times |
Joined on Mar 2010
@ Tn
|
#67
|
|
2010-05-02
, 00:10
|
|
Posts: 1,589 |
Thanked: 720 times |
Joined on Aug 2009
@ Arlington (DFW), Texas
|
#68
|
|
2010-05-04
, 08:08
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#69
|
I never have enough space to download. Where can I download the .deb?
|
2010-05-07
, 22:20
|
|
Posts: 1,589 |
Thanked: 720 times |
Joined on Aug 2009
@ Arlington (DFW), Texas
|
#70
|
TheBootroo: how much rootfs space are we talking about? Do you have any concrete measurement? Cause the entire QA Team didn't notice any difference.
Last edited by javispedro; 2010-03-31 at 18:14. Reason: many/much typo