Skip to main content.

2003-Mar-31

I was receiving "groupadd: PAM authentication failed". So I changed /etc/pam.d/other to:

auth sufficient /lib/security/pam_rootok.so
auth     required       pam_unix.so
account  required      pam_permit.so
#password required       pam_unix.so
session  required       pam_unix.so
(But I think, that maybe that is wrong configuration file. There is probably one specific for useradd and groupadd.)

I had last built and install ORBit-0.5.15nb2 under Linux at the end of November. Building it now fails:

giop-msg-buffer.c:213: `IOV_MAX' undeclared (first use in this function)
I see that the patch-an was changed for this in January. IOV_MAX is defined on this system in GLIBC's /usr/include/bits/stdio_lim.h. Send-pr: pkg/20969: net/ORBit/patches/patch-an needs IOV_MAX defined. (markd closed on 15/Sep/2003; he said revision 1.4 of patch-an should have fixed this, only uses IOV_MAX on NetBSD.)

pkgsrc/databases/openldap needs a database (at least maybe under Linux). It fails with:

configure: warning: could not find suitable LDBM backend
My workaround was to simply make sure buildlink2 for db was used. Send-pr: pkg/20972: databases/openldap needs a database buildlink2. (PR closed on 18/Sep/2003; openldap package updated by markd.)

In regards to PR 19860, I was able to get openmotif to build and install under Linux. I did have to install a Berkeley Yacc, because of known problem with bison. (I build a devel/byacc package.)