Re: [asterisk-users] cannot find -lasteriskssl

2016-05-07 Thread Michael Ströder
Brian Wilson wrote: > I always try to build new asterisks on brand new vagrant virtual machines > that have the minimum required packages installed, and no cruft left over > from previous builds or installations. Things like this are more likely to > show up that way. Actually I tried to update

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

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