From: Fredrik P. <pe...@no...> - 2013-03-16 18:09:02
|
Hi Greg, On Mar 16, 2013, at 18:18 , Greg Troxel <gd...@ir...> wrote: > I'm trying to update pkgsrc to 0.13.0, and got the following error: > > checking for dlopen in -ldl... no > configure: error: libdl required > *** Error code 1 > > Stop. > make: stopped in /u0/n0/gdt/NetBSD-current/pkgsrc/security/opensc > *** Error code 1 > > Stop. > make: stopped in /usr/pkgsrc/security/opensc > > I have never seen a "libdl" on *BSD. There is libtool's variant, which > was already visible to the build (same as in the 0.12.2 package); There is a solution for that in NetBSD/pkgsrc (see "./mk/dlopen.buildlink3.mk") The other problem we have then compiling on NetBSD is that OpenSC wouldn't compile without threads. (I didn't manage to find a good solution for that, at least…) Re, /P |