You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/03/10 06:21:33 UTC

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

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


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

Posted by kevin seguin <se...@motive.com>.
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


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

Posted by Shinta Tjio <st...@broadjump.com>.
I had the same problem earlier too. 

You just need to edit the build-unix.sh and add -DSOLARIS
to the APXS call. My apxs doesn't have that by default.

hope this helps
shinta

> -----Original Message-----
> From: bugzilla@apache.org [mailto:bugzilla@apache.org]
> Sent: Friday, March 09, 2001 11:22 PM
> To: danmil@shore.net; jceklosk@voicenet.com
> Cc: tomcat-dev@jakarta.apache.org
> Subject: [Bug 286] New - Tomcat mod_jk.so refuses to load with Apache
> 1.3.14 undefined symbol BugRat Report#532
> 
> 
> 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