How to add Solr PECL extension into lampp (xampp) stack

Froesty

New Member
Is it possible to add PECL extensions into a lampp stack? If so, how can it be done?I am specifically interested in http://www.php.net/manual/en/book.solr.php extension.EDIT: when installing this extension using: \[code\]/opt/lampp/bin/pecl install -f solr\[/code\]everything seams to go as it should except at the end: \[code\]checking for cURL support... yes, sharedchecking for cURL in default path... not foundconfigure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/ERROR: `/tmp/pear/temp/solr/configure --enable-solr=yes --enable-solr-debug=no --with-curl=/opt/lampp/bin --with-libxml-dir=/usr' failed\[/code\]From what I understand this should mean that it simply needs to find the correct curl location which I specify in the install when it asks as 'opt/lampp/bin'Does this mean that it can't be done without recompiling php using a different curl package? Is this even possible with a lampp stack or do I have to now build my own?Any ideas?
 
Back
Top