Libwat.so - upgrades done through sctipts!

Continuing the discussion from DAHDI module not loading (SOLVED, but a bug):

I think this needs to be relooked at - I did all the updates on this box this weekend with System Admin Pro and still ended up with this problem - so something in the scripts is missing this bug also.

Your issue is you are on Asterisk 10 which has not gotten updates in over a year. You need to go to Asterisk 11.17 or newer

Nope:

Asterisk 11.17.1, Copyright © 1999 - 2013 Digium, Inc. and others.
Created by Mark Spencer [email protected]
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Connected to Asterisk 11.17.1 currently running on localhost (pid = 12102)
localhost*CLI>

This box might have been on 10 at some point, but it’s not now.

Your list above says

asterisk10-core-10.11.1-75_centos6.x86_64

No - I was just quoting the above post because it was the same error - that whole section in gray is from the original post - did I quote it wrong?

Just fresh loaded a box this morning and brought it up to current using the System Admin - same thing:

loader.c: Error loading module ‘chan_dahdi.so’: libwat.so.1.0.24: cannot open shared object file: No such file or directory.

[root@localhost /]# yum info libwat*
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
Installed Packages
Name : libwat
Arch : x86_64
Version : 2.0.2
Release : 1.shmz65.1.6
Size : 151 k
Repo : installed
From repo : pbx
Summary : LibWAT is an open source library that encapsulates the protocols used to communicate with Wireless GSM modules.
URL : http://www.sangoma.com
License : GPL
Description : LibWAT is an open source library that encapsulates the protocols used to communicate with Wireless GSM modules.
: LibWAT is a dependency for Asterisk and DAHDI if GSM signaling is used.
: LibWAT is still in beta phase.

Name : libwat-debuginfo
Arch : x86_64
Version : 2.0.2
Release : 1.shmz65.1.6
Size : 1.1 M
Repo : installed
From repo : pbx
Summary : Debug information for package libwat
URL : http://www.sangoma.com
License : GPL
Description : This package provides debug information for package libwat.
: Debug information is useful when developing applications that use this
: package or when debugging this package.

Name : libwat-devel
Arch : x86_64
Version : 2.0.2
Release : 1.shmz65.1.6
Size : 32 k
Repo : installed
From repo : pbx
Summary : Libwat libraries and header files for libwat development
URL : http://www.sangoma.com
License : GPL
Description : The static libraries and header files needed for building additional plugins/modules

do this from the CLI

yum clean all

yum update

Are their any RPMs that need to be updated. if so update them and then restart asterisk/dahdi and let me know.

[root@asterisk ~]# yum clean all
Loaded plugins: fastestmirror, kmod
Cleaning repos: base extras pbx schmooze-commercial updates
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@asterisk ~]# yum update
Loaded plugins: fastestmirror, kmod
Determining fastest mirrors
base | 2.0 kB 00:00
base/primary | 2.5 MB 00:03
base 6402/6402
extras | 1.3 kB 00:00
extras/primary | 6.8 kB 00:00
extras 15/15
pbx | 1.3 kB 00:00
pbx/primary | 833 kB 00:01
pbx 3274/3274
schmooze-commercial | 1.3 kB 00:00
schmooze-commercial/primary | 22 kB 00:00
schmooze-commercial 150/150
updates | 1.3 kB 00:00
updates/primary | 644 kB 00:01
updates 1456/1456
Setting up Update Process
No Packages marked for Update
[root@asterisk ~]#