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 the openSUSE packages with the help of the openSUSE
Build Service which always sets up a new VM for conducting a single build.

Ciao, Michael.



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
_
-- 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

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 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 
wrote:

> 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
>  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
-- 
_
-- 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

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
 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.



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
_
-- 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

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
$ ./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

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
>> $ ./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?

Ciao, Michael.



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
_
-- 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

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 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

[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 chan_ooh323
$ make
..
failure (see message below)

Any hint is appreciated. Thanks in advance.

Ciao, Michael.


- snip -
   [LN] libasteriskssl.so.1 -> libasteriskssl.so
   [LD] abstract_jb.o acl.o adsi.o alaw.o aoc.o app.o ast_expr2.o ast_expr2f.o
asterisk.o astfd.o astmm.o astobj2.o astobj2_container.o astobj2_hash.o
astobj2_rbtree.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o
bridge_after.o bridge_basic.o bridge_channel.o bridge_roles.o bucket.o
callerid.o ccss.o cdr.o cel.o channel.o channel_internal_api.o chanvars.o cli.o
codec.o codec_builtin.o config.o config_options.o core_local.o core_unreal.o
crypt.o data.o datastore.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o
endpoints.o enum.o event.o features.o features_config.o file.o fixedjitterbuf.o
format.o format_cache.o format_cap.o format_compatibility.o frame.o framehook.o
fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o
io.o jitterbuf.o json.o libasteriskpj.o loader.o lock.o logger.o manager.o
manager_bridges.o manager_channels.o manager_endpoints.o manager_mwi.o
manager_system.o max_forwards.o md5.o media_index.o message.o mixmonitor.o
named_acl.o netsock.o netsock2.o optional_api.o parking.o pbx.o pbx_app.o
pbx_builtins.o pbx_functions.o pbx_hangup_handler.o pbx_switch.o pbx_timing.o
pbx_variables.o pickup.o plc.o poll.o presencestate.o privacy.o rtp_engine.o
say.o sched.o sdp_srtp.o security_events.o sem.o sha1.o sip_api.o slinfactory.o
smoother.o sorcery.o sounds_index.o srv.o stasis.o stasis_bridges.o
stasis_cache.o stasis_cache_pattern.o stasis_channels.o stasis_endpoints.o
stasis_message.o stasis_message_router.o stasis_system.o stdtime/localtime.o
strcompat.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o
test.o threadpool.o threadstorage.o timing.o translate.o udptl.o ulaw.o uri.o
utils.o uuid.o version.o xml.o xmldoc.o editline/libedit.a  -> asterisk
/usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/bin/ld: cannot
find -lasteriskssl
collect2: error: ld returned 1 exit status
Makefile:334: recipe for target 'asterisk' failed
make[1]: *** [asterisk] Error 1
Makefile:398: recipe for target 'main' failed
make: *** [main] Error 2



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
_
-- 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