Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-06 Thread Greg W. Smith
was my problem (it couldn't locate libgcc_s.so) I had to reconfigure openssl with the following: LD_OPTIONS=”-R/usr/local/lib –L/usr/local/lib”; export LD_OPTIONS ./Configure solaris-sparcv9-gcc –prefix=/usr/local shared Thanks for leading my down the right path. Greg Lloyd Parkes wrote: Greg W

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Greg W. Smith
Lloyd -- thanks for the information. I actually tried the LD_OPTIONS='-L/usr/local/lib -R/usr/local/lib' as well with no luck. I got the same output as you noted in your message. Greg Lloyd Parkes wrote: Greg W. Smith wrote: libgcc_s.so.1 = (file not found