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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: greggurevich at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 03:01:30 2025 UTC