Ja, .a sind für statisches Linken. .a sind ähnlich wie .tar Archive. Es
sind "ar" Archive. Der "ar"-Befehl kann damit umgehen, z.B. "ar t
meier.a" zeigt dir an was drin ist. Das sind einfach .o-Files wie sie
beim compilieren mit "gcc -c xxx.c" entstehen. Dynamische libraries
sind da etwas anders, so genau weiss ich das grad nicht. Mit "ldd"
kannst du z.B. schauen, welche Libraries ein Programm sucht und wo es
sie findet (oder eben nicht findet).

Wg. build-modules.pl. Weiss ich nicht. Versuch doch mal die einzelnen
Module von Hand zu installieren. Das geht üblicherweise so:

tar -xzvf module-xyz.tar.gz
cd module-xyz
perl Makefile.PL
make
make test
make install

Da siehst du vielleicht eher wo das Problem liegt.

flip


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/software/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=27326

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/slimserver-de

Antwort per Email an