The beta4 rpms from the vorbis.com site do not install the link to libogg.so.0: lrwxrwxrwx 1 root root 15 Mar 16 18:24 libogg.so.0 -> libogg.so.0.1.0 -rwxr-xr-x 1 root root 16269 Feb 26 04:53 libogg.so.0.1.0 The source dist does it correctly: lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so -> libogg.so.0.1.0 lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so.0 -> libogg.so.0.1.0 -rwxr-xr-x 1 root root 16090 Feb 27 13:03 libogg.so.0.1.0 This is the also the case with the vorbis rpms. A quick inspection of the libogg.spec file yields this one character fix patch: Index: libogg.spec ==================================================================RCS file: /usr/local/cvsroot/ogg/libogg.spec,v retrieving revision 1.9 diff -r1.9 libogg.spec 50c50 < /usr/lib/libogg.so.* ---> /usr/lib/libogg.so*The same needs to be done for the libvorbis one, but I'm feeling lazy... --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- rob@eorbit.net -- http://www.mayhem-chaos.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, Mar 20, 2001 at 06:22:00PM -0800, rob@eorbit.net wrote:> The beta4 rpms from the vorbis.com site do not install the link to > libogg.so.0:They don't need to. The soname of the library, the one that is stored within the linked binaries, is libogg.so.0 whose link is indeed present. The link named libogg.so is only required for linking programs at compilation time and can be found along with the also required header files in the -devel packages. There is no need to have the link libogg.so if you only want to run programs compiled against the static libraries.> The same needs to be done for the libvorbis one, but I'm feeling lazy...The above is also true for libvorbis and libao. Ingo -- 16 Hard coded constant for amount of room allowed for cache align and faster forwarding (tunable) -- seen in /usr/src/linux-2.2.14/net/TUNABLE --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, Mar 20, 2001 at 06:22:00PM -0800, rob@eorbit.net wrote:> The beta4 rpms from the vorbis.com site do not install the link to > libogg.so.0:That's part of what ldconfig is supposed to do.... Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.