LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-29-2009, 11:42 PM   #1
michaelinux
Member
 
Registered: Apr 2009
Location: El Salvador
Distribution: Slackware -current
Posts: 166

Rep: Reputation: 17
Devede cant find mplayer?


I tried to run devede and this is what i get:

can't find the following programs:
mplayer
mencoder

Devede needs them in order to work.

So i check with pkgtool and mplayer is actually installed, even though i upgraded mplayer from a package i found on slacky.eu but it still doesn't work.

So please if anyone can help me would be great.
 
Old 06-30-2009, 12:15 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
The message means that devede is not looking in the right place.
Find out where the right place is, and put a link there.
 
Old 06-30-2009, 04:51 AM   #3
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Most likely devede is looking for mplayer in /usr/bin, but you probably have them in /usr/local/bin ?

To find the mplayer and mencoder binaries, as root, do

Code:
find / -name mplayer

find / -name gmplayer
At least once you've found them you know how to locate them. Most likely you found them in /usr/local/bin right? You can then make links in /usr/bin to make the binaries accessible "from" there, even though they are located in /usr/local/bin. Use the ln command:

Code:
cd /usr/bin
ln -s /usr/local/bin/mplayer mplayer
ln -s /usr/local/bin/mencoder mencoder
If devede still cannot find the files, you can try putting /usr/bin and /usr/local/bin in your path. In a terminal do

Code:
set PATH=$PATH:/usr/bin:/usr/local/bin
Then try devede again.

Last edited by rylan76; 07-01-2009 at 01:43 AM.
 
Old 06-30-2009, 09:37 AM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
echo $PATH first, those directories are usually there.
 
Old 07-02-2009, 08:08 PM   #5
michaelinux
Member
 
Registered: Apr 2009
Location: El Salvador
Distribution: Slackware -current
Posts: 166

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by rylan76 View Post
Most likely devede is looking for mplayer in /usr/bin, but you probably have them in /usr/local/bin ?

To find the mplayer and mencoder binaries, as root, do

Code:
find / -name mplayer

find / -name gmplayer
At least once you've found them you know how to locate them. Most likely you found them in /usr/local/bin right? You can then make links in /usr/bin to make the binaries accessible "from" there, even though they are located in /usr/local/bin. Use the ln command:

Code:
cd /usr/bin
ln -s /usr/local/bin/mplayer mplayer
ln -s /usr/local/bin/mencoder mencoder
If devede still cannot find the files, you can try putting /usr/bin and /usr/local/bin in your path. In a terminal do

Code:
set PATH=$PATH:/usr/bin:/usr/local/bin
Then try devede again.
I did it and this is what i get:
root@Slackware:/home/miguel# find / -name mplayer
/usr/share/mplayer
/usr/bin/mplayer
/etc/mplayer

root@Slackware:/home/miguel# clear
root@Slackware:/home/miguel# find / -name gmplayer
/usr/bin/gmplayer

root@Slackware:/home/miguel# find / -name mencoder
/usr/bin/mencoder

Last edited by michaelinux; 07-02-2009 at 11:58 PM.
 
Old 07-26-2009, 01:33 AM   #6
fillipor
LQ Newbie
 
Registered: May 2009
Posts: 1

Rep: Reputation: 0
Hi. I tried to install DeVeDe 3.14.0 on kubuntu 8.04 , but in the Package Installer window appear "Status: Error Dependency is not satisfiable: mencorder". What could i do?
 
Old 07-26-2009, 02:11 AM   #7
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Read above.

It cannot find mencoder.
either, a. install it, or b. find out where the executable is and add that to your path.
 
Old 11-27-2009, 06:23 AM   #8
ies27ramon
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
SOLUTION that works for me on my Ubutnu 9.10

sudo apt-get install ffmpeg2theora
sudo apt-get install libavcodec52
sudo apt-get install ffmpeg
sudo apt-get install ubuntustudio-video

Now install DEVEDE from .deb source
you can download it from author's web
on rastersoft with the www and .com


P.D. Maybe you need to add medibuntu repositories
 
  


Reply

Tags
mencoder, mplayer, slackware



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
devede installation help? ixxblazexxi Linux - Software 2 11-11-2007 11:41 AM
Suse 10.2 = Python 2.5 = pooched DeVeDe? litlmary SUSE / openSUSE 5 12-20-2006 11:33 PM
DeVeDe 2.6 + Python 2.5 bugfix here! litlmary Linux - Software 1 12-20-2006 11:32 PM
DeVeDe wont build thebiggiantmouse Slackware 5 11-30-2006 05:03 AM
DeVeDe: 6 hours for 0 byte ! joe2280 Linux - Software 0 06-27-2006 06:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration