On 03/30/2011 01:32 PM, SebA wrote:
So, I've compiled and installed libpri-1.4.11.5, dahdi-linux-complete-2.4.1+2.4.1 and asterisk-1.6.2.17.1, but chan_dahdi is not getting built. If I do a "make menuselect" in asterisk I see it listed with XXX, meaning that dependencies are not met. XXX chan_dahdi Depends on: res_smdi(M), dahdi(E), tonezone(E), pri(E), ss7(E), openr2(E) res_smdi gets built fine, dahdi is installed and working, tonezone is installed, pri is installed, ss7 is not installed, openr2 is not installed. Surely one does not need ss7 and openr2 if one has pri! So what else could be the problem? ------------------------------------------- # ls -l /usr/lib/asterisk/modules/chan_dahdi.so ls: /usr/lib/asterisk/modules/chan_dahdi.so: No such file or directory # ls /usr/lib/asterisk/modules/res_smdi.so -l -rwxr-xr-x 1 root root 227620 Mar 30 18:35 /usr/lib/asterisk/modules/res_smdi.so # ls -l /usr/lib/libtonezone* -rwxr-xr-x 1 root root 216276 Mar 30 17:45 /usr/lib/libtonezone.a lrwxrwxrwx 1 root root 18 Mar 30 17:45 /usr/lib/libtonezone.so -> libtonezone.so.2.0 lrwxrwxrwx 1 root root 18 Mar 30 17:45 /usr/lib/libtonezone.so.1 -> libtonezone.so.2.0 lrwxrwxrwx 1 root root 18 Mar 30 17:45 /usr/lib/libtonezone.so.1.0 -> libtonezone.so.2.0 lrwxrwxrwx 1 root root 18 Mar 30 17:45 /usr/lib/libtonezone.so.2 -> libtonezone.so.2.0 -rwxr-xr-x 1 root root 214066 Mar 30 17:45 /usr/lib/libtonezone.so.2.0 # ls -l /usr/lib/libpri* -rw-r--r-- 1 root root 1224116 Mar 30 16:49 /usr/lib/libpri.a lrwxrwxrwx 1 root root 13 Mar 30 16:49 /usr/lib/libpri.so -> libpri.so.1.4 -rwxr-xr-x 1 root root 790374 Mar 30 16:49 /usr/lib/libpri.so.1.4 # tail /var/log/messages Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: RCLK source set to span 1 Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: Recovered timing mode, RCLK set to span 1 Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: SPAN 3: Tertiary Sync Source Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: VPM450: Not Present Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: TE4XXP: Span 4 configured for CCS/HDB3/CRC4 Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: RCLK source set to span 1 Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: Recovered timing mode, RCLK set to span 1 Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: SPAN 4: Quaternary Sync Source Mar 30 19:24:01 stretched kernel: wct4xxp 0000:01:02.0: VPM450: Not Present Mar 30 19:24:01 stretched dahdi: Running dahdi_cfg: succeeded
Have you re-run the configure script after installing these other libraries/packages? If so, look in the config.log file for the tests that check for them, and see what is failing.
-- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: [email protected] | SIP: [email protected] | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
