similar to: OH323-COMPILE

Displaying 20 results from an estimated 300 matches similar to: "OH323-COMPILE"

2002 Mar 03
1
AD3000Edit and Runtime error 216
Hello I have since about 2 weeks a problem with programm AD3000Edit from Wolfgang Litzinger. It is a verry simple programm without using of windoze registry. This was the first app which I have run succsefully with Wine for over 2 Years without any probs. App write: Runtime eroor 216 at 00002DE8 err:font:AddFontFileToList Unable to load font file
2009 Oct 22
1
S4 object??
Hi all,   I have loaded the LIMMA and Biobase package and tried these commands:   library(limma) library("Biobase") data <- read.table("c:/temp/data.txt",header=T,row.names=1) ExpressionData <- as.matrix(data[,c(2,3,4,6,7,8)]) eset <- new("ExpressionSet", exprs = ExpressionData) design <- cbind(WT=1,P=c(0,1,1,0,1,1),G=c(0,1,0,0,1,0)) fit <-
2011 Mar 02
4
Contingency table in R
Hi, I have a table in R with data I needed and need to create a contingency table out of it. The table I have so far looks like this: Binger r DietType No Yes Dangerous 15 12 Healthy 52 9 None 134 24 Unhealthy 72 23 These are the error messages that I keep getting whenever I try to get a contingency table. I'm not sure why it won't work
2004 Jun 16
1
asterisk/netmeeting works, asterisk/ohphone doesn't?
I've been banging my head on this one for a few days and am quite stuck. I've got a gatekeeper running and everything works there. Netmeeting works calling other netmeeting clients. Netmeeting calling asterisk connects, but netmeeting can't generate the signals to make the demo do anything other than talk. But connection from ohphone always disconnects straight away. I can't seem
2005 Feb 20
2
Asterisk H323 support
Hi, anybody knows what's missing or problem why i cant compile asterisk-oh323 in my machine? i got this compiled successfully ...Openh323 - v1.12.2 ...pwlib - v1.5.2 except ...asterisk-oh323 - v0.6.5 here's the output as i run make... mkoy@sambag:~/voip/asterisk-oh323-0.6.5$ make for x in wrapper asterisk-driver; do make -C $x build || exit 1 ; done make[1]: Entering directory
2012 Jan 12
2
Request for obfuscating the handshake
Dear OpenSSH team, First of all thanks a lot for your good work on developing such a usable peace of software. Nice job. As you may know, we have some issues using OpenSSH in Iran. Recently the government did some packet filtering on some protocols, including SSH. We don't know what exactly they've done but it appears to be some routing rule that prevents SSH protocol to initiate a
2003 Dec 08
2
chan_h323 readme file
Hello I am getting ready to install chan_h323. Just updated my * with the latest code from CVS (12/08/03). I was reading the Readme file and confused. Quoted from the README NOTICE: Whatever you do, DO NOT USE distrubution specific installs of Open H.323 and PWLib. In fact you should check to make sure your distro didn't install them for you without your knowledge. Check everything out of
2009 Jul 01
2
Revolutions blog: June roundup
I write about R every weekday at http://blog.revolution-computing.com . In case you missed them, here are some articles from last month of particular interest to R users. http://bit.ly/tygLz announced the release of the "foreach" and "iterators" packages on CRAN, for simple scalable parallel programming in R. http://bit.ly/FDS67 linked to Thomas Levin's Joy-Division-esque
2006 Feb 08
2
How to install RailsCron?
Hi, I would like to start running a background procedure once a user logs in to his account on the website. For this I am considering using the RailsCron object. However, I am not able to download it. I am new to Rails. Can someone give me the excat command I should use to get RailsCron? Can someone suggest a better way of running a procedure in the background? Thanks -Yash -- Posted via
2004 Apr 20
1
asterisk/oh323 segfaults
Dear List, I've compiled asterisk (both 0.9.0 and the CVS-04/19/04 source trees). I'm using the oh323 channel driver version 0.5.10, OpenH323 v1.12.2, PWlib v1.5.2 When run on a RedHat 9 system, I am constantly getting seg faults. This happens even when I tried removing the oh323 channel driver, so it appears to be something with asterisk. I get crashes either when attempting to
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk. [chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory Aug 10 09:09:18 WARNING[7824]:
2003 Jan 15
1
Newbie question - does it work with Sun Cobalt RaQ550?
Hi, I'd like to know if RSYNC work on a Sun Cobalt RaQ550. Does someone trid it? If yes, please let me know if I can take contact with you. Stephane -------------- next part -------------- HTML attachment scrubbed and removed
2003 Jan 20
2
Client with tinc
Hi! They have in my university a Cisco VPN solution. Unfortunatelly, if you are cuban, irakian, iranian or a couple of other nationalities, you are not able to use it (sic...). I would like to study the possibility to install tinc as client. I've read that "There is no real distinction between a server and a client in tinc". Would tinc work as a client with the Cisco VPN? Of
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
Hi, all: I want to check small files' property(such as date, path, and so on) frequently. The files are stored in netwrok driver and their sizes vary from 2KB to 5KB. I found that Windows 2K outperform Linux/Samba very much after I campared the bench results. I am very confused about it and who can explain it? The computers' configurations are as follows: 1. PC Client It
2004 Dec 14
10
Icecast 2.2.0 RC1 Announcement
Just wanted to let everyone know that we are prepping for a 2.2.0 release of icecast. Just as before, we are doing Release candidates first, and if no bugs are reported, these will become the official release. We ask that anyone that can, please test the RC and send any issues or bug-reports to the mailing list or http://trac.xiph.org/ until the mirrors get updated, please download the release
2004 Nov 29
3
chan_oh323.o
I have asterisk version 1.0.0,have comipled pwlib version 1.5.2 ;and openh323 version 1.12.2.When I try to build asterisk-oh323 version 0.5.9 or 0.5.10 ,I get the following error : make[1]: *** [chan_oh323.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk-oh323-0.6.2/asterisk-driver' make: *** [subdirs_all] Error 1 I thought that there might be some linking problem,so I searched
2006 Jun 07
1
bdb xml
Anybody have any pointers for using BDB XML and Ruby on Rails? I am developing on Windows XP pro.. I have installed Berkeley DB XML on my system I have tried gem install rdbxml - this failed at first due to no nmake I then installed nmake from the Windows support site. Now when I run gem install rdbxml I get: -------------- D:\>gem install rdbxml Attempting local installation of
2008 Jul 25
11
send/receive
I created snapshot for my whole zpool (zfs version 3): zfs snapshot -r tank@`date +%F_%T` then trid to send it to the remote host: zfs send tank at 2008-07-25_09:31:03 | ssh user at 10.0.1.14 -i identitykey ''zfs receive tank/tankbackup'' but got the error "zfs: command not found" since user is not superuser, even though it is in the root group. I found
2004 Dec 14
0
Icecast 2.2.0 RC1 Announcement
found a bug..when i click on update metadata from the admin panel, i just get an eroor: Could not parse XSLT file Darrell On Tue, 14 Dec 2004 14:21:01 -0600, oddsock <oddsock@oddsock.org> wrote: > Just wanted to let everyone know that we are prepping for a 2.2.0 > release of icecast. Just as before, we are doing Release candidates > first, and if no bugs are reported, these will
2004 Jan 08
2
Multihome- routes patch problem
Hi all iam trying to setup Dual gate using Julian patch DGD, but when i try tp patch to my kernel with fedora iam getting the following eroor can some one suggest me what is wrong or i need a latest patch for fedora [root@linux-2.4.22-1.2115.nptl]# patch -p1 < /root/update/update/routes-2.4.20-9.diff patching file include/linux/netfilter_ipv4/ip_nat.h patching file