I have a question to all. I am writing an experimental socket server, and have 
managed to do so sucessfully, but I have noticed the way the socket_connect feature 
just appears to wait for a connection and not for a response. I built it so there is a 
response from the server, but shouldn't it wait until it has a fully established 
connection / communication with the server before it starts trying to send data?

Also, and this just as an aside, does anyone know why my make on Solaris would die as 
such? I am configuring with:

./configure --enable-force-cgi-redirect --enable-discard-path --enable-debug 
--enable-sigchild --enable-calendar --enable-ftp --enable-sockets --prefix=/my/path

(Using libtool-1.3.5 [1.4 for me still looks for ltconfig, no matter what], 
autoconf-2.13, automake-1.4p4, flex-2.5.4, bison-1.28, and with the m4 from gnu...)

And the error_out I get is:

/pkg/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2  -R /usr/ucblib -R 
/scs/pkg/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2 stub.lo  Zend/libZend.la 
sapi/cgi/libsapi.la main/libmain.la regex/libregex.la ext/calendar/libcalendar.la 
ext/ftp/libftp.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la 
ext/session/libsession.la ext/sockets/libsockets.la ext/standard/libstandard.la 
ext/xml/libxml.la TSRM/libtsrm.la -lpam -ldl -lresolv -lresolv -lm -ldl -lnsl -lsocket 
-lsocket -lgcc -lcrypt
rm -fr .libs/libphp4.la .libs/libphp4.* .libs/libphp4.*
/scs/src/php/php-4.0.7a/libtool: test: argument expected
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/scs/src/php/php-4.0.7a'
make: *** [all-recursive] Error 1


--Matt


Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to