tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bumping shlib majors



Replying to myself:

> If a sipmle grep for LIBDPLIBS is trustworthy, this should
> affect:

It apparently wasn't -- well, it's probably trustworthy but not
comprehensive, as it appears some PAM modules now need their
majors bupmed as well:

dependall ===> lib/libpam/modules/pam_radius
      build  pam_radius/libpam_radius.so.0.0
dependall ===> lib/libpam/modules/pam_rhosts
dependall ===> lib/libpam/modules/pam_rootok
dependall ===> lib/libpam/modules/pam_securetty
dependall ===> lib/libpam/modules/pam_self
dependall ===> lib/libpam/modules/pam_unix
dependall ===> lib/libpam/modules/pam_skey
dependall ===> lib/libpam/modules/pam_afslog
      build  pam_afslog/libpam_afslog.so.0.0
dependall ===> lib/libpam/modules/pam_krb5
      build  pam_krb5/libpam_krb5.so.0.0
dependall ===> lib/libpam/modules/pam_ksu
      build  pam_ksu/libpam_ksu.so.0.0
dependall ===> lib/libpam/modules/pam_ssh
      build  pam_ssh/libpam_ssh.so.0.0
dependall ===> lib/libpam/libpam
install ===> lib

It appears that the libpam and the libpam modules share a common
major number, ref. lib/libpam/Makefile.inc, so they all need to
be bumped as well.

(I now have diffs for all these bumps in my tree, waiting for
build completion verification.)

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index