You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kevin seguin <se...@motive.com> on 2001/03/10 14:32:39 UTC

Re: [Bug 286] New - Tomcat mod_jk.so refuses to load with Apache 1.3.14 undefined symbol BugRat Report#532

try:

apxs -o mod_jk.so -DSOLARIS -lposix4 -I../jk -I/usr/java/include
-I/usr/java/include/solaris -c *.c ../jk/*.c


bugzilla@apache.org wrote:
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=286
> 
> *** shadow/286  Fri Mar  9 21:21:33 2001
> --- shadow/286.tmp.13587        Fri Mar  9 21:21:33 2001
> ***************
> *** 0 ****
> --- 1,26 ----
> + +============================================================================+
> + | Tomcat mod_jk.so refuses to load with Apache 1.3.14 undefined symbol BugRa |
> + +----------------------------------------------------------------------------+
> + |        Bug #: 286                         Product: Tomcat 3                |
> + |       Status: UNCONFIRMED                 Version: 3.2.1 Final             |
> + |   Resolution:                            Platform: All                     |
> + |     Severity: Normal                   OS/Version: All                     |
> + |     Priority: High                      Component: Connectors              |
> + +----------------------------------------------------------------------------+
> + |  Assigned To: danmil@shore.net                                             |
> + |  Reported By: jceklosk@voicenet.com                                        |
> + |      CC list: Cc:                                                          |
> + +----------------------------------------------------------------------------+
> + |          URL:                                                              |
> + +============================================================================+
> + |                              DESCRIPTION                                   |
> + I build Apache 1.3.14 from scratch on Solaris 2.8 using GCC
> + 2.95.2.  I also built the mod_jk.so from scratch on the
> + same machine.  Apache 1.3.14 refuses to load the
> + mod_jk.so module because of an undefined symbol fdatasync.
> + I found this in librt.so and libposix4.so on the machine.
> +
> + The offending call is in jk_util.c:112
> +
> +
> +
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-dev-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org