search for: gnatsweb

Displaying 4 results from an estimated 4 matches for "gnatsweb".

2002 Jul 04
2
[Bug 44] Can't pass KRB4 TGT on RH7.2 due to glibc mkstemp
http://bugzilla.mindrot.org/show_bug.cgi?id=44 ------- Additional Comments From jan.iven at cern.ch 2002-07-05 01:11 ------- Update: I have reported this to the glibc people, who say that they will not modify their mkstemp(). (http://bugs.gnu.org/cgi-bin/gnatsweb.pl?debug=&database=default&cmd=view+audit-trail&cmd=view&pr=3573) Attached is a patch to configure{ac,in} to detect this and force using the bsd_compat functions. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 12
1
[Bug 254] Problems building.
...From dtucker at zip.com.au 2002-06-12 23:25 ------- What C compiler are you using? There's a bug in some versions of gcc that causes it to pick up -L link paths last, so it might be picking up libcrypto from /usr/lib and the headers from /usr/local/ssl/include. See: http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=326 Try this: $ LIBRARY_PATH=/usr/local/ssl/lib:/usr/lib:/usr/local/lib $ export LIBRARY_PATH $ ./configure [options] ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 09
3
[Bug 269] OpenSSH doesn't compile with dynamic OpenSSL libraries
...it as an attachment to this bug report). If you're using gcc then there is a bug in 2.95.2 (and possibly others) that caused the -L link paths to be searched last, so if you've got an older libcrypto somewhere (eg /usr/local/lib) it'll pick that up. See: http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=32 6 If that's your problem you can override -L by setting you LIBRARY_PATH environment variable. For what it's worth, what you're doing works on my Sol8/gcc-3.1 box: $ ./configure --with-ssl-dir=/opt/src/openssl-0.9.6d && mak...
2003 Jul 07
9
[Bug 613] sshd hanging
http://bugzilla.mindrot.org/show_bug.cgi?id=613 Summary: sshd hanging Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: airwin at inf.bme.hu On