php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59471 Windows Binaries unavailable - error installing via pecl
Submitted: 2010-10-21 17:49 UTC Modified: 2011-04-04 21:02 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: admin at talan-its dot ru Assigned:
Status: No Feedback Package: dbase (PECL)
PHP Version: 5.3.2 OS: win7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: admin at talan-its dot ru
New email:
PHP Version: OS:

 

 [2010-10-21 17:49 UTC] admin at talan-its dot ru
Description:
------------
d:\WebServices\php>pear version
PEAR Version: 1.8.0
PHP Version: 5.3.3
Zend Engine Version: 2.3.0
Running on: Windows NT SYSADMIN3 6.1 build 7600 (Unknow Windows version Ultimate
 Edition) i586

Error is
d:\WebServices\php>pecl install dbase
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-upd
ate pecl.php.net" to update
downloading dbase-5.0.1.tgz ...
Starting to download dbase-5.0.1.tgz (13,929 bytes)
.....done: 13,929 bytes
12 source files, building
ERROR: The DSP dbase.dsp does not exist.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-21 19:24 UTC] alan at akbkhome dot com
Patches welcome -  I do not have/use windows - try mailing 
the various windows php mailing lists to see if anyone can 
help
 [2010-10-25 10:05 UTC] pbielen at gmail dot com
C:\Zend\ZendServer\bin\PEAR>pecl install dbase
downloading dbase-5.0.1.tgz ...
Starting to download dbase-5.0.1.tgz (13,929 bytes)
.....done: 13,929 bytes
12 source files, building
ERROR: The DSP dbase.dsp does not exist.

C:\Zend\ZendServer\bin\PEAR>

Same problem here... i opened the packages and there is indeed no dbase.dsp in it.
 [2010-10-25 20:02 UTC] alan at akbkhome dot com
can someone try copying and modifying a dsp from another 
package, 

svn co http://svn.php.net/repository/pecl/dbase/trunk dbase
curl
Download this, and save it as dbase.dsp 
http://svn.php.net/repository/pecl/bcompiler/trunk/bcompiler
.dsp 

Modify - replace bcompiler references with dbase
(might need to add a few file references)

Add the dsp to the package.xml

#pear package 
This will make the pear/pecl tarball

pecl install dbase-,,,,,.tgz


I have no idea if any of this would work though..
 [2011-04-04 21:02 UTC] alan at akbkhome dot com
Unless someone want's to provide dsp's it's not going to be 
fixed...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC