2015-10-23 112 views
0

我想通过以下步骤来安装上Raspbian的ffmpeg:须藤检查安装 - 安装失败

cd ffmpeg 
./configure --prefix=/usr 
time make -j 8 
cat RELEASE 
sudo checkinstall 

但是当我做了须藤检查安装的步骤,它给了我一个错误:

[email protected] ~/ffmpeg $ sudo checkinstall -y 

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran 
      This software is released under the GNU GPL. 



***************************************** 
**** Debian package creation selected *** 
***************************************** 

This package will be built according to these values: 

0 - Maintainer: [ [email protected] ] 
1 - Summary: [ Package created with checkinstall 1.6.2 ] 
2 - Name: [ ffmpeg ] 
3 - Version: [ ] 
4 - Release: [ 1 ] 
5 - License: [ GPL ] 
6 - Group: [ checkinstall ] 
7 - Architecture: [ armhf ] 
8 - Source location: [ ffmpeg ] 
9 - Alternate source location: [ ] 
10 - Requires: [ ] 
11 - Provides: [ ffmpeg ] 
12 - Conflicts: [ ] 
13 - Replaces: [ ] 

Enter a number to change any of them or press ENTER to continue: 

Installing with make install... 

========================= Installation results =========================== 
INSTALL doc/ffmpeg.1 
INSTALL doc/ffprobe.1 
INSTALL doc/ffserver.1 
INSTALL doc/ffmpeg-all.1 
INSTALL doc/ffprobe-all.1 
INSTALL doc/ffserver-all.1 
INSTALL doc/ffmpeg-utils.1 
INSTALL doc/ffmpeg-scaler.1 
INSTALL doc/ffmpeg-resampler.1 
INSTALL doc/ffmpeg-codecs.1 
INSTALL doc/ffmpeg-bitstream-filters.1 
INSTALL doc/ffmpeg-formats.1 
INSTALL doc/ffmpeg-protocols.1 
INSTALL doc/ffmpeg-devices.1 
INSTALL doc/ffmpeg-filters.1 
INSTALL doc/libavutil.3 
INSTALL doc/libswscale.3 
INSTALL doc/libswresample.3 
INSTALL doc/libavcodec.3 
INSTALL doc/libavformat.3 
INSTALL doc/libavdevice.3 
INSTALL doc/libavfilter.3 
INSTALL doc/ffmpeg.1 
INSTALL doc/ffprobe.1 
INSTALL doc/ffserver.1 
INSTALL doc/ffmpeg-all.1 
INSTALL doc/ffprobe-all.1 
INSTALL doc/ffserver-all.1 
INSTALL doc/ffmpeg-utils.1 
INSTALL doc/ffmpeg-scaler.1 
INSTALL doc/ffmpeg-resampler.1 
INSTALL doc/ffmpeg-codecs.1 
INSTALL doc/ffmpeg-bitstream-filters.1 
INSTALL doc/ffmpeg-formats.1 
INSTALL doc/ffmpeg-protocols.1 
INSTALL doc/ffmpeg-devices.1 
INSTALL doc/ffmpeg-filters.1 
INSTALL doc/libavutil.3 
INSTALL doc/libswscale.3 
INSTALL doc/libswresample.3 
INSTALL doc/libavcodec.3 
INSTALL doc/libavformat.3 
INSTALL doc/libavdevice.3 
INSTALL doc/libavfilter.3 
INSTALL install-progs-yes 
INSTALL ffmpeg 
INSTALL ffprobe 
INSTALL ffserver 
mkdir: cannot create directory ‘/usr/share/ffmpeg’: No such file or directory 
Makefile:161: recipe for target 'install-data' failed 
make: *** [install-data] Error 1 

**** Installation failed. Aborting package creation. 

Cleaning up...OK 

Bye. 

任何人都可以帮助我吗?我能做什么 ?我不会说谎,我是一个noob,我不知道从哪里开始,我尝试了3-4件事,但它没有奏效。

谢谢!

回答

0

我有同样的错误,我手动创建文件夹我有同样的错误,我手动创建文件夹: sudo mkdir /usr/share/ffmpeg再次sudo checkinstall

0

其实你的意思添加您的版本号时,它会询问你可以做

cat RELEASE

,并找到,但之前你必须做使目录

sudo mkdir /usr/share/ffmpeg