RE: libdvdread: Encrypted DVD support unavailable
"Gansser, Martin" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <78224A6821F87A4D8023B133E5B1140B40CA62@srvmxellwangen2.ratc-de.com> |
> -----Original Message----- > From: H}kan Hjort [mailto:[email protected]] > Sent: Saturday, March 01, 2003 11:36 PM > To: Gansser, Martin > Cc: [email protected] > Subject: Re: [Ogle-devel] libdvdread: Encrypted DVD support > unavailable > > > Sat Mar 01 2003, Gansser, Martin wrote: > > Hi, > > > > I compiled ogle-0.9.0 successfully on hpux 11.00, but the > > playback of Encrypted DVD's fails with: Encrypted DVD > support unavailable > > > > I used libdvdcss-1.2.4 and libdvdread-0.9.4 > > > > I'm not sure who owns the libdvdread project, but > > I found a problem with libdvdread on HPUX. > > > Thanks for the patch. There wouldn't happen to be a 'replacement' > libdl for HP-UX would there? Much like your code below but done so > that each application doesn't have to worry about this? > > There is also the possibility of configuring with '--with-libdvdcss' > (it takes an optional prefix path to where libdvdcss is installed) > to make it link to libdvdcss just like any other shared library > (not using) dlopen. Can you try that for now? --with-libdvdcss didn't work for me: checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... relink checking whether stripping libraries is possible... yes checking dynamic linker characteristics... hpux11.00 dld.sl checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool checking for dvdcss_interface_2 in -ldvdcss... no configure: error: You need libdvdcss.so.2 or later gmake: *** No targets specified and no makefile found. Stop. gmake: *** No rule to make target `install'. Stop. prounix_root:/users/mgansser/GNU/libdvdread-0.9.4 # ll /usr/local/lib/libdvdcss* -rw-r--r-- 1 root sys 168592 Feb 27 11:25 /usr/local/lib/libdvdcss.a -rwxr-xr-x 1 root sys 718 Feb 27 11:25 /usr/local/lib/libdvdcss.la lrwxrwxrwx 1 root sys 16 Feb 27 11:25 /usr/local/lib/libdvdcss.sl -> libdvdcss.sl. 2.3 lrwxrwxrwx 1 root sys 16 Feb 27 11:25 /usr/local/lib/libdvdcss.sl.2 -> libdvdcss.s l.2.3 -r-xr-xr-x 1 root sys 179656 Feb 27 11:25 /usr/local/lib/libdvdcss.sl.2.3 any suggestion ? thanks Martin