I was following Stanton Findleys Fedora Core 5 install notes to install Win32 codecs. I am using FC 6. I installed codecs fron Pacman site for Suse since the link on Stantons page didnt work. What I downloaded was w32codec-all-20061022-0.pm.0.i586.rpm.
What I got was this:
[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# mkdir /usr/lib/win32
mkdir: cannot create directory `/usr/lib/win32': File exists
[root@localhost dw5437]# mkdir /usr/local/lib/codecs
mkdir: cannot create directory `/usr/local/lib/codecs': File exists
[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp /usr/local/lib/codecs/* /usr/lib/win32/
cp: cannot stat `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp ./all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: cannot stat `./all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022/* /usr/local/lib/codecs/cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022/*': No such file or directory
[root@localhost dw5437]#
Any help much appreciated. What am I doing wrong ? The file did install because I can find it in the file system /usr/local/lib/codecs.