[email protected] wrote: > 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 <snip>
> 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 Hi Kevin, Yes, I even tried it on another (similar) machine, but with the same result. (The same machines used to run chan_zap with no issues on Asterisk 1.4.x.) config.log is 670KB, 23,000+ lines. What should I search for in here? "dahdi" has 212 occurrences, but chan_dahdi has 0. Kind regards, Sebastian A -- _____________________________________________________________________ -- 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
