modcaml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Modcaml] Apache2


From: Joel Reymont
Subject: [Modcaml] Apache2
Date: Sat, 19 May 2007 16:48:55 +0100

Has anyone succeeded in getting mod_caml to run with Apache2?

Was this recently?

I'm building on Mac OSX 10.4.9 and I get the following (obvious) errors but once I fix the errors I can run any examples. Apache reports error 500 (server error) and nothing shows up in the error log.

        Thanks, Joel

---

gcc -I/usr/local/lib/ocaml -I/usr/local/apache2/include -arch i386 - isysroot /Developer/SDKs/MacOSX10.4u.sdk -DSHARED_MODULE -c -o mod_caml_c.o mod_caml_c.c gcc -I/usr/local/lib/ocaml -I/usr/local/apache2/include -arch i386 - isysroot /Developer/SDKs/MacOSX10.4u.sdk -DSHARED_MODULE -c -o apache_c.o apache_c.c
apache_c.c: In function 'mod_caml_connection_ap_auth_type':
apache_c.c:237: error: 'struct conn_rec' has no member named 'ap_auth_type' apache_c.c:237: error: 'struct conn_rec' has no member named 'ap_auth_type'
apache_c.c: In function 'mod_caml_connection_user':
apache_c.c:239: error: 'struct conn_rec' has no member named 'user'
apache_c.c:239: error: 'struct conn_rec' has no member named 'user'
make: *** [apache_c.o] Error 1
        
--
http://wagerlabs.com/









reply via email to

[Prev in Thread] Current Thread [Next in Thread]