Closed brannondorsey closed 8 years ago
I left my Pi2 in my office. I'll be able to check it as soon as I get it. Initially, it looks like the arm7 release is missing some libraries ... or something isn't getting linked correctly ...
Any progress on this?
Haven't had time to test yet ...
No worries, just curious. I haven't needed to depend on ofxHTTP yet with RPi 2 but I will in the coming weeks. When I get a chance I can take a look into the problem further but I fear that my limited knowledge of POCO libs (or even how libs work with OF) might serve as a hangup.
On Sun, Mar 22, 2015 at 2:22 PM, Christopher Baker <notifications@github.com
wrote:
Haven't had time to test yet ...
— Reply to this email directly or view it on GitHub https://github.com/bakercp/ofxHTTP/issues/29#issuecomment-84682480.
Has anyone found a solution for this issue? I'm encountering the same linking error.
Hm ... I haven't tested ofxHTTP with 0.8.4 in quite a while. I'd recommend getting the latest 0.9.0RC and using the ofxHTTP develop branch (which means you'll also need the develop branch from the dependencies in most cases).
I'd rather stay in 0.8.4, since I don't have time to properly migrate to 0.9 =/ At least not right now.
I'm working on an armv7 platform, and all I need is to do a simple POST and get a status response code. ofxHTTP fails at the linking stage (same error as the one above), and ofxHttpUtils runs fine, but doesn't work (it returns nonsensical status code, such as -1461712828). Do you know of any simple addon or library that I can use to make this work, or have any tips on how to fix this issue?
It sounds like the arm7 poco libraries in 0.8.4 were not compiled correctly for Raspberry pi 2 ... the built in ofxHttpUtils uses Poco too so it may not be giving you correct results.
the next best option might be to try to recompile the poco libraries 1.4.3p on the raspberry pi 2 ... but that may take longer than just using the fixed updated libraries in 0.9.0. 0.9.0 should be (famous last words) backward compatible and may just work ...
if that's still not an option, you might be able to use a system call to use curl on the command line or use libcurl, but that's kind of a tricky library. Sorry ... no magic bullets here ... all of my (limited) ofxHTTP development time has been preparing for 0.9.0 :/
I'm going to try calling curl directly with a syscall for now, thanks!
Has this been resolved? I believe that the RPI2 now uses the arm6 libs, so this should be resolved.
I am trying to compile an ofxHTTP dependent project on a Debian Wheezy RPi 2 and am getting the following error. I have cloned the ofxHTTP Master branch and installed the Debian openFrameworks dependencies for version v0.8.4.
I also attempted to
make
the ofxHTTPexample_basic_client
example and am receiving the following errors: