[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2011-01-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

Damien Miller d...@mindrot.org changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #7 from Damien Miller d...@mindrot.org 2011-01-24 12:33:57 EST ---
Move resolved bugs to CLOSED after 5.7 release

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2010-04-22 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 CC||dtuc...@zip.com.au
 Blocks||1708

--- Comment #4 from Darren Tucker dtuc...@zip.com.au 2010-04-23 11:07:03 EST 
---
if that's what openssl does by default (and it looks like it does) then
configure should be able to handle that case.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2010-04-22 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

--- Comment #5 from Darren Tucker dtuc...@zip.com.au 2010-04-23 11:09:47 EST 
---
Created an attachment (id=1841)
 -- (https://bugzilla.mindrot.org/attachment.cgi?id=1841)
openssh-ssl-lib64.patch

Check for the existence of a lib64 directory in the openssl install
dir.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2010-04-22 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

Darren Tucker dtuc...@zip.com.au changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Darren Tucker dtuc...@zip.com.au 2010-04-23 11:12:35 EST 
---
Patch has been committed and will be in the 5.6p1 release. Thanks for
the report.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2010-04-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

sebastian.wenz...@hp.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #2 from sebastian.wenz...@hp.com 2010-04-14 17:14:40 EST ---
(In reply to comment #1)
 cflags are compilation flags. I think you want:
 LDFLAGS=-L/app/openssl/1.0.0/LMWP2/lib64 ./configure ...
 or
 ./configure --ldflags=-L/app/openssl/1.0.0/LMWP2/lib64 ...

Hi,

configure --help|grep ldflags
shows --with-ldflags not --ldflags

--with-ldflags=-L/app/openssl/1.0.0/LMWP2/lib64 resolves the issue
BUT openssh should look for the libraries in opensslrootdir/lib64 too,
if this is the default library installation path of openssl 1.0.0 for
an amd64 system.
Why isnt LD_LIBRARY_PATH(LD_RUN_PATH) honored either?

BR
Sebastian

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1756] 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag

2010-04-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1756

--- Comment #3 from sebastian.wenz...@hp.com 2010-04-14 17:16:52 EST ---
(In reply to comment #1)
 cflags are compilation flags. I think you want:
 LDFLAGS=-L/app/openssl/1.0.0/LMWP2/lib64 ./configure ...
 or
 ./configure --ldflags=-L/app/openssl/1.0.0/LMWP2/lib64 ...

Hi,

configure --help|grep ldflags
shows --with-ldflags not --ldflags

--with-ldflags=-L/app/openssl/1.0.0/LMWP2/lib64 resolves the issue
BUT openssh should look for the libraries in opensslrootdir/lib64 too,
if this is the default library installation path of openssl 1.0.0 for
an amd64 system.
Why isnt LD_LIBRARY_PATH(LD_RUN_PATH) honored either?

BR
Sebastian

---
./configure --with-ssl-dir=/app/openssl/1.0.0/LMWP2
...
checking OpenSSL header version... 100f (OpenSSL 1.0.0 29 Mar 2010)
checking OpenSSL library version... 90801f (OpenSSL 0.9.8a 11 Oct 2005)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your library. Check
config.log for details.
If you are sure your installation is consistent, you can disable the
check by running ./configure --without-openssl-header-check.
Also see contrib/findssl.sh for help identifying header/library
mismatches.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs