similar to: help with configure

Displaying 20 results from an estimated 6000 matches similar to: "help with configure"

2013 Oct 27
2
numeric data being interpreted as a factor -trouble with reading data into a dataframe in R
Hello. trying to do one of the simplest actions -read in data into R. I don't know why the FBfollowers column is being read as a factor and also if I use as.numeric on it, it looks really strange and actually complety alters the data. I am attaching the data set here called ddd.csv I used data=read.csv("ddd.csv",header=TRUE) fb=data$FBfollowers fb fb=as.numeric(fb) fb Thnxs in
2002 Oct 07
1
Problem installing
Maybe not a problem, but all ./configure files work on my system from every kind of program. But Samba doesn't seem to do so. I'm starting ./configure file from the source directory so i think it should work then. downloaded the lastest version "stable" account "root" Thnxs in advance JW Verschoor Netherlands -------------- next part -------------- HTML attachment
2004 Mar 18
3
Trustix 2.1 & shorewall
I have upgraded to trustix 2.1 (kernel 2.4.25-2trfirewall), there is a problem with shorewall (both 1.4.10d and 2.0) and iptables 1.2.9-2tr when I start shorewall I have the following errror: iptables v.1.2.9: Unknown arg ''--icmp-type'' Try ''iptables -h'' or ''iptables --help'' for more information with trustix 2.0 (kernel 2.4.25-2trfirewall)
2003 Oct 16
2
Samba Installation Problem
I am trying to install samba 3.0.0 and getting below error when try to run ./configure… Please advise. Thanks. #pwd /usr/local/src/samba/3.0.0/source <<<<<<<<<<<<Is this correct place to run .configure ? # ./configure checking for gcc…..no checking for cc……no checking for cc……no checking for c1…….no configuration errror : no acceptable c compiler found in
2007 Jul 15
2
upgrade my open ssl
Dear All, I have centos 4.5 final and when i installed it there is a openssl version openssl-0.9.7a-43.16 .. i need to upgrade it to openssl 0.9.8 .. also when i try to uninstall it it gives me a failed dependency errror actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my sendmail was restatered compalined saying libssl.so.4 missing or error actually i found that thaere was
2005 Oct 20
2
Large IMAP operations tend to timeout and cause problems?
Hello all! I have moved from Courier-IMAP to Dovecot some month ago. It is quite stable on everyday use (1.0alpha4) but it has constant problems with large IMAP/SSL operations. We use Maildir format. For example if I select 400 messages, mark them deleted and use "purge command" in Thunderbird (to actually delete them) TB starts to do something and runs and runs and runs....Then I
2010 Jan 22
3
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Hello All I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial (Release 2.6 version). I found some minir docu-bugs and added them to Bugzilla. However, Now I found a show-stopper for me, the toy (v4) demo does build, but does crash, on any input. Even a simpe ';'! Looking into the (demo-code) found the that the JIT can't be build/ created,/loaded/... Which
2013 May 09
4
[LLVMdev] gcc 4.8.x dragonegg support
On Wed, May 08, 2013 at 06:53:05AM -0700, Peter Collingbourne wrote: > On Wed, May 08, 2013 at 09:25:55AM -0400, Jack Howarth wrote: > > Duncan, > > I was wondering if you plan on supporting the build of dragonegg under gcc 4.8.1svn > > for the llvm 3.3 release? Is the deprecation and poisoning of IDENT_ASM_OP too problematic > > to work around without some
2006 Mar 22
1
Capistrano - run command
Man, I can''t wait to get my hands on the capistrano book when it comes out :-). I have the following task in capistrano.rake (any task in deploy.rb just does not want to be called) ========= desc "Restarts the lighttpd server" task :restart_server do run "/users/home/jkopanas/bin/lighttpdctrl restart" end ========= When I run rake restart_server I get the
2004 Oct 21
1
Ads_connect: Server not found in Kerberos database
I am trying to configure Samba 3.0.6 on Solaris 8 and I am receiving this errror: Utils/net_ads.c:ads_startup(183) Ads_connect: Server not found in Kerberos database Here is a copy of the krb5.conf file: [libdefaults] ticket_lifetime = 600 default_realm = BROOKS.COM kdc_req_checksum_type = 2 checksum_type = 2 ccache_type = 1 default_tkt_enctypes = des-cbc-crc
2007 May 11
1
Anova
Doea anyone know how to compute components of variance analysis? For example, I have the score of pupils on a test. Each pupil belongs to a school and within each school I may have several classes? How can I estimate the variance of the pupils, schools, classes and the errror variance? Any examples? Any help will be appreciated. Jason Dr. Iasonas Lamprianou Department of Education The
2018 Feb 23
1
Error IPV6_V6ONLY
When I run gluster v heal datastore full errror into log is gfapi: Error disabling sockopt IPV6_V6ONLY The brick are up. Version is 3.13.2 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180223/44c58392/attachment.html>
2008 Jun 28
2
Team Fortress 2 gaminfo.txt
Hello, I'm trying to run Team Fortress 2 on Linux using Wine 1.0. I tried starting the game from Steam, but it shows the loading TF2 window, then closes and never starts the game. I know the game isn't supposed to run on Linux, but I have a question about gameinfo.txt. I tried starting hl2.exe in: /.wine/drive_c/Program Files/steam/steamapps\*user*\team fortress 2 folder, but it said I
2002 Oct 12
1
auth problem
hi, im facing this problem: Fatal: can't listen in UNIX socket /var/rin/dovecot/login/ /usr/lib/dovecot/imap-login: No such file or directory Errror: child xxxxx (auth) returned error 98 any idea? - bini
2005 Sep 01
1
R CMD BATCH on scripts without trailing newline
If the last line of an R script does not have a trailing newline, a small errror is produced at the end of the script. Small example. If file eg.r contains one line: getwd() and there is no newline after the closing paren $ R CMD BATCH eg.r produces an error: $ cat eg.r.Rout R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.1 Patched (2005-09-01), ISBN 3-900051-07-0
2003 Dec 18
1
Collapsing Arrays/Lists to scalar values
This is probably an easy question. I want to join the elements of a list/array into a single scalar value. How can I do this? More Background: I have sql queries stored in external flat text files. When I read these queries into R using the normal functions, I get a list where each line is an element in the list. When I try to pass this to the appropriate RODBC function, I get an errror.
2011 Feb 15
1
Cannot allocate memory block
Hi, I'm using the latest version of 64-bit R for Windows: R x64 2.12.1 I'm using it because I currently need to do hierarchical clustering on a very large object (too big for MATLAB, which I normally use). When I try to cluster my distance matrix d (obtained using dist on my design matrix): hc <- hclust(d, method = 'average') I get an errror: Error in hclust(d, method =
1998 Apr 17
1
Using "host" works, but not "host.domain.com"????
Hi - I set up samba 1.9.18p4 on Solaris 2.6 and have things working for the most part. One strange thing though. One a Win95 client when I type: net use g: \\host\philip I connect just fine, but when I type: net use g: \\host.domain.com\philip I get the following errror: Error 53: The computer name specified in the network path cannot be located. Make sure you are specifying the computer
2010 Jan 22
0
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
On Fri, Jan 22, 2010 at 1:56 PM, ALbert Mietus <albert at ons-huis.net> wrote: > Hello All > > I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial > (Release 2.6 version). > I found some minir docu-bugs and added them to Bugzilla. > > However, Now I found a show-stopper for me, the toy (v4) demo does > build, but does crash, on any input. Even a
2009 Aug 31
3
Getting this error
HI friends, After updating ruby 1.8 to ruby1.9.1.......& on firing script/server to start a server, I am getting the following errror..... /home/HUNT/WEBlog/config/boot.rb:86:in `load_rubygems'': undefined method `>='' for nil:NilClass (NoMethodError) from /home/HUNT/WEBlog/config/boot.rb:52:in `load_initializer'' from /home/HUNT/WEBlog/config/boot.rb:38:in