Re: Fwd: ./configure --enable-capi for mISNDuser fails
Karsten Keil <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I'm on a business trip in GB and the internet in the small hotel is very weak. What I mean is, that you need to recreate all autotool files to compile isdn4k-utils. For the mISDN CAPI stuff you only need to compile and install the capi20 sub directory and maybe capiinfo. The last one is a simple tool to check if the capi is running later. If you did successful install the capi20 library and include files, you should have everything to configure mISDNuser with --enable-capi You need the --enable-softdsp and the spandsp lib if you want to use FAX too. When this did work and the make/make install was successful you need to load mISDN_core, mISDN_dsp and the module for your HW. (mISDN_dsp is not loaded with hotplug). Then run the mISDNcapid . After this capiinfo should show the capicontroller. Then you should be able to use for example capisuite. Am 04.07.2012 16:29, schrieb Dan Johansson: > > On Wednesday 04 July 2012 11.15:39 Karsten Keil wrote: >> This should fix that, it is an issue with different autotools. > > Hi Karsten, > > What should fix what? It looks like half your mail is missing. > I have already found one issue with capi20/libtool. This has to be replaced with the systems (aka link to /usr/bin/libtool) version otherwise the compile phase fails already in the capi20 subdir. > > Regards,