Просмотр сообщений

В этом разделе можно просмотреть все сообщения, сделанные этим пользователем.


Сообщения - Gib_adm

Страницы: 1 [2] 3 4 ... 9
16
Доброго Вам!

Centos 7 x64
MySQL 5.5

Для пользователя mysql выставлены лимиты такие:
bash-4.2$ ulimit -n
1024000

В конфиге /etc/my.cnf:
[mysqld]
...
open_files_limit = 1024000
...

[mysqld_safe]
...
open_files_limit = 1024000
...

Вывод из шела:
mysql> show variables like '%files_limit%'\G
*************************** 1. row ***************************
Variable_name: open_files_limit
        Value: 1024
1 row in set (0.00 sec)

При попытке поменять руками:
mysql> SET GLOBAL open_files_limit=1024000;
ERROR 1238 (HY000): Variable 'open_files_limit' is a read only variable
mysql> SET open_files_limit=1024000;
ERROR 1238 (HY000): Variable 'open_files_limit' is a read only variable

Нужен хелп.

17
Unix / PSAD не работает (CentOS 7 на OpenVZ)
« : 19 мая 2016, 14:41:42 »
Проблему решил.

В /etc/psad/psad.conf надо изменить параметр AUTO_DETECT_JOURNALCTL с Y на N и перезапустить сервис psad.

Как говорится, все гениальное просто =)

18
Доброго Вам.

2.6.32-042stab114.5 x86_64 GNU/Linux

 Коллеги, такая ситуация:

Есть сабж, правило для PSAD в iptables прописано нормально -A INPUT -j LOG
LOG        all  --  0.0.0.0/0            0.0.0.0/0            LOG flags 0 level 4

В /var/log/messages идет логирование. В конфиге PSAD тоже указан /var/log/messages. Но на сканирование портов не реагирует. А при старте/рестарте присылает сей мессадж:
Цитировать
[-] You may just need to add a default logging rule to the
    'filter' 'INPUT' chain on Server1.  For more information,
    see the file "FW_HELP" in the psad sources directory or visit:

    http://www.cipherdyne.org/psad/docs/fwconfig.html


Есть правда отличие в логировании. На CentOS 6 заголовок лога выглядит так:
May 16 11:33:42 Server2 kernel: IN=eth0

А на CentOS 7 так:
May 16 12:29:59 Server1 kernel: [3794694.787608] IN=venet0

19
Как сказано в коментах, поправил Gemfile.lock на mail (2.5.3) и все взлетело.

Спасибо!

20
Попробовал поставить mail 2.5.3. Отвалился ruby. И похоже требует вернуть ему mail 2.5.4

Ruby on Rails application could not be started

Error message:
    Could not find mail-2.5.4 in any of the sources (Bundler::GemNotFound)
Exception class:
    PhusionPassenger::UnknownError

21
Доброго времени суток, Коллеги.

Имеется вопрос к знатокам ruby и redmine :
ОС CentOS 6.7 64
Environment:
  Redmine version                          2.3.1.stable
  Ruby version                             1.8.7 (x86_64-linux)
  Rails version                            3.2.13

При тестовой отправки сообщения выдает:
Во время отправки письма произошла ошибка (wrong argument (NilClass)! (Expected kind of OpenSSL::SSL::SSLContext))

Конфиг configuration.yml :

production:
  delivery_method: :smtp
  smtp_settings:
    address: "smtp.mail.ru"
    enable_starttls_auto: true
    port: 587
    domain: "smtp.mail.ru"
    authentication: :plain
    user_name: "redmine@domain.com"
    password: "******"

Пробовал еще:
production:
  delivery_method: :smtp
  smtp_settings:
    address: "smtp.mail.ru"
    port: 25
    domain: "smtp.mail.ru"
    authentication: login
    user_name: "redmine@domain.com"
    password: "******"

В обоих случаях результат один. 

Есть мысли?

22
Вероятней всего не удалился файл сокета.

23
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 17 января 2016, 23:13:03 »
Гуглил на тему. Народ советует так:
cp ffmpeg_frame.loT ffmpeg_frame.lo

Но у меня файла ffmpeg_frame.loT нету.

24
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 15 января 2016, 23:25:43 »
Вообщем пришлось собрать ffmpeg сам из исходников. После чего ffmpeg-php ./configure  прошел.
Теперь затык такой:
/bin/sh /usr/src/ffmpeg-php-0.7.0/libtool --mode=compile cc  -I. -I/usr/src/ffmpeg-php-0.7.0 -DPHP_ATOM_INC -I/usr/src/ffmpeg-php-0.7.0/include -I/usr/src/ffmpeg-php-0.7.0/main -I/usr/src/ffmpeg-php-0.7.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c -o ffmpeg_frame.lo
libtool: compile:  cc -I. -I/usr/src/ffmpeg-php-0.7.0 -DPHP_ATOM_INC -I/usr/src/ffmpeg-php-0.7.0/include -I/usr/src/ffmpeg-php-0.7.0/main -I/usr/src/ffmpeg-php-0.7.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c  -fPIC -DPIC -o .libs/ffmpeg_frame.o
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c: In function ‘_php_convert_frame’:
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:214: warning: implicit declaration of function ‘avcodec_alloc_frame’
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:214: warning: assignment makes pointer from integer without a cast
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:215: warning: ‘avpicture_alloc’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4887)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_toGDImage’:
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:341: error: ‘PIX_FMT_RGB32’ undeclared (first use in this function)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:341: error: (Each undeclared identifier is reported only once
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:341: error: for each function it appears in.)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c: In function ‘zim_ffmpeg_frame_ffmpeg_frame’:
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:404: warning: assignment makes pointer from integer without a cast
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:405: warning: ‘avpicture_alloc’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4887)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:405: error: ‘PIX_FMT_RGB32’ undeclared (first use in this function)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c: In function ‘_php_resample_frame’:
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:503: error: ‘PIX_FMT_YUV420P’ undeclared (first use in this function)
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:514: warning: assignment makes pointer from integer without a cast
/usr/src/ffmpeg-php-0.7.0/ffmpeg_frame.c:515: warning: ‘avpicture_alloc’ is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:4887)
make: *** [ffmpeg_frame.lo] Error 1

25
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 22:26:16 »
Пробовал три версии:
7.0, 6.2, 5.2
Не может же быть gcc старым для всех.

в 4.3 то же самое.

26
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 20:37:51 »
Gib_adm, попробуй с  /usr/include/ffmpeg
ffmpeg-devel кладёт туда.

Пробовал, результат не меняется =(

27
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 19:32:16 »
Да не должно бы. Я пробовал разные версии.

28
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 14:12:31 »
Полный config.log :
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = server2
uname -m = x86_64
uname -r = 2.6.32-573.8.1.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Nov 10 18:01:38 UTC 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1987: checking for grep that handles long lines and -e
configure:2047: result: /bin/grep
configure:2052: checking for egrep
configure:2116: result: /bin/grep -E
configure:2121: checking for a sed that does not truncate output
configure:2187: result: /bin/sed
configure:2321: checking for cc
configure:2337: found /usr/bin/cc
configure:2348: result: cc
configure:2382: checking for C compiler version
configure:2390: cc --version >&5
cc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2394: $? = 0
configure:2401: cc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
configure:2405: $? = 0
configure:2412: cc -V >&5
cc: '-V' option must have argument
configure:2416: $? = 1
configure:2439: checking for C compiler default output file name
configure:2461: cc    conftest.c  >&5
configure:2465: $? = 0
configure:2503: result: a.out
configure:2522: checking whether the C compiler works
configure:2532: ./a.out
configure:2536: $? = 0
configure:2555: result: yes
configure:2562: checking whether we are cross compiling
configure:2564: result: no
configure:2567: checking for suffix of executables
configure:2574: cc -o conftest    conftest.c  >&5
configure:2578: $? = 0
configure:2604: result:
configure:2610: checking for suffix of object files
configure:2636: cc -c   conftest.c >&5
configure:2640: $? = 0
configure:2665: result: o
configure:2669: checking whether we are using the GNU C compiler
configure:2698: cc -c   conftest.c >&5
configure:2705: $? = 0
configure:2722: result: yes
configure:2731: checking whether cc accepts -g
configure:2761: cc -c -g  conftest.c >&5
configure:2768: $? = 0
configure:2869: result: yes
configure:2886: checking for cc option to accept ISO C89
configure:2960: cc  -c -g -O2  conftest.c >&5
configure:2967: $? = 0
configure:2990: result: none needed
configure:3014: checking how to run the C preprocessor
configure:3054: cc -E  conftest.c
configure:3061: $? = 0
configure:3092: cc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3099: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3132: result: cc -E
configure:3161: cc -E  conftest.c
configure:3168: $? = 0
configure:3199: cc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3206: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3248: checking for icc
configure:3261: result: no
configure:3275: checking for suncc
configure:3288: result: no
configure:3306: checking whether cc understands -c and -o together
configure:3338: cc -c conftest.c -o conftest2.o >&5
configure:3342: $? = 0
configure:3348: cc -c conftest.c -o conftest2.o >&5
configure:3352: $? = 0
configure:3407: result: yes
configure:3423: checking for system library directory
configure:3438: result: lib
configure:3445: checking if compiler supports -R
configure:3474: cc -o conftest -g -O2   conftest.c -R /usr/lib  >&5
cc: unrecognized option '-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:3481: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3503: result: no
configure:3508: checking if compiler supports -Wl,-rpath,
configure:3537: cc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  >&5
configure:3544: $? = 0
configure:3566: result: yes
configure:3615: checking build system type
configure:3633: result: x86_64-unknown-linux-gnu
configure:3655: checking host system type
configure:3670: result: x86_64-unknown-linux-gnu
configure:3692: checking target system type
configure:3707: result: x86_64-unknown-linux-gnu
configure:3816: checking for PHP prefix
configure:3818: result: /usr
configure:3820: checking for PHP includes
configure:3822: result: -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
configure:3824: checking for PHP extension directory
configure:3826: result: /usr/lib64/php/modules
configure:3828: checking for PHP installed headers prefix
configure:3830: result: /usr/include/php
configure:3833: checking if debug is enabled
configure:3863: result: no
configure:3866: checking if zts is enabled
configure:3896: result: no
configure:3967: checking for re2c
configure:3997: result: no
configure:4022: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:4036: checking for gawk
configure:4053: found /bin/gawk
configure:4064: result: gawk
configure:4111: checking for ffmpeg support
configure:4151: result: yes, shared
configure:4160: checking whether to force gd support in ffmpeg-php
configure:4174: result: no
configure:4196: checking for ffmpeg headers
configure:4206: result:
configure:4208: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
php_cv_cc_dashr=no
php_cv_cc_rpath=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR=''
AWK='gawk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\'' '
CONFIGURE_OPTIONS=''
CPP='cc -E'
CPPFLAGS=''
DEFS=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP=''
GREP='/bin/grep'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
RE2C='exit 0;'
SED='/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
STRIP=''
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 1

29
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 14:00:09 »
# yum list installed | grep gcc
gcc.x86_64                          4.4.7-16.el6                     @base
gcc-c++.x86_64                      4.4.7-16.el6                     @base
gcc-gfortran.x86_64                 4.4.7-16.el6                     @base
libgcc.x86_64                       4.4.7-16.el6                     @base
# yum list installed | grep glibc
glibc.i686                          2.12-1.166.el6_7.3               @updates
glibc.x86_64                        2.12-1.166.el6_7.3               @updates
glibc-common.x86_64                 2.12-1.166.el6_7.3               @updates
glibc-devel.x86_64                  2.12-1.166.el6_7.3               @updates
glibc-headers.x86_64                2.12-1.166.el6_7.3               @updates

Из config.log
...
configure:3092: cc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
...

Чего ему не хватает?

30
Unix / Не собирается php-ffmpeg CentOS 6 (64)
« : 14 января 2016, 13:49:00 »
Доброго времени суток, Коллеги.

CentOS release 6.7 (x64)
ffmpeg.x86_64                       0.10.15-1.el6                    @rpmfusion-free-updates
ffmpeg-compat.x86_64                0.6.7-1.el6                      @rpmfusion-free-updates
ffmpeg-compat-devel.x86_64          0.6.7-1.el6                      @rpmfusion-free-updates
ffmpeg-devel.x86_64                 0.10.15-1.el6                    @rpmfusion-free-updates
ffmpeg-libs.x86_64                  0.10.15-1.el6                    @rpmfusion-free-updates

Опции сборки FFmpeg:
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect

При попытке сконфигурировать:
# phpize
Configuring for:
PHP Api Version:         20131106
Zend Module Api No:      20131226
Zend Extension Api No:   220131226

# ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib64/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers...
configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

Пробовал так:
 ./configure --with-ffmpeg=/usr/share/ffmpeg/
То же самое.

Вообщем хелп.

Страницы: 1 [2] 3 4 ... 9