similar to: How to fix "CAPI 2.0 not installed"?

Displaying 20 results from an estimated 400 matches similar to: "How to fix "CAPI 2.0 not installed"?"

2008 Jul 06
6
Where to get libcapi20 ?
Hallo wine-users, I'm new to wine and to this list. During configuration I got the message that libcapi20 could not be found. I did not worry about that, thinking it was an ISDN thing and I don't use ISDN. But now I have to run a Windows application which insists on using libcapi20 :( I have been searching with Google, but not been able to find any sources for it. Could somebody please
2006 May 04
3
more compile problems
still trying to get Turbocad LE working (see other post http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/thread/b27891438d4fa9fa). Currently trying to compile wine 20040121 so that I can possibly install two versions at the same time or at very least end up making a .deb pkg that will install without being forced. Since I had trouble with compiling from an up to date
2000 Oct 06
4
R: plotting values on graphics
Everyone, I have an array of integer values which are located on a uniform 2-D grid. I want to plot the integer values at the node locations. The closest I have come is with the following code: for (i in 1:ny) { for (j in 1:nx) { ncell <- nx*(i - 1) + j ch <- as.character(ncount[ncell]) tx <- j*dx - dx/2 ty <- ny*dy - (i-1)*dy - dy/2 points(tx, ty, pch = ch, col =
2006 Jun 09
2
Recommended SAS or SAS RAID controllers for Xen on IBM xSeries 306m with PCI-X slot
Does anyone recommend any particular SAS controller, or should I use an Ultra-320 SCSI controller instead? My machine is an IBM xSeries 306m. It has a SAS controller provided on a daughter card, but it''s not supported in the 2.6.16 kernel, so I''m looking for a separate disk controller card that will work with my existing SAS disks. -- James Holmes Programmer/SysAdmin RTDS
2002 May 18
1
SCRATCH update wrong date, soft links, Debian stable, -L, ...
Hmm, scratch the issue I used touch on the file and now it works (even though it shouldn't have made a difference). In short - maybe its not [purely anyway] rsync related. (From last post) (Though 'newer' and 'stat' had already clearly showed it to be newer, and though I had saved it to be sure it had a recent date - I tried touch anyway. Still - newer said it was newer
2007 Apr 09
2
Should Join Discussion - Fwd: [whatwg] Give guidance about RFC 4281 codecs parameter
Hello, You guys might want to join this discussion. (And maybe some others too.) On the WhatWG mailing list, there's been a fury of e-mails about adding a <video> element to HTML5. They're talking about codecs and containers now. It might be helpful to have your representatives there. And help shape things. See ya ---------- Forwarded message ---------- From: Dave Singer
2019 Mar 05
1
File Permissions
I have been noticing an issue with file permissions and curious as to your thoughts on this. In the one directory the files started as... ...a 777 file was users[100] and root...now they are gc[1002] and fred_smith [1005], but the permissions changed to 764. I have a mask as 775, but this does not seem to be the case??? Here is my smb.conf...curious as to what I may have wrong on this???
2008 Oct 20
14
Wine and Quicken
Hello, I am running Ubuntu 8.04. off of an external HD. in the File Browser, Ubuntu sees the internal HD, and I can navigate to the Quicken executable. I installed wine and went into Configure it and clicked Add Application. I can see the Program Files folder, but when I go into it, all I can see is the Common Files and Internet Explorer folders. Why can't I see executables? How can I try
2010 Jul 28
3
Create new Sys::VirtV2V::Util
These 2 patches are mostly code motion. They were prompted by an apparent augeas error in BZ 613967 which didn't display useful error message. The error seems to happen in Converter::Linux. GuestOS::RedHat had a handy function which displayed verbose augeas error messages. This function moves into the new module where it can be used by both modules. The second patch is an consequential tidy
2005 Dec 29
2
loop
Dear All, I have to use loop over an array so I am using following procedure count<-1 repeat{ count<-count + 1 c(g[count],1:i[count]) ->qw if(count>5)break } as a result qw is [1] 0.9643836 1.0000000 2.0000000 3.0000000 4.0000000 5.0000000 [7] 6.0000000 7.0000000 8.0000000 9.0000000 10.0000000 11.0000000 [13] 12.0000000 13.0000000 14.0000000 15.0000000 16.0000000
2016 Jul 29
7
how to build rpm
Hi, For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm? Thanks! Regards Andrew
2019 Sep 12
8
why windows 10 can't access centos samba
Hi, I can access centos's samba via windows 7, but fail via windows 10. Why? Thanks! Regards Andrew
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for serial access. Our installation exports the logs via http allowing us to grab them with wget. Sending debug keys with is handled separately via xenuse. xenuse ultimately speaks to the conserver too but it abstracts away the IP and port to use so this is preferred. With these changes the correct Serial hostprop for a
2003 Apr 22
1
struggling with Diva 4BRI and chan_capi
Hi, I am trying to configure a Diva Server 4BRI to work with chan_capi. Here are the steps that I took: - compiled fresh kernel with new-style CAPI support: i4l_divas_1.2 - got the divactrl_1.2 utilities, configured the card startup scripts, - rebooted, card firmware loaded properly, "capiinfo" displays detailed info on 4 controllers, however there is an error message: FAC REQ -
2007 Jul 27
1
MRTG with 14all.cgi on centos 5
Hi, I have setup MRTG with 14all.cgi cgi script. I downloaded it from below URL. http://my14all.sourceforge.net/14all-1.1.txt and did only below 3 changes to that file. those can be seen in BOLDletters. # if MRTG_lib.pm (from mrtg) is not in the module search path (@INC) # uncomment the following line and change the path appropriatly: #use lib qw(/usr/local/mrtg-2/lib/mrtg2); use lib
2016 Jul 05
4
how to build/install pulseaudio 6.0 on centos 6.8
>> Centos 6.8 comes with pulseaudio 0.9, but I want to use pulseaudio >> 6.0 or higher version, which is used on centso 7. How to >> build/install new pulseaudio on centso 6.8? Are there some dependency >> libs for pulseaudio? is there some rpm of pulseaudio 6.0 for centos >> 6.8? > > From your recent previous posts, you appear to want to have a CentOS 7
2017 Mar 02
3
what's the max thread number per process in centos
Hi, I have one question: what's the max thread number per process in centos? Thanks! Regards Andrew
2019 Jun 13
2
where to get kernel source
Hi, I search the following link, and find some kernel source rpm files, such as kernel-3.10.0-327.36.3.el7.src.rpm. http://vault.centos.org/7.2.1511/updates/Source/SPackages/ But I can't find kernel-3.10.0-327.36.4.el7.src.rpm. Thanks! Regards Andrew At 2019-06-13 16:27:02, "Fabian Arrotin" <arrfab at centos.org> wrote: >On 13/06/2019 07:47, qw wrote:
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
rhbz#723115 Signed-off-by: Mike Burns <mburns at redhat.com> --- ovirt-node.spec.in | 4 ++++ scripts/ovirt-early | 6 +++++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 2d8a4bf..8321ba7 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -180,6 +180,9 @@ echo "# File where default configuration is
2009 Sep 23
1
Sum of Product in a Matrix
Hi, I am new in R and I don?t know how to sum the product of two elements at the time in a matrix X=[ 1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16] I would like to do (1*5+2*6+3*7+4*8) I need to do it step by step because I will further put a conditional in the formula It worked this way x <- matrix ( c (1 : 16),ncol = 4) #generating my x matrix qw <- matrix (0,