DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2003-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2002-04-17 17:45 ---


*** This bug has been marked as a duplicate of 7839 ***


DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found





--- Additional Comments From [EMAIL PROTECTED]  2002-04-16 17:53 ---
I took Ryan's 2nd example and got _no_ better results.
tried both:

SH_LDFLAGS=-L/u01/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/libgcc.a
./configure --verbose --enable-mods-shared=most

and:

SH_LDFLAGS=/u01/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/libgcc.a
./configure --verbose --enable-mods-shared=most

the -L switch being the only difference.


DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found





--- Additional Comments From [EMAIL PROTECTED]  2002-04-15 16:50 ---
Shouldn't that have been:

LIBS=-lgcc ./configure --enable-modules=most


DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-04-15 21:56 ---
*** Bug 8130 has been marked as a duplicate of this bug. ***


DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found





--- Additional Comments From [EMAIL PROTECTED]  2002-04-13 00:48 ---
**Possible Workaround**

I had the same problem on:

SunOS salsa 5.8 Generic_108528-14 sun4m sparc SUNW,SPARCstation-5

I fixed it by adding --enable-ssl to build against my OpenSSL install in
/usr/local/ssl.  I used the following to build it:

export LD_RUN_PATH=/usr/local/ssl/lib:/usr/local/lib:/opt/sfw/lib
./configure  --prefix=/usr/local/apache-2.0.35-murph 
--enable-mods-shared=all
--disable-auth_digest --enable-ssl
make
make install

My system is Solaris 8 4/01 entire distribution install with the entire freeware
companion CD also installed in /opt/sfw.  It has the Mar/28/02 recommended patch
cluster installed.  Obviously, my PATH includes the appropriate bin directories.

/opt/sfw/bin/gcc is GCC version 2.95.2.

I'm not actually using mod_ssl right now, it just conveniently made the problem
go away, and I have not had time to investigate why in detail, but I think the
symbol is being supplied by /usr/local/ssl/lib/libssl.so due to the way I have
built OpenSSL.


DO NOT REPLY [Bug 8038] - mod_status.so: symbol __floatdisf: referenced symbol not found

2002-04-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

mod_status.so: symbol __floatdisf: referenced symbol not found

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-04-13 01:21 ---
This is a problem that I have when compiling on my Solaris machine.  The problem
is most likely that you are compiling with gcc, but linking with the native
linker.  If you use gcc to do the linking, then it know to automagically link in
libgcc.a.  If you use the native linker, then you need to add that lib to your
link line.  This can be done with:

EXTRA_LIBS=$(EXTRA_LIBS) -lgcc ./configure --enable-modules=most

I am marking this invalid, because the bug is in the system setup, not the
configure script.