Bug 4496 - ./configure ended with an error-message
Summary: ./configure ended with an error-message
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: x86 Linux
: P1 normal
Target Milestone: 3.0.25
Assignee: Stefan Metzmacher
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 00:44 UTC by Holger Hornung
Modified: 2007-04-10 11:06 UTC (History)
0 users

See Also:


Attachments
output of ./configure --with-smbmount (301.41 KB, application/octet-stream)
2007-04-10 00:49 UTC, Holger Hornung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hornung 2007-04-10 00:44:35 UTC
...
checking for setnetgrent... no
configure: error: Required function not found

samba-3.0.24 was installed without any errors

System: Linux version 2.6.16.27 (gcc version 3.4.4 20050314 (prerelease) (Debian 3.4.3-13)) #1 Tue Aug 29 13:59:47 CEST 2006

uclibc: 0.9.28
Comment 1 Holger Hornung 2007-04-10 00:49:13 UTC
Created attachment 2362 [details]
output of ./configure --with-smbmount
Comment 2 Gerald (Jerry) Carter (dead mail address) 2007-04-10 09:14:15 UTC
This is caused by the inclusion of lib/replace/libreplace.m4:

AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],,
                           [AC_MSG_ERROR([Required function not found])])

Passing off to metze.
Comment 3 Stefan Metzmacher 2007-04-10 11:06:18 UTC
should be fixed with revision 22150