Hi:
I tried to install bbb 0.9-beta, following instructions here:
https://code.google.com/p/bigbluebutton/wiki/090InstallationUbuntu
When I did run the install-ffmpeg.sh, I got stuck because the server
doesn't seem to have some files expected by the script. See below.
Installation was on top of a brand new installation of Lubuntu 14.04, 64
bits (after all packages upgraded, etc., as indicated in the instructions).
Any tip?
Xavi
------------
root@server:/home/user# ./install-ffmpeg.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
libncurses5-dev is already the newest version.
libvorbis-dev is already the newest version.
libvpx-dev is already the newest version.
libx11-dev is already the newest version.
libxfixes-dev is already the newest version.
pkg-config is already the newest version.
texi2html is already the newest version.
yasm is already the newest version.
zlib1g-dev is already the newest version.
checkinstall is already the newest version.
netcat is already the newest version.
git-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sed: can't read ./libavcodec/allcodecs.c: No such file or directory
sed: can't read ./libavcodec/allcodecs.c: No such file or directory
sed: can't read ./libavcodec/allcodecs.c: No such file or directory
sed: can't read ./libavcodec/allcodecs.c: No such file or directory
sed: can't read ./libavcodec/allcodecs.c: No such file or directory
sed: can't read ./libavformat/allformats.c: No such file or directory
sed: can't read ./libavformat/allformats.c: No such file or directory
sed: can't read ./libavdevice/alldevices.c: No such file or directory
sed: can't read ./libavdevice/alldevices.c: No such file or directory
sed: can't read ./libavformat/allformats.c: No such file or directory
sed: can't read ./libavfilter/allfilters.c: No such file or directory
install prefix /usr/local
source path .
C compiler gcc
C library glibc
ARCH x86 (generic)
big-endian no
runtime cpu detection yes
yasm yes
MMX enabled yes
MMXEXT enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AVX enabled yes
XOP enabled yes
FMA3 enabled yes
FMA4 enabled yes
i686 features enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols yes
strip symbols yes
optimize for size no
optimizations yes
static yes
shared no
postprocessing support no
new filter support yes
network support yes
threading support pthreads
safe bitstream reader yes
SDL support no
opencl enabled no
texi2html enabled yes
perl enabled yes
pod2man enabled yes
makeinfo enabled no
External libraries:
iconv libvpx zlib
libvorbis xlib
Enabled decoders:
Enabled encoders:
Enabled hwaccels:
Enabled parsers:
Enabled demuxers:
Enabled muxers:
Enabled protocols:
Enabled filters:
Enabled bsfs:
Enabled indevs:
Enabled outdevs:
License: LGPL version 3 or later
Creating config.mak, config.h, and doc/config.texi...
awk: cannot open ./libavcodec/version.h (No such file or directory)
awk: cannot open ./libavdevice/version.h (No such file or directory)
awk: cannot open ./libavfilter/version.h (No such file or directory)
awk: cannot open ./libavformat/version.h (No such file or directory)
awk: cannot open ./libavutil/version.h (No such file or directory)
awk: cannot open ./libpostproc/version.h (No such file or directory)
config.h is unchanged
config.asm is unchanged
libavutil/avconfig.h is unchanged
Makefile:1: Makefile: Too many open files
make: *** No targets. Stop.
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: [ root@cep ]
1 - Summary: [ Package created with checkinstall 1.6.2 ]
2 - Name: [ ffmpeg ]
3 - Version: [ 5:2.3.3 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ amd64 ]
8 - Source location: [ ffmpeg-2.3.3 ]
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 ===========================
Makefile:1: Makefile: Too many open files
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
root@server:/home/user#