search for: objlist

Displaying 17 results from an estimated 17 matches for "objlist".

2002 Jul 19
1
Re RGui and object browser
...is.factor(get(Object.Name[[i]]))){ Object.Type[[i]] <- c("factor") Variables[[i]] <- c("1") Observations[[i]] <- as.character(length(get(Object.Name[[i]]))) } if(is.function(get(Object.Name[[i]]))) Object.Type[[i]] <- c("function") } objList <- data.frame(Object.Name,Object.Mode,Object.Type,Observations,Variables) if(mode != "any") objList <- objList[objList[["Object.Mode"]] == mode,] if(type != "any") objList <- objList[objList[["Object.Type"]] == type,] return(objList) } B...
2005 Feb 19
1
Samba with ADS
...; OpenSSL 0.9.7e 4> OpenLDAP I started by trying to make MIT Kerberos. CC=gcc CPPFLAGS='-D__EXTENSIONS__' CFLAGS='-m64' ./configure configured it but when I try make I get .. ************************************************** building shared krb5support library (0.0) set -x; objlist=`set -x && perl -p -e '$e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.SH` && gcc -shared -h libkrb5support.so.0 -o libkrb5support.so.0.0 $objlist -R/usr/local/lib -lresolv -lsocket -lnsl + set -x + perl -p -e $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s...
2002 Jul 12
2
R GUI and object browser
>Date: Fri, 12 Jul 2002 08:35:26 -0700 (PDT) >From: Thomas Lumley <tlumley at u.washington.edu> >To: Patrick Connolly <p.connolly at hortresearch.co.nz> >cc: R-help <r-help at stat.math.ethz.ch> >Subject: Re: [R] R GUI and object browser >MIME-Version: 1.0 > >On Fri, 12 Jul 2002, Patrick Connolly wrote: >> >> >> I wrote my function some
2018 Jun 18
2
Building rpcclient statically linked?
I have Googled around looking for the magic configure to waf incantation to get this accomplished but nothing seems to work. Does anyone know how to build rpcclient statically linked? Or all binaries statically linked? Thanks! -aps
2020 Aug 03
1
Statically build smbd and smbstatus
Hi Team, While building smbd and smbstatus statically I am getting below error (using make). *ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist']* *Environment Details:* Machine: Ubuntu 18.04 Samba Version: 4.11.6 *My Makefile excerpt:* ./configure --with-logfilebase=/var/log \ --disable-rpath --prefix=/opt/r1soft/r1samba --disable-python --without-ad-dc \ --without-json --disable-cups --without-libarch...
2018 Jun 18
2
Building rpcclient statically linked?
On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > Small addendum, I did try: > > ./configure --nonshared-binary=ALL > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] > > This is CentOS 7.5. > > -aps Building more than smbd and smbtorture nonshared is simply not tested. The configure incantation for those is --nonshared- binary=smbtorture,smbd/smbd You can try --nonshared-binary=rpcclient but I suspect it will...
2004 Jun 20
9
A way to list only variables or functions?
I am curious if there is any way to list only variables or functions in current environment, rather than listing all objects? Thanks. -- Daehyok Shin (Peter) Geography Department Univ. of North Carolina-Chapel Hill
2004 Jun 20
9
A way to list only variables or functions?
I am curious if there is any way to list only variables or functions in current environment, rather than listing all objects? Thanks. -- Daehyok Shin (Peter) Geography Department Univ. of North Carolina-Chapel Hill
2014 Jan 31
1
Building WMIC
..._build: bld.RECURSE('lib/wmi') This results in a build error: # make WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba-4.1.4/bin' Selected embedded Heimdal build Checking project rules ... Unknown dependency 'samba-config' in 'pywmi.objlist' I messed around with the wmi wscript_build file but the best I could do was get a compiler error about missing headers. Should I expect this code to be buildable at all? -- Darrin
2018 Jun 18
0
Building rpcclient statically linked?
...On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > > Small addendum, I did try: > > > > ./configure --nonshared-binary=ALL > > > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] > > > > This is CentOS 7.5. > > > > -aps > > Building more than smbd and smbtorture nonshared is simply not tested. > > The configure incantation for those is --nonshared- > binary=smbtorture,smbd/smbd > This is what I f...
2018 Jun 18
2
Building rpcclient statically linked?
...:35 -0400, pisymbol via samba wrote: >> > Small addendum, I did try: >> > >> > ./configure --nonshared-binary=ALL >> > >> > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of >> > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] >> > >> > This is CentOS 7.5. >> > >> > -aps >> >> Building more than smbd and smbtorture nonshared is simply not tested. >> >> The configure incantation for those is --nonshared- >> binary=smbtortu...
2017 Feb 21
1
Samba compile
...'t getting far and stops right away with WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/var/home/root/samba-4.5.5/bin' Selected system MIT krb5 libraries, Heimdal use is disabled Checking project rules ... Unknown dependency 'kdc' in 'service_kdc.objlist' Makefile:8: recipe for target 'all' failed I didn't find any hints about that unknown dependency and I don't really have a clue right now Does anybody know more? Kind regards Pascal
2022 May 02
1
[Announce] Samba 4.16.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14831: Share and server swapped in smbget password prompt. ?? * BUG 15022: Durable handles won't reconnect if the leased file is written ???? to. ?? * BUG 15023: rmdir silently
2022 May 02
1
[Announce] Samba 4.16.1 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.16 release series. Changes since 4.16.0 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 14831: Share and server swapped in smbget password prompt. ?? * BUG 15022: Durable handles won't reconnect if the leased file is written ???? to. ?? * BUG 15023: rmdir silently
2020 Aug 03
3
Error compiling samba server in MacOS
...er_1.o,lock_1.o,maxfid_1.o,maxwrite_1.o,notify_1.o,notify_disabled_1.o,oplock_1.o,read_1.o,rename_1.o,replay_1.o,scan_1.o,session_1.o,setinfo_1.o,sharemode_1.o,smb2_1.o,streams_1.o,util_1.o,popt_common_4.o,libnetapi_1.o,libnetapi_user_1.o,libnetapi_group_1.o,libnetapi_server_1.o,echo_1.o,smbtorture.objlist.empty_32.o,domaindfs_12.o,common_12.o,popt_credentials_5.o,ndr_frsapi_c_128.o,libnet_24.o,utils_24.o,userinfo_24.o,userman_24.o,groupinfo_24.o,groupman_24.o,domain_24.o,libnet_lookup_24.o,libnet_user_24.o,libnet_group_24.o,libnet_share_24.o,libnet_rpc_24.o,libnet_domain_24.o,libnet_BecomeDC_24.o,nd...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.16 release series. Please read the release notes carefully before upgrading. NEW FEATURES/CHANGES ==================== New samba-dcerpcd binary to provide DCERPC in the member server setup --------------------------------------------------------------------- In order to make it much easier to break out
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.16 release series. Please read the release notes carefully before upgrading. NEW FEATURES/CHANGES ==================== New samba-dcerpcd binary to provide DCERPC in the member server setup --------------------------------------------------------------------- In order to make it much easier to break out