Quote:
[simon@localhost src]$ cd /essential-20050412
bash: cd: /essential-20050412: No such file or directory
|
you miss the relative vs full pathname
if you want to change to essential-20050412 from /usr/local/src you do
Code:
cd ./essential-20050412
not cd /essential-20050412
you machine has no record of a folder
/essential-20050412
but it does have a record of /usr/local/src/essential-20050412
so no matter where you are you can always
cd /usr/local/src/essential-20050412
compiling -- something as complex as mplayer sometimes requires commonly used patches and requires a pretty advanced knowledge of the package and how it works.
i think you need to consult "Beyond Linux from Scratch" current cvs compiling instructions for mplayer