Displaying 6 results from an estimated 6 matches for "sys_dlsym".
Did you mean:
sys_dl_sym
2004 Sep 24
1
Compilation error
...ba 3.0.7 (gzipped) from samba.org to RedHat Linux,
unzipper, and configured source.
I got the following error during compilation
Linking nsswitch/libnss_wins.so
lib/system.po: In function `sys_dlopen':
lib/system.po(.text+0xb37): undefined reference to `dlopen'
lib/system.po: In function `sys_dlsym':
lib/system.po(.text+0xb57): undefined reference to `dlsym'
lib/system.po: In function `sys_dlclose':
lib/system.po(.text+0xb74): undefined reference to `dlclose'
lib/system.po: In function `sys_dlerror':
lib/system.po(.text+0xb91): undefined reference to `dlerror'
lib/user...
2005 May 31
1
compile errors samba-3.0.15pre2 redhat 7.3
...and doing a make of samba-3.0.15pre2 it fails with the
following errors:
<snip>
Compiling libads/ads_status.c with -fPIC
Linking nsswitch/libnss_wins.so
lib/system.po: In function `sys_dlopen':
lib/system.po(.text+0xd71): undefined reference to `dlopen'
lib/system.po: In function `sys_dlsym':
lib/system.po(.text+0xd99): undefined reference to `dlsym'
lib/system.po: In function `sys_dlclose':
lib/system.po(.text+0xdbe): undefined reference to `dlclose'
lib/system.po: In function `sys_dlerror':
lib/system.po(.text+0xddc): undefined reference to `dlerror'
lib/user...
2004 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
...iling samba-3.0.7 on Redhat-7.2, stock kernel 2.4.26,
I get undefined references:
-------
Compiling libads/ads_status.c with -fPIC
Linking nsswitch/libnss_wins.so
lib/system.po: In function `sys_dlopen':
lib/system.po(.text+0xc17): undefined reference to `dlopen'
lib/system.po: In function `sys_dlsym':
lib/system.po(.text+0xc3b): undefined reference to `dlsym'
lib/system.po: In function `sys_dlclose':
lib/system.po(.text+0xc5c): undefined reference to `dlclose'
lib/system.po: In function `sys_dlerror':
lib/system.po(.text+0xc7a): undefined reference to `dlerror'
lib/user...
2004 Dec 30
0
Samba 3.0.10 on Red Hat AS 2.1
...t I got when compiling:
--snip, seems ok until there--
Compiling dynconfig.c with -fPIC
Linking shared library bin/pam_smbpass.so
Linking nsswitch/libnss_wins.so
lib/system.po: In function `sys_dlopen':
lib/system.po(.text+0xcb9): undefined reference to `dlopen'
lib/system.po: In function `sys_dlsym':
lib/system.po(.text+0xce1): undefined reference to `dlsym'
lib/system.po: In function `sys_dlclose':
lib/system.po(.text+0xd06): undefined reference to `dlclose'
lib/system.po: In function `sys_dlerror':
lib/system.po(.text+0xd24): undefined reference to `dlerror'
lib/user...
2004 Sep 24
0
[BULK] - Compilation error
...at Linux,
>unzipper, and configured source.
>I got the following error during compilation
>
>Linking nsswitch/libnss_wins.so
>lib/system.po: In function `sys_dlopen':
>lib/system.po(.text+0xb37): undefined reference to `dlopen'
>lib/system.po: In function `sys_dlsym':
>lib/system.po(.text+0xb57): undefined reference to `dlsym'
>lib/system.po: In function `sys_dlclose':
>lib/system.po(.text+0xb74): undefined reference to `dlclose'
>lib/system.po: In function `sys_dlerror':
>lib/system.po(.text+0xb91): undefined refer...
2003 Dec 01
0
No subject
...is correct, this is only compatible with Linux or other open UNIX-Like systems.
Bill Miller
William234@aol.com
--- vfs.c Mon Aug 6 15:40:06 2001
+++ vfs.c Mon Aug 6 15:41:02 2001
@@ -123,7 +123,7 @@
/* Get handle on vfs_init() symbol */
- init_fptr = (struct vfs_ops *(*)(int *))sys_dlsym(conn->dl_handle, "vfs_init");
+ init_fptr = (struct vfs_ops *(*)(int *))sys_dlsym(conn->dl_handle, "vfs_init_mod");
if (init_fptr == NULL) {
DEBUG(0, ("No vfs_init() symbol found in %s\n",
Return-Path: <gcarter@valinux.com>
Delivered-To: s...