| Summary: | Problem with configuring | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Piotr Szumny <p.szumny> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | 3.6.1p2 | ||||||
| Hardware: | Other | ||||||
| OS: | AIX | ||||||
| Attachments: |
|
||||||
|
Description
Piotr Szumny
2003-07-30 01:34:57 AEST
Created attachment 364 [details]
Log from configuring
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.
I add /usr/lib to LIBPATH and now works fine. Thanks a lot. Piotrek Mass change of RESOLVED bugs to CLOSED |