Bug 3717 - AIX libs extension may not be .po
Summary: AIX libs extension may not be .po
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.0.22
Hardware: Other AIX
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
: 3102 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-24 09:27 UTC by Björn Jacke
Modified: 2006-06-30 04:06 UTC (History)
1 user (show)

See Also:


Attachments
patch for configure.in (412 bytes, patch)
2006-04-24 09:28 UTC, Björn Jacke
no flags Details
patch to correct pic extension (555 bytes, patch)
2006-06-17 10:52 UTC, Björn Jacke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Jacke 2006-04-24 09:27:45 UTC
The attached patch defines SHLIBEXT and PICSUFFIX to be "a", not "po" on AIX, which is the most common one. ("so" is also allowed for shared libs but this seems to be less common)
Comment 1 Björn Jacke 2006-04-24 09:28:46 UTC
Created attachment 1873 [details]
patch for configure.in
Comment 2 Björn Jacke 2006-04-24 10:38:52 UTC
*** Bug 3102 has been marked as a duplicate of this bug. ***
Comment 3 Björn Jacke 2006-06-17 10:52:50 UTC
Created attachment 1967 [details]
patch to correct pic extension

this patch now just corrects PICSUFFIX, sets it to "o". On AIX shlibs are mostly archived in .a archives but that is not mandatory. We should stay with .so and not mess around with putting them into .a files for now.
Comment 4 Björn Jacke 2006-06-30 04:06:39 UTC
finally we now set pic extension to po.o