On Tuesday 15 February 2005 09:54, Joe Morris (NTM) wrote:
B. Stia wrote:
make[1]: Leaving directory `/usr/src/packages/BUILD/libdvdread-0.9.4' + cd /var/tmp/libdvdread-0.9.4-2.pm.1/usr/lib /var/tmp/rpm-tmp.97757: line 26: cd: /var/tmp/libdvdread-0.9.4-2.pm.1/usr/lib: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.97757 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.97757 (%install) EasyStreet:/usr/src/packages/SPECS #
The next to last entry from make states "/usr/lib: No such file or Directory" That is true, but I have a /usr/lib64 directory and there are 5 libdvd files in it.
Any ideas on how I can make this rpm build for me ??
Correct the files section of your spec file. It appears to be looking in /usr/lib instead of /usr/lib64. You can either change it by adding the 64, or better by using %{_libdir}/, which will allow it to work for both platforms.
Thanks to everybody who replied. Edited the SPEC file and it installed OK. Now all I have to do is learn how to use it ! Still learning - Bob S.