View previous topic :: View next topic |
Author |
Message |
monkman Tux's lil' helper
Joined: 25 Jul 2003 Posts: 117 Location: germany / kiel
|
Posted: Thu Dec 30, 2004 10:37 pm Post subject: dvdrip tcprobe... libdpstk.so.0 problem |
|
|
hi!
when starting to read read the dvd table of contents i get: Code: |
Executed command: dr_exec tcprobe -H 10 -i /dev/cdroms/cdrom0 && echo DVDRIP_SUCCESS
Last output was:
tcprobe: error while loading shared libraries: libdpstk.so.0: cannot open shared object file: No such file or directory
|
i put softlinks on libdpstk.so, libdpstk.so.1,libdpstk.so.1.0 located in usr/X11R6/lib Code: |
ln -sf libXXX libdpstk.so.0
|
but in all cases it didn't help
what can i do else?
THANX!! |
|
Back to top |
|
|
pharaoh Apprentice
Joined: 20 Nov 2003 Posts: 211 Location: Pennsylvania
|
Posted: Sun Jan 09, 2005 8:13 pm Post subject: |
|
|
Same problem here. Anyone have any ideas? Dvdrip used to work for me, but I haven't used it in a long time. _________________ RYZEN 5 3600 Matisse (Zen 2) 6-Core 3.6 GHz Socket AM4 65W
ASRock B550M PRO4
Crucial Ballistix 3200 MHz DDR4 DRAM 16GB
EVGA GeForce GTX 1060 6GB |
|
Back to top |
|
|
hobbes27 Tux's lil' helper
Joined: 11 Apr 2003 Posts: 87 Location: Germany
|
Posted: Sun Jan 09, 2005 9:11 pm Post subject: |
|
|
pharaoh wrote: | Same problem here. Anyone have any ideas? Dvdrip used to work for me, but I haven't used it in a long time. |
Same problem here |
|
Back to top |
|
|
pharaoh Apprentice
Joined: 20 Nov 2003 Posts: 211 Location: Pennsylvania
|
Posted: Sat Jan 15, 2005 12:01 am Post subject: |
|
|
Just updated dvdrip tonight and it works again Using v0.52.0 now. _________________ RYZEN 5 3600 Matisse (Zen 2) 6-Core 3.6 GHz Socket AM4 65W
ASRock B550M PRO4
Crucial Ballistix 3200 MHz DDR4 DRAM 16GB
EVGA GeForce GTX 1060 6GB |
|
Back to top |
|
|
monkman Tux's lil' helper
Joined: 25 Jul 2003 Posts: 117 Location: germany / kiel
|
Posted: Wed Jan 19, 2005 11:32 pm Post subject: |
|
|
just made an Code: | emerge sync && emerge -Du world | but still 0.50.18... looks like i have to wait some more time.. but thanks for your reply!! |
|
Back to top |
|
|
pharaoh Apprentice
Joined: 20 Nov 2003 Posts: 211 Location: Pennsylvania
|
Posted: Thu Jan 20, 2005 12:48 am Post subject: |
|
|
perhaps this way
Code: | ACCEPT_KEYWORDS="~x86" emerge dvdrip |
_________________ RYZEN 5 3600 Matisse (Zen 2) 6-Core 3.6 GHz Socket AM4 65W
ASRock B550M PRO4
Crucial Ballistix 3200 MHz DDR4 DRAM 16GB
EVGA GeForce GTX 1060 6GB |
|
Back to top |
|
|
monkman Tux's lil' helper
Joined: 25 Jul 2003 Posts: 117 Location: germany / kiel
|
Posted: Thu Jan 20, 2005 7:13 am Post subject: |
|
|
I would do that if it would update only the dvdrip-ebuild, but after
Code: |
ACCEPT_KEYWORDS="~x86" emerge -puv dvdrip
|
i get:
Total size of downloads: 204,877 kB
I don't want to do that. |
|
Back to top |
|
|
Klowner n00b
Joined: 12 Sep 2003 Posts: 6
|
Posted: Thu Jan 20, 2005 6:46 pm Post subject: Solution? :) |
|
|
Got mine working, here's how I did it.
1. Add "dvdread" to your USE="" flags in /etc/make.conf
eg. USE="X gtk2 dvdread"
2. emerge libdvdread
3. emerge transcode
4. Hop up and down cheering.
Hope that helps |
|
Back to top |
|
|
monkman Tux's lil' helper
Joined: 25 Jul 2003 Posts: 117 Location: germany / kiel
|
Posted: Thu Jan 20, 2005 7:43 pm Post subject: |
|
|
it works
THANKS! |
|
Back to top |
|
|
|