VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jcolp at digium.com Guest
|
Posted: Thu May 05, 2016 11:34 am Post subject: [asterisk-users] cannot find -lasteriskssl |
|
|
Michael Ströder wrote:
Quote: | 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 chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
|
Does this problem still occur in 13.9.0-rc2?
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Thu May 05, 2016 12:13 pm Post subject: [asterisk-users] cannot find -lasteriskssl |
|
|
Michael Ströder wrote:
Quote: | Joshua Colp wrote:
Quote: | Michael Ströder wrote:
Quote: | 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 chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
| Does this problem still occur in 13.9.0-rc2?
|
No. Build of 13.9.0-rc2 seems to work.
When will 13.9.0 be released?
|
Probably a week or so I'd guess, maybe sooner.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
brian at wildsong.biz Guest
|
Posted: Thu May 05, 2016 12:47 pm Post subject: [asterisk-users] cannot find -lasteriskssl |
|
|
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 the build can complete. I can't remember if I had to do the symlink, I think it will build anyway and then it does that step in 'make install'
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.
Brian
On Thu, May 5, 2016 at 10:21 AM, Michael Ströder <michael@stroeder.com (michael@stroeder.com)> wrote:
Quote: | Joshua Colp wrote:
Quote: | Michael Ströder wrote:
Quote: | Joshua Colp wrote:
Quote: | Michael Ströder wrote:
Quote: | 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 chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
| Does this problem still occur in 13.9.0-rc2?
|
No. Build of 13.9.0-rc2 seems to work.
When will 13.9.0 be released?
|
Probably a week or so I'd guess, maybe sooner.
|
Ok, then I'll wait for this release. Thanks.
Ciao, Michael.
--
_____________________________________________________________________
-- 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
|
--
Brian Wilson, GISP
Wildsong 707-827-0001 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|