cURL / Mailing Lists / curl-users / Single Mail

curl-users

cURL on Solaris 8 x86

From: <mtnlyon001_at_aol.com>
Date: Thu, 15 Feb 2007 10:34:59 -0500

When I run make test after ./configure I get the following:
 
test 062...FAILED
RUN: FTP-ipv6 server failed verification
binding stream socket: Address already in use
Broken Pipe
RUN: FTP-ipv6 server failed verification
binding stream socket: Address already in use
Broken Pipe
RUN: FTP-ipv6 server failed verification
binding stream socket: Address already in use
Broken Pipe
RUN: FTP-ipv6 server failed verification
RUN: HTTP-ipv6 server failed verification
TESTDONE: 299 tests out of 300 reported OK: 99%
TESTFAIL: These test cases failed: 62
TESTDONE: 326 tests were considered during 317 seconds.
TESTINFO: 26 tests were skipped due to these restraints:
TESTINFO: "failed starting HTTP-IPv6 server" 4 times (240, 241, 242, 263)
TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257)
TESTINFO: "failed starting FTP-IPv6 server" 4 times (252, 253, 254, 255)
TESTINFO: "curl lacks idn support" 1 times (165)
TESTINFO: "rlimit problem: fds needed 1050 > system limit 1024" 1 times (518)
TESTINFO: "no stunnel" 10 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 509)
make[1]: *** [quiet-test] Error 1
make[1]: Leaving directory `/opt/curl/curl-7.16.1/tests'
make: *** [test] Error 2
 
Then, after running make install for cURL I ran the following in the the php directory:
 
./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --enable-versioning --with-mysql --enable-ftp --enable-bcmath --disable-debug --enable-memory-limit=yes --enable-track-vars --with-png-dir=/usr/local --with-curl=/usr/local/lib --enable-shared
 
make
 
and received the following error:

--with-jpeg-dir=/usr/local -with-zlib-dir=/u/bin/sh /usr/local/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/curl/ -I/usr/local/php-4.3.4/ext/curl/ -
DPHP_ATOM_INC -I/usr/local/php-4.3.4/include -I/usr/local/php-4.3.4/main -I/usr/local/php-4.3.4 -I/usr/local/php-4.3.4/Zend -I/usr/l
ocal/include -I/usr/local/php-4.3.4/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS -I/usr/local/php-4.3.4/TSRM -g -O2 -prefer-pic -c /u
sr/local/php-4.3.4/ext/curl/curl.c -o ext/curl/curl.lo
/usr/local/php-4.3.4/ext/curl/curl.c: In function `zm_startup_curl':
/usr/local/php-4.3.4/ext/curl/curl.c:134: `CURLOPT_FTPASCII' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c:134: (Each undeclared identifier is reported only once
/usr/local/php-4.3.4/ext/curl/curl.c:134: for each function it appears in.)
/usr/local/php-4.3.4/ext/curl/curl.c:136: `CURLOPT_MUTE' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c:170: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c: In function `curl_free_post':
/usr/local/php-4.3.4/ext/curl/curl.c:563: warning: passing arg 1 of `curl_formfree' from incompatible pointer type
/usr/local/php-4.3.4/ext/curl/curl.c: In function `alloc_curl_handle':
/usr/local/php-4.3.4/ext/curl/curl.c:603: sizeof applied to an incomplete type
/usr/local/php-4.3.4/ext/curl/curl.c: In function `zif_curl_setopt':
/usr/local/php-4.3.4/ext/curl/curl.c:695: `CURLOPT_MUTE' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c:838: `CURLOPT_PASSWDFUNCTION' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c:845: `CURLOPT_PASSWDDATA' undeclared (first use in this function)
/usr/local/php-4.3.4/ext/curl/curl.c:883: warning: passing arg 1 of `curl_formadd' from incompatible pointer type
/usr/local/php-4.3.4/ext/curl/curl.c:883: warning: passing arg 2 of `curl_formadd' from incompatible pointer type
/usr/local/php-4.3.4/ext/curl/curl.c:891: warning: passing arg 1 of `curl_formadd' from incompatible pointer type
/usr/local/php-4.3.4/ext/curl/curl.c:891: warning: passing arg 2 of `curl_formadd' from incompatible pointer type
make: *** [ext/curl/curl.lo] Error 1

Any help will be greatly appreciated.
 
-Ron
 
 
 
 
________________________________________________________________________
Check out the new AOL. Most comprehensive set of free safety and security tools, free access to millions of high-quality videos from across the web, free AOL Mail and more.
Received on 2007-02-15