-
There is a JavaScript error that makes Firefox hangs forever when Firebug is active. Here are the steps to reproduce and the JavaScript error.
Go to http://cite.opengeospatial.org/teamengine/
Click Start Testing
Type in my username and password
Click OK
Click Create a new session
Select Web Map Service (WMS) 1.3.0
Type in "s_wms1.3.0-ms5.4" as Session Description (Optional):
Click OK.
2009-07-02 13:08:34 UTC in TEAM Engine
-
Based on the last comment I removed the path linked with "--with-ssl" and the configure script executed to the end. Thanks.
2008-07-29 19:55:39 UTC in curl and libcurl
-
I confirm that when openssl is built as a shared module, Curl configure script runs correctly
...
checking if argv can be written to... yes
checking if Kerberos4 support is requested... no
checking if SPNEGO support is requested... no
checking if GSSAPI support is requested... no
checking for gdi32... no
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in...
2008-07-28 14:53:24 UTC in curl and libcurl
-
I pasted here the output of the pkg-config command and the configure script (part of):
fgs@debian:~/fgs-dev$ export PKG_CONFIG_PATH=/home/fgs/fgs-dev/built/openssl/lib/pkgconfig/
fgs@debian:~/fgs-dev$ pkg-config --libs libssl
-L/home/fgs/fgs-dev/built/openssl/lib -lssl -lcrypto -ldl
fgs@debian:~/fgs-dev$
fgs@debian:~/fgs-dev/src/curl-7.18.2$ ./configure...
2008-07-28 14:09:28 UTC in curl and libcurl
-
Curl 7.17 and 7.18 cannot find openssl if it installed under a user specified directory. I tested with Curl 7.18.2 and got the same issue.
This issue was found when building a fgs module (installer for linux). See http://bugzilla.maptools.org/show_bug.cgi?id=1863
I found a similar issue in the tracker and applied the suggested fix (2008-01-15 21:39 by dfandrich) but it didn't solve...
2008-07-24 20:36:17 UTC in curl and libcurl