Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: I'd like to suggest that the fann package in Fedora be updated to version 2.1. fann-2.1 breaks C API compatibility and comes with better Python bindings. Some opensource programs like Recite GRE Word (http://code.google.com/p/recitegrewords/) now requires fann-2.1
Hello, I actually started to package fann because I was using it for one of my own projects in C and picked the version 2.0 because at that time 2.1 was quite new and marked as beta by the upstream -- and still it is. Given how long has fann-2.1 been marked as beta and seeing that some other projects started to use that version I will consider putting it in Rawhide. Thanks for the suggestion.
> I will consider putting it in Rawhide. Thanks! I could always compile fann-2.1 locally in the mean time so please feel free to only update fann in Fedora at a time convenient for you.
Hello, Apparently, fann 2.2.0 is out: http://leenissen.dk/fann/wp/download/ Can we please have an update for F17? Thanks, Ankur
fann-2.2.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fann-2.2.0-1.fc17
Package fann-2.2.0-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fann-2.2.0-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6571/fann-2.2.0-1.fc17 then log in and leave karma (feedback).
Hello, it took me some time to convince myself to package the new version, for the upstream has made several Fedora-unfriendly changes and converted to CMake which I'm not very proficient with. I would like to ask anyone to be so kind and test the F-17 package and report any problems. Thanks and regards.
fann-2.2.0-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
yum install fann-2.2.0-1.fc17.i686 fann-devel-2.2.0-1.fc17.i686 restart apache and... in phpinfo() fann* is absent whrite /etc/php.ini extension=/usr/lib/libfann.so or libfann.so.2.2.0 and... /var/log/httpd/error_log PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/libfann.so.2.2.0' - /usr/lib/libfann.so.2.2.0: wrong ELF clas s: ELFCLASS32 in Unknown on line 0 [Sun Feb 03 19:14:29 2013] [notice] Apache/2.2.23 (Unix) DAV/2 PHP/5.4.11 configured -- resuming normal operations
sorry uname -m x86_64 of couse yum install fann-devel.x86_64 and php.ini extension=/usr/lib64/libfann.so or /usr/lib64/libfann.so.2.2.0 but /var/log/httpd/error_log PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) '/usr/lib64/libfann.so' in Unknown on line 0 can you help me?