Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Brian Wilson
I ran into that (and reported it) and found the easiest hack is to copy the library manually into place, when you hit that error it's built and waiting in main/ For example sudo cp main/libasteriskssl.so.1 /usr/lib cd /usr/lib sudo ln -s libasteriskssl.so.1 libasteriskssl.so sudo ldconfig Then

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Michael Ströder
Joshua Colp wrote: > Michael Ströder wrote: >> Joshua Colp wrote: >>> Michael Ströder wrote: HI! I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Joshua Colp
Michael Ströder wrote: Joshua Colp wrote: Michael Ströder wrote: HI! I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works without any problem. It fails since 13.8.0. $ ./bootstrap.sh $

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Michael Ströder
Joshua Colp wrote: > Michael Ströder wrote: >> HI! >> >> I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It >> seems >> file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 >> works >> without any problem. It fails since 13.8.0. >> >> $ ./bootstrap.sh

[asterisk-users] Proper way to start Asterisk on CentOS 7?

2016-05-05 Thread Carlos Chavez
I am having a strange problem with Asterisk 13 on a CentOS 7 plataform. I have several servers running on this configuration but a particular installation on a Dell PowerEdge 220 server is the one giving me the most problems. All installations are automated via a script so there is no

Re: [asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Joshua Colp
Michael Ströder wrote: HI! I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works without any problem. It fails since 13.8.0. $ ./bootstrap.sh $ ./configure $ make

[asterisk-users] cannot find -lasteriskssl

2016-05-05 Thread Michael Ströder
HI! I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works without any problem. It fails since 13.8.0. $ ./bootstrap.sh $ ./configure $ make menuselect.makeopts;menuselect/menuselect --enable