php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57453 Saying .dsp not found
Submitted: 2006-12-22 21:17 UTC Modified: 2015-05-12 14:18 UTC
From: greggurevich at gmail dot com Assigned: cmb (profile)
Status: Closed Package: fann (PECL)
PHP Version: 5.1.5 OS: windows xp
Private report: No CVE-ID: None
 [2006-12-22 21:17 UTC] greggurevich at gmail dot com
Description:
------------
No matter what i do build, install etc it always says fann.dsp does not found


C:\xampp\xampp\php>pecl install fann\package2.xml
WARNING: channel "pecl.php.net" has updated its protocols, use "channel-update p
ecl.php.net" to update
3 source files, building
ERROR: The DSP fann.dsp does not exist.

Reproduce code:
---------------
C:\xampp\xampp\php>pecl build fann\package.xml
The DSP fann.dsp does not exist.



Expected result:
----------------
Expected to compile / install the program

Actual result:
--------------
didn't happen


Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=fann.so in your php.ini in C:\xampp\xampp\htdocs\demo.php on line 37
You must install the FANN extension. You can get it from http://fann.sf.net/ 


Thanks for help anyone

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-02 03:00 UTC] mbjr at mbjr dot hu
It's looking for the dsp file in a wrong dir as it seems, i.e.:
What happens:
"c:\Documents and Settings\%username%\Local Settings\Temp\pear\cache\<your_asp>" is what it's searching for.

Expected behaviour:
"c:\Documents and Settings\%username%\Local Settings\Temp\pear\cache\<your_package>\<your_asp>"

Workaround:
Manually moving the package contents to "c:\Documents and Settings\%username%\Local Settings\Temp\pear\cache\" seems to work, but leads to another issue unfortunately ;-)

HTH,
MBJr.
 [2007-12-02 03:02 UTC] mbjr at mbjr dot hu
asp -> dsp ;-) sorry :>
 [2015-05-12 14:18 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2015-05-12 14:18 UTC] cmb@php.net
There are precompiled DLLs available now, which are supposed to be
the easiest way to add a PECL package on Windows.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC