IRC log for #asterisk on 20191019

01:05.20*** join/#asterisk MICROburst1 (~Thunderbi@x4dbf8ec0.dyn.telefonica.de)
01:19.40*** join/#asterisk spatel (~spatel@pool-98-118-124-216.bstnma.fios.verizon.net)
01:33.11aoeuiIs there a configuration file that is generated from make menuselect, so I don't have to go through the process when there is a new version of Asterisk?
01:34.49[TK]D-Fendermakefile <-
01:39.31aoeuity
03:53.41*** join/#asterisk gerhard7 (~gerhard7@ip5657ee30.direct-adsl.nl)
05:38.58*** join/#asterisk tomaluca95 (~quassel@kde/developer/tomaluca)
06:22.15*** join/#asterisk techquila (~techquila@2407:7000:9125:e400:a453:6053:e9c0:bace)
07:03.43*** join/#asterisk tsal (~tsal@i59F52D94.versanet.de)
08:27.21*** join/#asterisk tsal (~tsal@i59F52D94.versanet.de)
10:22.29*** join/#asterisk defsdoor (~Andrew@cpc120600-sutt6-2-0-cust232.19-1.cable.virginm.net)
10:34.47*** join/#asterisk gerhard7 (~gerhard7@ip5657ee30.direct-adsl.nl)
10:43.37*** join/#asterisk Oatmeal (~Suzeanne@2600:8802:1500:393:c0df:fcec:66a5:84a2)
12:00.08*** join/#asterisk Jesterboxboy (~Thunderbi@84-115-150-8.cable.dynamic.surfer.at)
14:24.11*** join/#asterisk rwb (~Thunderbi@65.183.138.202)
14:58.09*** join/#asterisk CatCow97 (~mine9@c-73-96-109-206.hsd1.or.comcast.net)
14:59.03wyoungCatCow97!!
14:59.11wyoungSup mate?
14:59.14CatCow97yo
14:59.18wyoungwerd up
15:41.39*** join/#asterisk pvoigt (~Linux@unaffiliated/pvoigt)
15:44.04*** join/#asterisk pvoigt (~Linux@unaffiliated/pvoigt)
16:09.17*** join/#asterisk TriJetScud (~TriJetScu@69.172.162.252)
16:25.02*** join/#asterisk _0x5eb_ (~seb@seb-hpws2.elen.ucl.ac.be)
16:27.10*** join/#asterisk life_of_e (~life_of_e@108-95-189-245.lightspeed.irvnca.sbcglobal.net)
16:50.44*** join/#asterisk vandyk (~vandyk@189.63.145.212)
17:44.24*** join/#asterisk Helenah2 (~s98259@unaffiliated/iveeee)
17:45.05Helenah2I've compiled and installed asterisk including the samples, however when I run asterisk, it fails to load any modules despite them being present in /usr/lib/asterisk/modules/
17:45.23Helenah2I'm finding this issue rather bizarre.
17:49.20sibiriaare you on centos?
17:50.23sibiriaif yes, configure asterisk to use /usr/lib64 as the lib path
17:50.51sibiriaie. --libdir=/usr/lib64
18:06.28*** join/#asterisk TriJetScud (~TriJetScu@van-mig-svr.ad.v10networks.ca)
18:17.50*** join/#asterisk driz (~driz@199.60.101.194)
18:18.11Helenah2sibiria: Ubuntu
18:23.29sibiriaHelenah2: what does ld --verbose | grep SEARCH give you?
18:25.35*** join/#asterisk cryptic (~cryptic@142.196.139.17)
18:25.49Helenah2sibiria: https://termbin.com/mti6
18:27.44sibiriathat is odd, /usr/lib is there
18:27.51sibirialdd /sbin/asterisk <- ?
18:28.29sibiriaand i suppose the problem asterisk is giving is literally that it can't FIND the modules
18:28.32sibiria?
18:29.04sibiriaanother common mistake is that people have two conflicting sets of libraries from not cleaning out the first set of libs when building/upgrading
18:32.57Helenah2sibiria: I did a make uninstall-all to clean up the system after removing Ubuntu's own Asterisk, I wanted to compile Asterisk for use with chan_dongle. Also https://termbin.com/t6wf
18:33.28Helenah2The Ubuntu package is old.
18:34.32sibiriagive --libdir=/usr/lib64 a try
18:35.18sibiria(that's an option for configure)
18:35.54Helenah2sibiria: I don't appear to have a /usr/lib64 directory.
18:36.29sibiriathere should be a symlink there
18:36.32sibiriasince many years back
18:37.24Helenah2Yeah, theres definately not directly. Ubuntu's directory structure must be slightly different.
18:37.54Helenah2*no directory
18:39.00Helenah2sibiria: There are however 64 bit library files in /usr/lib.
18:46.05sibiriai avoid ubuntu for server purposes so i'm out of ideas. i think i'd just try being explicit about the lib path to make sure the configure script isn't picking something odd up
18:46.22sibiriasince you don't have /usr/lib64, i'd just try configuring with --libdir=/usr/lib and take it from there
19:06.50*** join/#asterisk Jesterboxboy (~Thunderbi@84-115-150-8.cable.dynamic.surfer.at)
19:10.52Helenah2sibiria: I'm going to look deeper into this problem some other time.
19:11.28Helenah2Problem persists even when the source is configured with --libdir
19:12.40sibiriajust curious, what does asterisk's error log say about it?
19:13.14sibiriaor the console, whichever
19:15.12Helenah2sibiria: https://termbin.com/o0fg
19:17.34sibiriaok the problem is that you haven't built (or loaded) pjsip
19:17.47sibiriathere's not a problem with the library path after all
19:20.20Helenah2Ah, ofc. Right onto it. Thanks
19:21.35sibirialikeliest is that you perhaps unchecked it in the menuselect configuration
19:31.58Helenah2sibiria: I assumed the pjsip module would be installed with make install.
19:32.32Helenah2That however didn't appear to be the case...
19:32.43Helenah2But I did make sure it was compiled.
19:35.35Helenah2Actually, I'm mistakened, there are pjsip modules, lemme check if they are all thhere.
19:36.02sibiriapjsip is built by default but i can't recall if the default config has it checked
19:36.08sibiriavia "make menuselect" that is
19:36.22sibiriai *think* it is
19:37.37sibiriatake a look-see in modules.conf in /etc/asterisk to see if it loads from there or not, too
19:38.00Helenah2sibiria: It is checked, I even did ./configure --with-pjproject-bundled and I saw it compile.
19:38.20Helenah2And when I looked again, the modules are installed.
19:38.35sibiriadoes everything pjsip look normal in the menuselect configuration, too?
19:38.37sibiria(make menuselect)
19:38.47sibiriachannel driver, resource modules
19:39.46Helenah2sibiria: Yes.
19:44.16sibiriaas usual it's probably some really stupid problem, the last thing one thinks of, but i'm stumped. sorry
19:44.31sibiriatry with a totally clean slate, maybe
19:46.50Helenah2Yeah, maybe, thanks for your help anyway. :)
20:09.32*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
20:38.22*** join/#asterisk Typhon (~Typhon@dslb-084-056-189-188.084.056.pools.vodafone-ip.de)
20:45.27*** join/#asterisk vandyk (~vandyk@189.63.145.212)
20:54.36*** join/#asterisk mindthelion (techquila@gateway/vpn/protonvpn/techquila)
21:09.23*** join/#asterisk Helenah3 (~s98259@unaffiliated/iveeee)
21:46.42*** join/#asterisk scampbell (~scampbell@2603:3015:104:f400::ac5c)
23:20.43*** join/#asterisk SSlater (~simon@mail.favour.com.au)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.