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 give me a hint about where to find them? Thanks in advance! Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
lists.wine-users wrote:> 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 give me a hint about where to find them? >What distro? Googling libcapi20 gave me results for a variety of distros: http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=kd&q=libcapi20&btnG=Search
Hallo dimesio, Op zondag 06 juli 2008 schreef dimesio aan wine-users at winehq.org: >> I have been searching with Google, but not been able to find >> any sources for it. >> Could somebody please give me a hint about where to find them? di> What distro? I usually install from source, not from a binary package. So the distribution is not really interesting, I think. But my system is mainly built from SlackWare 12.1. di> Googling libcapi20 gave me results for a variety of distros: di> http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozi di> lla%3Aen-US%3Aofficial&hs=kd&q=libcapi20&btnG=Search They all seem to be binary distributions as far as I could see. Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
Hello, this afternoon I have had the same trouble, after some time of searching I get the solution, so here is it: you have to install isdn4k-utils download from here(this are the last :S): ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/isdn4k-utils-CVS-2007-11-27.tar.bz2 after you uncompressing the file you have to enter in the directori and do: Code: $ make menuconfig save the settings Code: $ make here it gave me a compilation error in the line 80 of the /usr/include/linux/capi.h file. I searched again on the internet :S and again I find the solution. You have to delete the line 80 of the file and add one line that file (/usr/include/linux/capi.h)(make a backup first, who knows... what's going to happen): * we delete this line: "void __user *data;" * we add this line: void *data; so the result is this: Code: typedef struct capi_manufacturer_cmd { unsigned long cmd; void *data; run make again and then Code: # make install // # checkinstall (--fstrans=no for slackware) I have done all in Slackware 12.1 PD: sorry for my poor english :D
Hallo slok, Op woensdag 16 juli 2008 schreef slok aan wine-users at winehq.org: sl> Hello, this afternoon I have had the same trouble, after some sl> time of searching I get the solution, so here is it: You're obviously better in searching then I am :) sl> you have to install isdn4k-utils sl> download from here(this are the last :S): sl> ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/isdn4k-util sl> s-CVS-2007-11-27.tar.bz2 Thanks. I'll have a look at it tomorrow. Richt now I need sleep. sl> PD: sorry for my poor english :D Your English is perfectly understandable. And mine is not perfect either. Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
Hallo slok, Op woensdag 16 juli 2008 schreef slok aan wine-users at winehq.org: sl> Hello, this afternoon I have had the same trouble, after some sl> time of searching I get the solution, so here is it: You're obviously better in searching then I am :) sl> you have to install isdn4k-utils sl> download from here(this are the last :S): sl> ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/isdn4k-util sl> s-CVS-2007-11-27.tar.bz2 Thanks. I'll have a look at it tomorrow. Richt now I need sleep. sl> PD: sorry for my poor english :D Your English is perfectly understandable. And mine is not perfect either. Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
Hallo, Op woensdag 16 juli 2008 schreef lists.wine-users at duinheks.nl aan wine-users: sl>> Hello, this afternoon I have had the same trouble, after sl>> some time of searching I get the solution, so here is it: sl>> you have to install isdn4k-utils sl>> download from here(this are the last :S): sl>> ftp://ftp.isdn4linux.de/pub/isdn4linux/CVS-Snapshots/isdn4k sl>> -util s-CVS-2007-11-27.tar.bz2 lwu> Thanks. I'll have a look at it tomorrow. Richt now I need lwu> sleep. Sorry, it go a bit delayedm :( At least now wine does not warn about a missing libcapi anymore during building. But when I try to run the application I want, I still get the message: "CAPI 2.0 not installed". Anybody who knows an answer? Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)