Kevin Shortt wrote:
> 
> 
>         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


  Try it with 

gcc -shared -o mod_jk.so *.o -lposix4

that worked for me on Solaris 8 x86.


-- 
Steve Brunton   <[EMAIL PROTECTED]>  Phone: 404-827-2756
Chief Engineer Enterprise Systems    One CNN Center, Atlanta GA
CNN Internet Technologies          ICBM: 84W 23' 45" 33N 45' 29"
<*> A bartender is just a pharmacist with a limited inventory. <*>

Reply via email to