• Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    Добрый день ещё раз, дошли руки до этой проблемы снова, спасибо за подробное разъяснение, сделать пока не получилось :)

    $ rpm -qa | grep php
    php-mysql-5.1.6-23.2.el5_3
    php-common-5.1.6-23.2.el5_3
    php-odbc-5.1.6-23.2.el5_3
    php-devel-5.1.6-23.2.el5_3
    php-cli-5.1.6-23.2.el5_3
    php-5.1.6-23.2.el5_3
    php-ldap-5.1.6-23.2.el5_3
    php-pdo-5.1.6-23.2.el5_3
    php-pear-1.4.9-6.el5
    $ rpm -e php-5.1.6-23.2.el5_3
    ошибка: неудовлетворённые зависимости:
    php = 5.1.6-23.2.el5_3 нужен для (установлен)php-devel-5.1.6-23.2.el5_3.i386

    Это раз.

    $ './configure' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter'
    loading cache ../config.cache
    checking for Cygwin environment... no
    checking for mingw32 environment... no
    checking for egrep... grep -E
    checking for a sed that does not truncate output... /bin/sed
    checking host system type... i386-redhat-linux-gnu
    checking target system type... i386-redhat-linux-gnu
    ./configure: line 2231: ./build/shtool: Permission denied
    ./configure: line 2232: ./build/shtool: Permission denied
    ./configure: line 2235: ./build/shtool: Permission denied
    ./configure: line 2251: ./build/shtool: Permission denied
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking how to run the C preprocessor... gcc -E
    checking for icc... no
    checking for suncc... no
    checking whether gcc and cc understand -c and -o together... yes
    checking how to run the C preprocessor... gcc -E
    checking for AIX... no
    checking whether ln -s works... yes
    checking for system library directory... lib
    checking whether to enable runpaths... no
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking for gawk... gawk
    checking for bison... bison -y
    checking for bison version... 2.3 (ok)
    checking for re2c... no
    configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
    checking whether to enable computed goto gcc extension with re2c... no
    checking whether to force non-PIC code in shared modules... no
    checking whether /dev/urandom exists... yes
    checking for pthreads_cflags... -pthread
    checking for pthreads_lib...
    
    Configuring SAPI modules
    checking for AOLserver support... no
    checking for Apache 1.x module support via DSO through APXS... no
    checking for Apache 1.x module support... no
    checking whether to enable Apache charset compatibility option... no
    checking for Apache 2.0 filter-module support via DSO through APXS... no
    checking for Apache 2.0 handler-module support via DSO through APXS...
    
    Sorry, I cannot run apxs.  Possible reasons follow:
    
    1. Perl is not installed
    2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
    3. Apache was not built using --enable-so (the apxs usage page is displayed)
    
    The output of /usr/sbin/apxs follows:
    ./configure: line 6372: /usr/sbin/apxs: No such file or directory
    configure: error: Aborting

    В чём проблема здесь - я вообще не понял.
  • Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    там httpd
    если это важно)
  • Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    './configure' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--with-apxs2=/usr/sbin/apxs' '--without-mysql' '--without-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--without-unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter'
  • Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    Могу вставить, если Вас не затруднит потом откомментировать :)
  • Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    Интернета может не быть очень просто - vpn канал до удалёнки с электронным ключом, из которой уже ssh до серверов в той же подсети.
  • Как обновить php на Red Hat`е без доступа в интернет?

    Sargass
    @Sargass Автор вопроса
    Я прошу прощения, я просто первый раз это делаю, поэтому немного стесняюсь.
    Я просто могу скачать последний стабильный релиз, допустим ru2.php.net/get/php-5.5.9.tar.gz/from/a/mirror , распаковать, и ставить? Никаких промежуточных версий, ничего особенного?
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    Препутал насчёт первой ошибки.

    ERROR SND REQUEST. ERR = 60 TO: https://11.22.33.44:10443/xxx/xxx/basichttp.php DESC: SSL certificate problem, verify that the CA cert is OK DETAILS: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

    Собственно после этого выставил

    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);

    И стал ловить
    Error snd request. ERR=35 TO: https://11.22.33.44:10443/xxx/xxx/basichttp.php DESC: error 14094410:SSL routines:SSL3_READ_BYTES:sslv3 handshake failure
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    Нашёл вот такую вот вещь — venkateshragi.blogspot.ru/2013/04/two-way-ssl-using-curl.html
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    Выставил, ничего не изменилось.
    Заодно отвечу на вопрос выше — лог.

    Error snd request. ERR=35 TO: https://11.22.33.44:10443/xxx/xxx/basichttp.php DESC: error 14094410:SSL routines:SSL3_READ_BYTES:sslv3 handshake failure

    sslversion выставил на 1, как посоветовали ниже — ноль реакции.
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    openssl 0.9.8b
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    Консолью пробовал, да, get что-то отдаёт вменяемое.
    Хорошо, попробую.
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    Версию тоже пробовал указывать принудительно.
    url сейчас не смогу кинуть, не рядом с машиной, где работал. В самом адресе смысла нет — там закрытая сеть, приходят запросы с адреса вида
    https://10.20.30.40:10443/
  • php + curl + ssl + tomcat

    Sargass
    @Sargass Автор вопроса
    После этого выставил curl setopt, отключив проверку сертификатов хоста и юзера

    Это и имел ввиду. Оба в нуле.
  • Разработка игры — от идеи до издателя?

    Sargass
    @Sargass Автор вопроса
    Я отнюдь не собираюсь прямо сейчас приступать к созданию чего-то. Это простая некая мечта, и мне интересно, какими путями такие вещи обычно реализовывают :)
  • Разработка игры — от идеи до издателя?

    Sargass
    @Sargass Автор вопроса
    Простые примеры, где всё вышло совсем не так.
    1. Майнкрафт. Вконтакте.
    2. Множество провальных игр, вроде терры, звёздных воин онлайн, по мнению многих — даже диабло 3, последние нфсы.
    Дело конечно не только в идее, но и в её реализации, но мне кажется, что если в случае, когда идею реализовывает мощная команда — в итоге получается провальный проект, видимо изначально в идее и ей реализции была заложена 10-долларовая мысль.
  • Разработка игры — от идеи до издателя?

    Sargass
    @Sargass Автор вопроса
    Работа над реализацией идеи которая стоит 10 баксов — изначально обречена на провал. Зря вы так недооцениваете интеллектуальную собственность.
  • Разработка игры — от идеи до издателя?

    Sargass
    @Sargass Автор вопроса
    Спасибо за ответ, но он немного в другую степь. Вы говорите о процессе самого создания технических частей, а я имел ввиду процесс больше издания что-ли, как именно это происходит. Сама идея-мечта — конечно онлайновой игрушки, потому как оффлайновые на мой взгляд в современном мире становятся всё более и более непопулярными. Насчёт багов и сервера — много лет назад у меня был довольно успешный пиратский сервер, одной популярной игрушки, поэтому об этом представление имеется, и самое что ни на есть подробное :)
  • Разработка игры — от идеи до издателя?

    Sargass
    @Sargass Автор вопроса
    Нет, не делал. В первую очередь — как найти деньги и издателя. Хотя на самом деле был бы рад любой информации.
    Ну то есть у меня есть идея, достаточно подробно продуманная, я более-менее хорошо себе её представляю, практически концепцию в целом. Создать свою собственную игру — это вообще мечта детства, но я чётко понимаю, что никаких моих навыков никогда в жизни не хватит даже на малую её часть, я больше человек идеи и какого-то может быть руководства.
    Собственно мне интересно, как вообще происходит процесс создания игры, если делается это не командой энтузиастов на коленке. Когда идут к издателю, где ищут денег, ну и так далее, и тому подобное. Стоит ли вообще о чём-то таком думать)
  • Мониторинг свободного места

    Sargass
    @Sargass Автор вопроса
    Да думал, может есть ещё какие-то интересные варианты, о которых я просто не знаю :)
    Но похоже, что именно на этом методе и придётся остановиться, как на самом логичном.