Where to get libcapi20 ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lists.wine-users

Where to get libcapi20 ?

Post by lists.wine-users »

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)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Where to get libcapi20 ?

Post by dimesio »

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&clie ... tnG=Search
lists.wine-users

Where to get libcapi20 ?

Post by lists.wine-users »

Hallo dimesio,

Op zondag 06 juli 2008 schreef dimesio aan [email protected]:
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&clie ... s=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)
slok
Newbie
Newbie
Posts: 1
Joined: Wed Jul 16, 2008 11:58 am

Post by slok »

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/ ... 27.tar.bz2

after uncompressing the file you have to enter in the directori and do:

Code: Select all

$ make menuconfig
save the settings

Code: Select all

$ 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 on 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: Select all

typedef struct capi_manufacturer_cmd {
         unsigned long cmd;
           void *data;
run make again and then

Code: Select all

# make install // # checkinstall (--fstrans=no for slackware)
I have done all in Slackware 12.1

PD: sorry for my poor english :D
lists.wine-users

Where to get libcapi20 ?

Post by lists.wine-users »

Hallo slok,

Op woensdag 16 juli 2008 schreef slok aan [email protected]:

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/ ... sdn4k-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)
lists.wine-users

Where to get libcapi20 ?

Post by lists.wine-users »

Hallo slok,

Op woensdag 16 juli 2008 schreef slok aan [email protected]:

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/ ... sdn4k-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)
lists.wine-users

Where to get libcapi20 ?

Post by lists.wine-users »

Hallo,

Op woensdag 16 juli 2008 schreef [email protected] 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/ ... ots/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)
Locked