http://bugzilla.mindrot.org/show_bug.cgi?id=622 Summary: Problem with configuring Product: Portable OpenSSH Version: 3.6.1p2 Platform: Other OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: p.szumny at bwm.com.pl Problem during configuring (AIX 4.3.3, maintenance level 11; IBM C and C++ Compilers version 3.6.6.0): $ ./configure --sysconfdir=/etc/ssh --with-cflags=-qmaxmem=-1 --with-xauth=/usr/bin/X11/xauth --with-prngd-socket=/dev/egd-pool --with-ipv4-default --with-pid-dir=/var/tmp Configure script failed during checking IBM Complier version (cc --version, cc -v, etc.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=622 ------- Additional Comments From p.szumny at bwm.com.pl 2003-07-30 01:39 ------- Created an attachment (id=364) --> (http://bugzilla.mindrot.org/attachment.cgi?id=364&action=view) Log from configuring ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=622 ------- Additional Comments From dtucker at zip.com.au 2003-07-30 14:07 ------- This appears to be the problem: configure:1735: ./a.out Could not load program ./a.out: Dependent module libc.a(shr.o) could not be loaded. Could not load module libc.a(shr.o). I'm not sure what would cause that. Can you compile a simple C program? Check the LIBPATH and LIBRARY_PATH environment variables and if they are set make sure they contain /usr/lib. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=622 p.szumny at bwm.com.pl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From p.szumny at bwm.com.pl 2003-07-30 17:41 ------- I add /usr/lib to LIBPATH and now works fine. Thanks a lot. Piotrek ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.