From: <php...@li...> - 2007-04-16 11:34:15
|
Hi, the binary/J2EE download contains a binary for freebsd. Please use this if you cannot compile on freebsd. Using the pure PHP implementation on FreeBSD is NOT recommended because of the well known kernel problem. The *BSD kernel uses Nagle's algorithm for the local interface, and the PHP people don't switch it off when creating/using sockets. Therefore PHP local socket connections are extremly slow on this operating system. -- You can switch off NDELAY for all interfaces using the freebsd sysctl interface, but doing so is not recommended. Hope it helps. Regards, Jost Boekemeier --- php...@li... schrieb: > i use soure to install( > http://php-java-bridge.sourceforge.net/pjb/installation.php#sourceinstall) > > my cmd : > > phpize && ./configure > --with-java=JAVA_HOME,JAVA_HOME/jre && make > > > > and show me > > > checking for sem_init in -lrt... no > > checking for pthreads_cflags... -pthread > > checking for pthreads_lib... > > configure: error: host_alias is not set. Make sure > to run config.guess > > Back-end configuration failed. > > Please install the recommended autoconf, libtool > and automake versions > > or disable back-end configuration and use the > pre-compiled J2EE back-end: > > > > ./configure --disable-backend > --with-java=<JAVA_HOME> > > > > configure: error: /usr/local/bin/bash > './configure.gnu' failed for server > > > > how can i install? > > > -- > regards > jl > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail |