curl-and-php
Works on slackware fine, bombs on mandrake with same libraries?
Date: Mon, 6 Aug 2001 18:42:27 -0700
Ok lets try this again :)
same EXACT libraries! (cept different compile times of course)
Any idea which of the libraries used may be at fault?
any help would be greatly appreciated!
Slackware
---------
root_at_web1:~# ldd /usr/local/bin/curl
libcurl.so.1 => /usr/local/lib/libcurl.so.1 (0x40014000)
libdl.so.2 => /lib/libdl.so.2 (0x400dd000)
libc.so.6 => /lib/libc.so.6 (0x400e0000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Output
-------
root_at_web1:~# sh foo.sh > /dev/null
* SSL connection using EXP-RC4-MD5
* Server certificate:
* subject:
/C=US/ST=California/L=Pasadena/O=x.com/OU=TechOps/CN=secure.x.com
* issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign
International Server CA - Class 3/OU=www.verisign.com/CPS Incorp.by Ref.
LIABILITY LTD.(c)97 VeriSign
* Connected to secure.x.com (206.132.152.248)
> POST(path) HTTP/1.1
User-Agent: curl/7.8 (i686-pc-linux-gnu) libcurl 7.8 (OpenSSL 0.9.6)
Host: secure.x.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 799
Content-Type: application/x-www-form-urlencoded
(form data)
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total Current Left
Speed
100 14835 100 14835 0 0 11568 0 0:00:01 0:00:01 0:00:00
14835
* Connection (#0) left alive
* Closing live connection (#0)
Works FINE...
Mandrake 8.0
-------------
[root_at_web2 curl-7.8]# ldd /usr/local/bin/curl
libcurl.so.1 => /usr/local/lib/libcurl.so.1 (0x40017000)
libdl.so.2 => /lib/libdl.so.2 (0x400e4000)
libc.so.6 => /lib/libc.so.6 (0x400e8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Output
------
* SSL connection using EXP-RC4-MD5
* Server certificate:
* subject:
/C=US/ST=California/L=Pasadena/O=x.com/OU=TechOps/CN=secure.x.com
* issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign
International Server CA - Class 3/OU=www.verisign.com/CPS Incorp.by Ref.
LIABILITY LTD.(c)97 VeriSign
* Connected to secure.x.com (206.132.152.248)
> POST (path) HTTP/1.1
User-Agent: curl/7.8 (i686-pc-linux-gnu) libcurl 7.8 (OpenSSL 0.9.6)
Host: secure.x.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 799
Content-Type: application/x-www-form-urlencoded
(post data)
* Connection (#0) left alive
* Closing live connection (#0)
Server info
----------------
Server: Netscape-Enterprise/3.0K
Date: Fri, 03 Aug 2001 20:10:11 GMT
Set-cookie: (cookie)
Content-type: text/html
Content-length: 14835
Ideas anyone? Daniel?
_______________
Jeff Nappi
Lead Programmer
The Martz Agency
brage_at_martzagency.com
480.344.0148
_______________________________________________
Curl-and-php mailing list
http://curl.haxx.se/
Received on 2001-08-07