search for: underlinked

Displaying 5 results from an estimated 5 matches for "underlinked".

Did you mean: underlined
2012 Oct 10
1
[PATCH] dovadm plugins underlinking
...ib10_doveadm_acl_plugin.so'. ... (complete list is found here: http://bugs.alpinelinux.org/issues/1274) I understand that those are "harmless" (at least as long as you dont use those plugins), and even if some dynamic linkers are forgiving, the doveadm plugin modules are technically underlinked. The lib10_doveadm_acl_plugin.so uses symbol acl_user_module: $ nm -D /usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so | grep acl_user_module U acl_user_module That symbol is defined in lib01_acl_plugin.so: $ nm -D /usr/lib/dovecot/lib01_acl_plugin.so | grep acl_user_module 0...
2011 May 05
1
getting 3.5.8 to compile with cups on redhat 5.3 or 6
...ups.h presence... yes checking for cups/cups.h... yes checking cups/language.h usability... yes checking cups/language.h presence... yes checking for cups/language.h... yes checking for httpConnect in -lcups... no configure: WARNING: your cups library doesn't link with -lcups alone, it might be underlinked. checking for httpConnectEncrypt in -lcups... no and on compile Compiling smbd/server.c Linking bin/smbd /usr/bin/ld: cannot find -lcups collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 I have tried with cups-1.3.11,1.4.2 and 1.4.6 I compile cups with -->./configure --prefix=/us...
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...does not reset the secure channel. * BUG 7658: Fix "dereferencing type-punned pointer will break strict-aliasing rules" warnings). * BUG 7665: Fix memory leak in netapi connection manager. o Bj?rn Jacke <bj at sernet.de> * BUG 7244: Fall back to cups-config for underlinked libs. * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat struct members. o Volker Lendecke <vl at samba.org> * BUG 7336: Enable idmap_passdb module build as shared. * BUG 7531: Fix the charset_pull routine. * BUG 7635: Fix 'smbclient -M'...
2010 Oct 08
3
[Announce] Samba 3.5.6 Available for Download
...does not reset the secure channel. * BUG 7658: Fix "dereferencing type-punned pointer will break strict-aliasing rules" warnings). * BUG 7665: Fix memory leak in netapi connection manager. o Bj?rn Jacke <bj at sernet.de> * BUG 7244: Fall back to cups-config for underlinked libs. * BUG 7474: Fix build on platforms without st_blocks and st_blksize stat struct members. o Volker Lendecke <vl at samba.org> * BUG 7336: Enable idmap_passdb module build as shared. * BUG 7531: Fix the charset_pull routine. * BUG 7635: Fix 'smbclient -M'...
2010 Sep 19
1
linking problems of dovecot 2.0.3
Hello, I'm currently packaging dovecot 2.0.3 under Mandriva Linux. It has been using LDFLAGS="-Wl,--as-needed -Wl,--no-undefined" for shared libraries for over two years[1]. And I've found there are lots of linking problems with dovecot 2.0.3. After some investigation, I've made small patch regarding dovecot 2.0.3, posted here: