You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/13 10:33:01 UTC

DO NOT REPLY [Bug 33540] New: - apxs called with -o my_mod.so creates my_mod.la

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33540>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33540

           Summary: apxs called with -o my_mod.so creates my_mod.la
           Product: Apache httpd-2.0
           Version: 2.0.53
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: Gabriel.de-Perthuis@laPoste.net


apxs is called like this:
apxs2 -c -o mod_caml.so -I/usr/lib/ocaml/3.08 /tmp/camlprimdb957f.c
-L/usr/lib/ocaml/3.08/pcre -L/usr/lib/ocaml/3.08 -lunix -lpcre_stubs -lpcre
-lstr mod_caml_c.o apache_c.o wrappers.o -I/usr/include/apache2
-I/usr/include/apr-0 -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall
-O2 -lcamlrun -ltermcap -lunix -lstr -lcamlrun -lm -ldl -lcurses -lpthread

/usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe
-I/usr/include/xmltok -I/usr/include/openssl -Wall -O2
-DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/build/buildd/apache2-2.0.53/build-tree/apache2-build/prefork/srclib/pcre
-pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread
-I/usr/include/apache2  -I/usr/include/apr-0   -I/usr/include/apr-0
-I/usr/include -I/usr/lib/ocaml/3.08  -c -o /tmp/camlprimdb957f.lo
/tmp/camlprimdb957f.c && touch /tmp/camlprimdb957f.slo

/usr/bin/libtool --silent --mode=link gcc -o mod_caml.la  -rpath
/usr/lib/apache2/modules -module -avoid-version    /tmp/camlprimdb957f.lo
-L/usr/lib/ocaml/3.08/pcre -L/usr/lib/ocaml/3.08 -lunix -lpcre_stubs -lpcre
-lstr mod_caml_c.o apache_c.o wrappers.o -I/usr/include/apache2
-I/usr/include/apr-0 -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall
-O2 -lcamlrun -ltermcap -lunix -lstr -lcamlrun -lm -ldl -lcurses -lpthread

Which means it doesn't create mod_caml.so . The file exists in .libs, however.
I'm not yet sure if this one works.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org