search for: phpize

Displaying 20 results from an estimated 105 matches for "phpize".

2012 Jul 18
3
pecl install json on CentOS 5.8
...issue? /usr/bin/pecl install json WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update downloading json-1.2.1.tgz ... Starting to download json-1.2.1.tgz (17,780 bytes) ......done: 17,780 bytes 11 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 /usr/bin/phpize: /tmp/tmpJaaJaV/json-1.2.1/build/shtool: /bin/sh: bad interpreter: Permission denied Cannot find autoconf. Please check your autoconf installation and the $PHP_AUT...
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2 system. Preferably pack them into nice RPM packages. However, seems I'm missing something. For example, this is what I get for sqlite module: $ pear makerpm SQLite-1.0.3.tgz `phpize' failed The php-devel package is installed (so I do have phpize command). It's just that it is failing. If I unpack the files into directory, and do "pear build" or "pear install", I'm getting a bit more verbose error: $ pear build running: phpize configure.in:...
2015 Mar 24
2
error building php spec file
...luethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz warning: File listed twice: /usr/share/man/man1/php-config.1.gz warning: File listed twice: /usr/share/man/man1/php.1.gz warning: File listed twice: /usr/share/man/man1/phpize.1.gz RPM build errors: File listed twice: /etc/rc.d/init.d/php-fpm Symlink points to BuildRoot: /usr/bin/phar -> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar File listed twice: /usr/share/man/man1/php-cgi.1.gz File listed twice: /usr/share/man/ma...
2009 Jan 06
1
xCache install error ($PHP_AUTOCONF?)
Hey Guys I'm trying to install xcache on our web server (php optcode cacher) but I am having the following error. I have download the xcache tar ball, unzipped and when in the unzipped directory attempting to run phpize but it fails with the following error: [root at server1882 xcache-1.2.2]# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment v...
2015 Mar 24
2
error building php spec file
....el7.x86_64/usr/bin/phar.phar > > warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz > > warning: File listed twice: /usr/share/man/man1/php-config.1.gz > > warning: File listed twice: /usr/share/man/man1/php.1.gz > > warning: File listed twice: /usr/share/man/man1/phpize.1.gz > > > > > > RPM build errors: > > File listed twice: /etc/rc.d/init.d/php-fpm > > Symlink points to BuildRoot: /usr/bin/phar -> > > > > > /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar > > File list...
2015 Mar 24
0
error building php spec file
...UILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar > warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz > warning: File listed twice: /usr/share/man/man1/php-config.1.gz > warning: File listed twice: /usr/share/man/man1/php.1.gz > warning: File listed twice: /usr/share/man/man1/phpize.1.gz > > > RPM build errors: > File listed twice: /etc/rc.d/init.d/php-fpm > Symlink points to BuildRoot: /usr/bin/phar -> > > /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar > File listed twice: /usr/share/man/man1/php-cgi.1.gz &g...
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file into smaller files, using the m4_include mechanism to combine them. I don't know if we should really do this, so I'm open to comments about it. However: - Our configure.ac script is 1800+ lines long, and that's pretty long. - configure.ac lacks structure; splitting it up might improve that. - From what I read,
2006 Dec 30
2
PDFlib?
I'm trying to create pdf's on the fly with php, but I'm getting errors such as: Fatal error: Call to undefined function: pdf_new() I tried installing pdflib from dag, but I think I'm missing something to plug it into php. Has anyone done this? Mike
2011 Sep 04
4
Centos 5.6 Implications of PGP53 ?
If one stays with Centos 5.x (currently on 5.6) is the problem/enhancement/incompatibility involving PHP53 likely to be resolved by general updates and/or the introduction of Centos 5.7 ? Paul.
2017 Aug 12
2
[PATCH] configure: Further split blocks of text in the script output.
...parts of the configure script. This refactors the code by adding a common macro (‘HEADING’), and also changes the output so it's clearer at a glance: --- Checking for Haskell --- checking for ghc... (cached) ghc --- Checking for PHP --- checking for php... (cached) php checking for phpize... (cached) phpize --- configure.ac | 74 +++++++++++++++++++++++------------------------------------- 1 file changed, 28 insertions(+), 46 deletions(-) diff --git a/configure.ac b/configure.ac index de247a36d..e4b6556c4 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,11 @@ m4_define([l...
2011 Oct 13
9
[PATCH 1/9] Partially fix --disable-erlang
...4 deletions(-) diff --git a/configure.ac b/configure.ac index 337a3ed..e0bed2f 100644 --- a/configure.ac +++ b/configure.ac @@ -892,12 +892,14 @@ AS_IF([test "x$enable_php" != "xno"], AM_CONDITIONAL([HAVE_PHP], [test "x$PHP" != "xno" && test "x$PHPIZE" != "xno"]) dnl Erlang +ERLANG=no AC_ARG_ENABLE([erlang], - AS_HELP_STRING([--disable-erlang], [Disable Erlang language bindings]), - [], - [enable_erlang=yes]) + AS_HELP_STRING([--disable-erlang], [Disable Erlang language bindings]), + [], +...
2013 Apr 24
12
[PATCH 00/12] Various patches for fixing separated builds.
This just fixes 'make'. 'make check' is still broken. Further patches for that to follow tomorrow. Rich.
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a
2014 May 29
3
Re: libguestfs error
...checking for PyCapsule_New in -lc... yes checking for PyString_AsString in -lc... yes checking for ruby... ruby checking for rake... no checking for C library for Ruby extensions... -lruby-1.9.1 checking for ruby_init in -lruby-1.9.1... no checking for ghc... no checking for php... php checking for phpize... no checking for erlc... /usr/bin/erlc checking for erl... /usr/bin/erl checking for Erlang/OTP 'erl_interface' library subdirectory... /usr/lib/erlang/lib/erl_interface-3.7.13 checking for Erlang/OTP 'erl_interface' library version... 3.7.13 checking for erlc... /usr/bin/erlc che...
2014 May 29
2
Re: libguestfs error
Hi Rich Yes Rich I have tried libguesftfs on powerpc and it was working fine.For some reason i had to format my hard disk and now when I'm again compiling it,I'm getting following error.... Below is the status of configure .. This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
....0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Data::Dumper... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes checking for String::ShellQuote... yes configure: creati...
2010 Dec 07
0
builder-ubuntu libguestfs FAILED build step 21810ade12e43fb4d8bfdcefb37a7d8bbe9eef8c
....0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Data::Dumper... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes checking for String::ShellQuote... yes configure: creati...
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
....0_22" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Data::Dumper... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes checking for String::ShellQuote... yes configure: creati...
2011 Jan 28
0
builder-ubuntu libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
....0_20" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Data::Dumper... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes checking for String::ShellQuote... yes configure: creati...
2011 Jan 28
1
builder-debian libguestfs FAILED build step 82f5fdb0dbbc0c7b04861edeadf70c86c9342df2
....0_18" in /usr/lib/jvm/java-6-openjdk checking for jni.h... -I/usr/lib/jvm/java-6-openjdk/include checking for jni_md.h... -I/usr/lib/jvm/java-6-openjdk/include -I/usr/lib/jvm/java-6-openjdk/include/linux checking extra javac flags... checking for ghc... no checking for php... no checking for phpize... no checking for Pod::Usage... yes checking for Getopt::Long... yes checking for Sys::Virt... yes checking for Data::Dumper... yes checking for Locale::TextDomain... yes checking for Win::Hivex... yes checking for Win::Hivex::Regedit... yes checking for String::ShellQuote... yes configure: creati...