Displaying 20 results from an estimated 1000 matches similar to: "Configure error: cant find test code"
2002 Oct 22
1
2.2.6 configure problems
[username@localhost source]# ./configure --with-fhs --prefix=/usr
--sysconfdir=/etc --with-privatedir=/etc/samba
--with-lockdir=/var/state/samba --localstatedir=/var --with-netatalk
--with-smbmount --with-pam --with-syslog --with-sambabook --with-utmp
--with-acl-support > ~/myconfig.out 2>&1
[username@localhost source]# cat ~/myconfig.out | grep acl
checking for sys/acl.h... yes
2003 Jun 19
1
smbwrapper/smbw.c does not compile (Error 1)
After discovering a bug in the SuSE Samba binary (2.2.7a and 2.2.8a)
which prevents some older DOS programs from creating files on a Samba
share, I downloaded and built Samba 2.2.8a from the sources. Everything
seems to work now (the old DOS programs are able to write to Samba
shares) with the exception of smbwrapper which causes the following
errors when Samba is built:
2002 Jun 24
1
problem compiling samba 2.2.5 on rh 7.3
Hello All,
While i was able to do a
./configure --prefix=/usr/local/samba --with-ldapsam
with no errors, i did encounter the ff when running
'make':
=======================================================
Script started on Tue Jun 25 11:52:59 2002
# make install
Using FLAGS = -O -O2 -march=i386 -mcpu=i686
-Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE64_SOURCE
2001 Nov 14
2
(no subject)
Greetings to you all,
I had a quick question that I was not able to find an answer for.
I am running Redhat 7.2 on i386 (Pentium III), and I am getting an error
when I try to compile the samba 2.2.2 source, and I get the following error:
Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE
2002 Jun 24
3
samba 2.2.5 don't compile with-smbwrapper and enable-cups params
Hello all.
I use:
# ./configure --prefix=/some/dir --enable-cups --with-smbwrapper ...
# make
...
...
Compiling smbwrapper/wrapped.c with -fPIC
Using LIBS = -lcups -lssl -lcrypto -lcrypt -lpam -lpopt
Linking shared library bin/smbwrapper.so
/usr/libexec/elf/ld: cannot find -lcups
*** Error code 1
Stop in /root/work/src/other/samba-2.2.5/source.
My system is FreeBSD 4.4-RELEASE
Please help.
2006 Nov 26
1
Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
Hi Arnaud,
Hi Scott,
Hi list,
Here is a patch to support the Zinto D from ONLINE USV-Systeme AG.
I already sent a version to Russell Kroll (2006-04-09), without no response
and I cannot find support for Zinto in svn until now.
I found a discussion on this list about the Xanto from ONLINE, but the Zinto
seems to use different commands.
The commands are quite similar to those for Opti-UPS, so I
2006 Sep 09
5
"locals" in render partial
Hi all,
I''m getting an error and I really don''t know why, because I seem to be
doing everything well..I pass "testvar" as a variable to render partial:
<%= render(:partial => "main/categorysmallitem", :collection =>
group_of_four, :locals => {:testvar=>"AA"})%>
But then, when I try to use testvar inside the partial, it
2014 Jun 13
1
Extracting data from density plots
I have a dataframe
df
with 3 columns. Details
of df are
as follows
> summary(df)
Date TestVar type
Min. :2002-05-10 00:00:00 Min. :-3.8531 Bottom: 313
1st Qu.:2005-05-09 12:00:00 1st Qu.:-0.7773 Other :2501
Median :2008-05-07 00:00:00 Median : 0.2482 Top : 313
Mean :2008-05-07 00:00:00 Mean : 0.1980
3rd Qu.:2011-05-05
2006 May 17
4
Variable Inheritance - Set in Child, Read by Parent
Here's what I'm doing:
1. I set __FOO=0 in the current context.
2. I use Dial() and the M(testvar) macro call.
3. The macro-testvar can see ${FOO} just fine.
4. the macro-testvar modifies FOO. I tried:
Set(__FOO=1)
Set(_FOO=1)
Set(FOO=1)
5. When the Dial()ed call hangs up, and the original context continues,
FOO is still 0.
2011 May 05
1
getting 3.5.8 to compile with cups on redhat 5.3 or 6
Hello,
I am trying to get samba-3.5.8 to compile with cups on a Red Hat 5.3 or 6.0. When I use the following configure command I see
./configure --with-winbind --with-pam --with-aio-support --enable-cups
checking for cups-config... /usr/sbin/cups-config
checking cups/cups.h usability... no
checking cups/cups.h presence... no
checking for cups/cups.h... no
checking cups/language.h usability... no
2007 Nov 21
2
I''m lost on exec
Hi
Can anyone tell me what''s wrong with this one.
Sorry I''m new and I just want to print some message to the the puppet
log on the client side.
---------------------------------------------------
$testvar = "Hello world!"
class mytest {
exec { "/bin/echo $testvar" }
}
I keep getting:
err: Could not parse; using old configuration: Syntax error at
2007 Sep 22
1
delta copies
I posted the other day about trying to determine why my backups seem not
to be doing this. I am trying to figure this out this weekend, I have
two files on a RAID0 FreeBSD file system using SATA drives. I do a
simple tar of /var twice and then rsync the two files only as a test, no
folders involved....trying to determine why the entire file is being
copied in its entirety and not synchronized
2008 Aug 26
1
environments
Hi there,
I try to understand the usage of environments but I'm not sure if I get it. I
wrote a test script like this:
testenv <- new.env(environment())
myfun <- function(x) {
print(testvar)
testenv$testvar_2 <- 20
}
environment(myfun) <- testenv
testenv$testvar <- 10
myfun("hello")
ls(envir = testenv)
Now, I was wondering if there is any way to create new
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
hi, i'm trying to package samba2.2.7 on a debian woody, using
--with-acl-support. the configure part seems ok, but when the compile
starts i get a lot of errors.. what's wrong? attached the sensitive part
of the dpkg-buildpackage output.
thanks
--
Francesco Mosca <askmosca@tin.it>
-------------- next part --------------
/usr/bin/make -C source all nsswitch/libnss_wins.so
make[1]:
2013 Jan 11
0
Error with looping through a list of strings as variables
Dear R users:
I have been trying to figure out how to include string variables in a for
loop to run multiple random forests with little success. The current code
returns the following error:
Error in trafo(data = data, numeric_trafo = numeric_trafo, factor_trafo =
factor_trafo, :
data class character is not supported
In addition: Warning message:
In storage.mode(RET@predict_trafo) <-
2006 Jan 31
4
Sos! "Lines" doesn't add plots to an existing plot...
I am lost:
> plot(testError, col="red")
> lines(testVar, col="black")
Only one plot (the red one) appear on the Window, the black line did not
appear...what's wrong?
Thanks a lot!
[[alternative HTML version deleted]]
2004 May 07
1
samba with ssl compilation failed
Hi,
I'm building samba-2.2.8a fro source with ssl support.
./configure --with-ssl is ok
But when I do a make:
[root@server source]# make
Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/ssl/include -O -Iinclude
-I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-DLOGFILEBASE="/usr/local/samba/var"
2002 May 10
0
Problems when compiling samba3.0alpha17
Hi,
i have problems with the compiling of samba3.0alpha17.
I use the following "configure-script" :
------------------------------------------------------
#!/bin/sh
make clean
autoconf
./configure \
--with-readline \
--with-acl-support \
--prefix=/usr/local/samba \
--with-smbwrapper \
--with-smbmount \
--with-pam \
--with-pam_smbpass \
--with-ldapsam \
--with-ssl \
--with-tdbsam
2013 Dec 17
1
"net getdomainsid" reporting "Could not fetch local SID" -- am I using this command appropriately?
Good evening,
Distro: ClearOS 6.3 (RHEL-derived with a distro-specific web
configuration tool for samba) I'm only about 90% sure it's version
6.3.
Samba version: 3.6.10-1.v6
Intended use: NT4-style PDC for Windows XP clients
Issue:
My distro's "add machine script" uses the output of "net getdomainsid"
to help populate the new machine account's sambaSID field
2013 Feb 23
2
Bug#701445: xcp-vncterm: ftbfs with eglibc-2.17
Package: src:xcp-vncterm
Version: 0.1-2
Severity: important
Tags: sid jessie
User: debian-glibc at lists.debian.org
Usertags: ftbfs-glibc-2.17
The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.
The test rebuild was done together with GCC-4.8, so some issues