Hi,
http://osx.freshmeat.net/projects/clweather/
From freshmeat, clweather works great for me on Fedora Core 1. But it can't find libcurl header files when tried ./configure on Suse 9.2 thus:
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
configure: error: cannot find libcurl header files
Please go to
http://curl.haxx.se/ and install the cURL library and
header files, or choose the proper path with the following command:
./configure CPPFLAGS=-IPATH
Yast tells me libcurl (a very late version) is installed. I even tried installed a libcurl compatability library but that didn't help, still wouldn't find libcurl header files.
Up there, it's telling me to specify a path. But I likely do not understand. I did try:
./configure CPPFLAGS=-/usr/lib
but that didn't work. (/usr/lib/libcurl.so.3) <- I GUESS that that is my libcurl
I also made a sym link: /usr/lib/libcurl.so.2 -> /usr/lib/libcurl.so.3
just in case it looked for older. but that not work. Nothing so far.
/usr/lib is in part of the $PATH I do not understand why it not find. Do you suppose Suse runs an altered version ie a bit different than libcurl in other distros?
Any ideas?
I find it a fun little program and really would like to get it to work. Thanks.
Alan.