ブラウザからアクセスして初期設定する。
http://192.168.33.10/ (Vagrantのプライベートアドレス)
問題あり。ffmpegが見つからないと言われた。/usr/bin/ffmpegにあるんだけど。
ターミナルからffmpegを起動してみる
1 2 |
# ffmpeg ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory |
起動しない。共有ライブラリがロードできないって。ネットで調べて対処する。
参考サイト
Ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file | Linux Server Guide
Ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file | Linux Server Guide
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# find / -name libavdevice.so.52 /usr/lib/libavdevice.so.52 /usr/local/src/ffmpeg-0.6.3/libavdevice/libavdevice.so.52 # vi /etc/ld.so.conf /usr/lib 末尾に追加 # ldconfig # ffmpeg FFmpeg version 0.6.3, Copyright (c) 2000-2010 the FFmpeg developers built on Apr 30 2015 21:39:51 with gcc 4.1.2 20080704 (Red Hat 4.1.2-54) configuration: --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib64 --incdir=/usr/include --datadir=/usr/share --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libfaac --enable-pthreads --enable-gpl --enable-nonfree --enable-shared --enable-libtheora --enable-libvorbis libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.11. 0 / 0.11. 0 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg' # |
動くようになったのでブラウザに戻って画面をリロードすると、問題は消えた。
Database
Host: localhost
Database Name: clipbucket
Database User clipbucketuser
Database Password: 12345678
Database Prefix: cb_
Admin Settings
Admin username: admin
Admin password: admin
Admin email: admin@example.com
Site Settings
Website title: Clipbucket v2.7 Beta
Website Slogan: A way to broadcast yourself
Website URL: http://192.168.33.10
初期設定は完了。公開サイトじゃないので、とりあえずcb_installは消さずに放置しとく。
これで管理者ログインできるようになった。