bug-glibc
[Top][All Lists]
Advanced

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

[patch] unresolved symbols __niserr2nss_*


From: Theo Nolte
Subject: [patch] unresolved symbols __niserr2nss_*
Date: Sun, 29 Apr 2001 03:58:07 +0200
User-agent: Mutt/1.2.5i

When installing glibc-2.2.3, the script test-installation.pl
complained about two unresolved symbols: __niserr2nss_count
and __niserr2nss_tab.

To make libnss_nisplus.so export those symbols, I had to apply
the following patch:

--- glibc-2.2.3/nis/Versions-dist       Sun Apr 29 01:10:21 2001
+++ glibc-2.2.3/nis/Versions    Sun Apr 29 01:11:27 2001
@@ -127,5 +127,6 @@
     _nss_nisplus_setnetent; _nss_nisplus_setnetgrent; _nss_nisplus_setprotoent;
     _nss_nisplus_setpwent; _nss_nisplus_setrpcent; _nss_nisplus_setservent;
     _nss_nisplus_setspent;
+    __niserr2nss_count; __niserr2nss_tab;
   }
 }

Regards, Theo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]