I am having a problem linking/compiling my mod_jk.so.
Here are my details. I've done what Jan and Scott Tatum (from a previous
threads) have advised.
I am really stuck on this and don't know what to do.
---

        Solaris 7,
        perl 5.005_03
        apache 1.3.19
                (./configure --prefix=/usr/local/apache     \
                         --enable-module=ssl            \
                         --enable-module=so             \
                         --enable-rule=SHARED_CORE )
        mod_ssl 2.8.2-1.3.19 (openssl 0.9.6a, mm-1.1.3)
        jaxp-1.0.1
        java 1.3
        jsse 1.0.2
        tomcat 3.2.1 (Ant 1.3, ServletAPI 3.2)
        mod_jk

      my apxs call:
        /usr/local/apache/bin/apxs -o mod_jk.so -DSOLARIS        \
                                 -I../jk                       \
                                 -I/usr/java/include           \
                                 -I/usr/java/include/solaris   \
                                 -c *.c ../jk/*.c

        Then I've done this:
                        gcc -shared -o mod_jk.so *.o
        And recieved this:
                        ld: fatal: relocations remain against allocatable but 
non-writable
sections
                        collect2: ld returned 1 exit status
---------

Thanks for any help.

-k

Reply via email to