https://bugzilla.mindrot.org/show_bug.cgi?id=1672
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|5.3p1 |5.8p2 --- Comment #4 from [email protected] 2011-06-28 00:25:25 EST --- (In reply to comment #3) > I've been trying to path OpenSSH 5.3p1 with the patch that can be found > in dnssec-tools 1.8. During the final step, when I issue 'sudo make > install' for OpenSSH, I always get the error that the shared library ' > libsres.so.9' can't be found. > > I've run the configure script for OpenSSH with the following > parameters: > './configure --with-local-dnssec-validation > --with-ldflags=-L/usr/local/lib/ --prefix=/usr/bin > --sysconfdir=/etc/ssh' > > The library he tries to find can be found in '/usr/local/lib', so I > don't know what I'm doing wrong here. > > Does anyone of you have a clue? Maybe /usr/local/lib isn't in the search path for ld? Try adding it to /etc/ld.so.conf. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
