G�tz Waschk wrote:

Am Dienstag, 27. Mai 2003, 10:31:00 Uhr MET, schrieb Stefan van der Eijk:


I've seen some other packages with plugins. Quite some of them are .so
files, but not symlinks to another file.



If a plugin is a versioned shared library, this is a bug. This often happens with xmms plugins, this isn't a problem unless you remove the .so symlink. So I guess this one is broken: [EMAIL PROTECTED] SOURCES]$ rpm -qpl /contrib/RPMS/xmms-dsp-oddcast-effect-0.1.0-1md.i586.rpm|fgrep .so /usr/lib/xmms/Effect/liboddcastv2_xmms_effect.so.0 /usr/lib/xmms/Effect/liboddcastv2_xmms_effect.so.0.0.0

BTW ORBit2 should be fixed with the attached patch.

I'm not sure. I was expecting the .so.0.0.0 files to go and that the .so file would remain. This is not the case:

$ ls -l

total 36

-rwxr-xr-x 1 stefan stefan 963 May 31 10:19 Everything_module.la*

lrwxrwxrwx 1 stefan stefan 26 May 31 10:19 Everything_module.so -> Everything_module.so.0.0.0*

lrwxrwxrwx 1 stefan stefan 26 May 31 10:19 Everything_module.so.0 -> Everything_module.so.0.0.0*

-rwxr-xr-x 1 stefan stefan 29652 May 31 10:19 Everything_module.so.0.0.0*


------------------------------------------------------------------------

--- test/everything/Makefile.am~        2003-04-23 13:09:01.000000000 +0200
+++ test/everything/Makefile.am 2003-05-26 12:48:54.000000000 +0200
@@ -55,7 +55,7 @@
orbittypelib_LTLIBRARIES = Everything_module.la

Everything_module_la_LDFLAGS = \
- -export-dynamic -module -no-undefined
+ -export-dynamic -module -no-undefined -avoid-version
Everything_module_la_SOURCES = \
everything-imodule.c
Everything_module_la_LIBADD = \




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to