php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59714 Package does not install
Submitted: 2011-04-14 02:09 UTC Modified: 2011-04-16 06:17 UTC
From: aleksey dot zholdak at gmail dot com Assigned: koubel (profile)
Status: Closed Package: rrd (PECL)
PHP Version: 5.3.5 OS: FreeBSD 7.4-STABLE
Private report: No CVE-ID: None
 [2011-04-14 02:09 UTC] aleksey dot zholdak at gmail dot com
Description:
------------
Package does not install

Reproduce code:
---------------
# pecl -V
PEAR Version: 1.9.2
PHP Version: 5.3.6
Zend Engine Version: 2.3.0
Running on: FreeBSD mars.givc-kgga.kiev.ua 7.4-STABLE FreeBSD 7.4-STABLE

# pecl install rrd
...
configure: creating ./config.status
config.status: error: cannot find input file: `tests/rrdtool-bin.inc.in'
ERROR: `/go-pear/rrd/configure' failed


Expected result:
----------------
successful install


Actual result:
--------------
Package does not install

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-04-15 19:08 UTC] koubel at seznam dot cz
OK, ac_output for tests dir in config.m4 will be called conditionally in next minor release (maybe next week)

workaround: install extension via phpize:

# sudo wget http://pecl.php.net/get/rrd-1.0.0.tgz
# tar -xzf rrd-1.0.0.tgz
# cd rrd-1.0.0
# phpize
# ./configure
# make
# make install
 [2011-04-16 06:17 UTC] koubel at seznam dot cz
So, I was little bit quicker, there is new release 1.0.1 with fixed this "pecl install" problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC