mod_jk.so linking/compiling problem.

2001-04-30 Thread Kevin Shortt
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 (./config

Re: mod_jk.so linking/compiling problem.

2001-04-30 Thread Steve Brunton
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 e

RE: mod_jk.so linking/compiling problem.

2001-04-30 Thread Kevin Shortt
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 30, 2001 12:10 PM > Try it with > gcc -shared -o mod_jk.so *.o -lposix4 > that worked for me on Solaris 8 x86. nope. no good either. I did notice more output though, because the first cou