Re: ogle-0.9.0 on hpux 11.00 questions
Bjrn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Fri Feb 28 2003, Gansser, Martin wrote:
> there exists on hpux no standard device, every user must link
> the responding hardware device to /dev/rdksk/cxtydz to /dev/dvd
>
> e.q. ln -s /dev/rdsk/c1t2d0 /dev/dvd
>
ok
> Should I send you a patch again ?
Yes, patches for configure.in
> on hpux the function 'dlopen()' is called 'shl_load()'
> and dlclose() is called shl_unload()
> if you that mean.
Yes. So there might be some more patches needed for the places where
dlopen is used?
> the libraries have the suffix .sl:
>
> /usr/local/lib/libdvdcss.sl -> libdvdcss.sl.2.3
> /usr/local/lib/libdvdcss.sl.2 -> libdvdcss.sl.2.3
> /usr/local/lib/libdvdcss.sl.2.3
> /usr/local/lib/libdvdread.sl.3 -> libdvdread.sl.3.0
> means this, that I should copy the file $prefix/share/ogle/oglerc
> in ~/.oglerc
> what is the exact entry, and on which line ?
You can change it directly in $prefix/share/ogle/oglerc if you don't wan't
to copy it.
<audio>
<device>
<driver>oss</driver> <-- change so you have 'null' instead of 'oss'
<path>/dev/dsp</path>
What sound driver do hpux use? oss?
> is a debug helpfully ?
ogle --debug should be enough for now, if you get video output?
Is there some limit on how much sysv shared memory you can use on hpux?
/Björn