Bug #16478 | HP-UX 11.11: configure should not check for libcrypt | ||
---|---|---|---|
Submitted: | 13 Jan 2006 10:59 | Modified: | 7 May 2006 3:12 |
Reporter: | François Laupretre | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
Version: | 5.0.18 | OS: | HP/UX (HP-UX 11.11) |
Assigned to: | Kent Boortz | CPU Architecture: | Any |
[13 Jan 2006 10:59]
François Laupretre
[13 Jan 2006 16:43]
François Laupretre
postgres' configure is using a macro which seems perfect to detect wether we need '-lcrypt' to get crypt(). It is an autoconf standard macro : AC_SEARCH_LIBS(crypt,crypt)
[21 Jan 2006 16:57]
Valeriy Kravchuk
Thank you for the detailed bug report. Verified just as described on our hpux11. In particular: 1. Extract 5.0.18 and cd into the root directory 2. run ./configure 3. Then: mysql-5.0.18> grep -n 'checking for crypt' config.log 2125:configure:23596: checking for crypt.h 3308:configure:24692: checking for crypt in -lcrypt 3317:configure:24765: checking for crypt mysql-5.0.18> uname -a HP-UX hpux11 B.11.11 U 9000/800 807910656 unlimited-user license 4. make, make install and check.
[21 Jan 2006 17:01]
Valeriy Kravchuk
Changed category to a more appropriate one. Thank you for a valuable suggestion also!
[5 Apr 2006 22:45]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/4529
[7 May 2006 3:12]
Kent Boortz
This is corrected in 4.1.19, and will be in 5.0.22 and 5.1.10