Re: libdvdread 64-bit clean?
Bj|rn Englund <[email protected]> Thu, 1 Sep 2005 17:22:43 +0200
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Wed Aug 31 2005, Johan Brannlund wrote:
> On 2005.08.30 10:33, Bj|rn Englund wrote:
> >Have you played any other dvd with more than 4GByte data?
>
> I haven't tried and unfortunately I won't have any time to play with
> this until the end of next week.
I have tested ogle on amd64 (with dvds >4G) and it worked, so I suspect that
your problem has something to do with either your kernel
or how the libdvdread/libdvdcss packages were compiled.
And since you have tested the same dvds on another computer
it shouldn't be the specific dvds either.
Maybe you can test to compile the libraries yourself (from latest
cvs of libdvdread).
ldd for my libs if you want to compare:
ldd /usr/lib64/libdvdread.so.3.0.0
libdl.so.2 => /lib64/libdl.so.2 (0x000000360b300000)
libc.so.6 => /lib64/libc.so.6 (0x000000360ae00000)
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
[bjorn@hal ~]$ ldd /usr/lib64/libdvdcss.so.2.0.8
libc.so.6 => /lib64/libc.so.6 (0x00002aaaaabc6000)
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
file /usr/lib64/libdvdcss.so.2.0.8
/usr/lib64/libdvdcss.so.2.0.8: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
file /usr/lib64/libdvdread.so.3.0.0
/usr/lib64/libdvdread.so.3.0.0: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
/Bj|rn