php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59587 Package Install Fails
Submitted: 2011-01-21 15:17 UTC Modified: 2015-07-24 23:24 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: abid at canadavisa dot com Assigned:
Status: Suspended Package: Paradox (PECL)
PHP Version: 5.2.12 OS: FreeBSD 8.0-RELEASE (GENERIC)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: abid at canadavisa dot com
New email:
PHP Version: OS:

 

 [2011-01-21 15:17 UTC] abid at canadavisa dot com
Description:
------------
I have installed pxlib version 0.6.3 using the FreeBSD ports.  Paradox.h is available in /usr/local/include.

I installed PHP 5.2.12 and Pear using the FreeBSD ports.  All is working well.

The install scripts fails with the message:
configure: error: wrong paradox lib version or lib not found. Need at least pxlib 0.6.0



Reproduce code:
---------------
downloading paradox-1.4.3.tar ...
Starting to download paradox-1.4.3.tar (Unknown size)
.............................done: 134,656 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
building in /var/tmp/pear-build-root/paradox-1.4.3
running: /tmp/go-pear/download/paradox-1.4.3/configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/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... yes
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking target system type... i386-unknown-freebsd8.0
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/20060613
checking for PHP installed headers prefix... /usr/local/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... no
checking for nawk... nawk
checking if nawk is broken... no
checking for paradox support... yes, shared
checking for paradox files in default path... found in /usr/local
checking for PX_create_blob_fp in -lpx... no
configure: error: wrong paradox lib version or lib not found. Need at least pxlib 0.6.0
ERROR: `/tmp/go-pear/download/paradox-1.4.3/configure' failed


Expected result:
----------------
I expect the extension to be installed!

Actual result:
--------------
Extension is failing to compile.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-07-24 23:24 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2015-07-24 23:24 UTC] cmb@php.net
pecl/paradox seems to be unmainted. Therefore I'm changing the
state of this ticket to "suspended". If you're interested in
maintaining this extensions, please apply via
<https://pecl.php.net/account-request.php>.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC