Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Lutz Jaenicke
On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: > Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems > just got weirder. I compiled OpenSSL, it's installed into /usr, > libraries are in /usr/lib, includes in /usr/include. > > When I compile openssh, it says it can't

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Victor
Lutz Jaenicke wrote: On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems just got weirder. I compiled OpenSSL, it's installed into /usr, libraries are in /usr/lib, includes in /usr/include. When I compile openssh, it s

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Victor
Russ Fink wrote: configure:8992: result: yes configure:9433: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/include -I/usr/local/include -L/usr/lib -R/usr/lib -L/usr/local/lib -R/usr/local/lib -I/usr/include -I/usr/local/include -L /usr/lib -R/usr/lib -L/usr/local/lib -

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Laurent Blume
Victor wrote: Suggestion - add /usr/ccs/bin to your path instead of putting it on the configure line. Also, I'd go with the default "as" and "ld" - not ccs/bin. But this likely isn't your problem, just a suggestion. I used it because that's what sunfreeware did too, doesn't seem to have any af

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Russ Fink
On Tue, Aug 12, 2003 at 11:09:01PM -0400, Victor wrote: Ok, I removed my compiler, installed one from sunfreeware, 3.3. Problems just got weirder. I compiled OpenSSL, it's installed into /usr, libraries are in /usr/lib, includes in /usr/include. When I compile openssh, it says it can't find hea

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Laurent Blume
Victor wrote: Yes, it does exist. And yes, setting LD_LIBRARY_PATH does fix things. It wasn't set. It does seem that openssl was clear of any wrong doing, I am sorry to have posted offtopic. But you guys have been really helpful. Technically, the -L arguments should have done what LD_LIBRARY_PA

Re: Compiling Errors linking OpenSSL

2003-08-14 Thread Lutz Jaenicke
On Wed, Aug 13, 2003 at 03:25:28AM -0400, Victor wrote: > This is from the config log... Still seems to be my environment > settings, but no matter what I set, something breaks. As youc an see, I > st the -L and -I and -R but now it says > > ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed