Bug 622 - Problem with configuring
Summary: Problem with configuring
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 3.6.1p2
Hardware: Other AIX
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-30 01:34 AEST by Piotr Szumny
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments
Log from configuring (79.68 KB, text/plain)
2003-07-30 01:39 AEST, Piotr Szumny
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Szumny 2003-07-30 01:34:57 AEST
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.)
Comment 1 Piotr Szumny 2003-07-30 01:39:33 AEST
Created attachment 364 [details]
Log from configuring
Comment 2 Darren Tucker 2003-07-30 14:07:34 AEST
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.
Comment 3 Piotr Szumny 2003-07-30 17:41:16 AEST
I add /usr/lib to LIBPATH and now works fine. Thanks a lot.
Piotrek
Comment 4 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED