-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when check http status pluginbox crashes #14
Labels
Comments
need more detail than this |
Hi,
Now i can't install on centos7- 64 , below is the errors
d1_both.c:(.text+0x1112): undefined reference to `pqueue_pop'
d1_both.c:(.text+0x1166): undefined reference to `pitem_free'
d1_both.c:(.text+0x14bc): undefined reference to `pqueue_find'
d1_both.c:(.text+0x15ee): undefined reference to `pitem_new'
d1_both.c:(.text+0x1611): undefined reference to `pqueue_insert'
/usr/local/ssl/lib/libssl.a(d1_both.o): In function
`dtls1_retransmit_buffered_messages':
d1_both.c:(.text+0x1a20): undefined reference to `pqueue_iterator'
d1_both.c:(.text+0x1a36): undefined reference to `pqueue_next'
d1_both.c:(.text+0x1a88): undefined reference to `pqueue_find'
/usr/local/ssl/lib/libssl.a(d1_both.o): In function `dtls1_buffer_message':
d1_both.c:(.text+0x1e0b): undefined reference to `pitem_new'
d1_both.c:(.text+0x1e2a): undefined reference to `pqueue_insert'
/usr/local/ssl/lib/libssl.a(d1_both.o): In function
`dtls1_retransmit_message':
d1_both.c:(.text+0x237b): undefined reference to `pqueue_find'
collect2: error: ld returned 1 exit status
make[2]: *** [pluginbox] Error 1
make[2]: Leaving directory `/opt/kannel-pluginbox/gw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/kannel-pluginbox'
make: *** [all] Error 2
…On Mon, Oct 28, 2019 at 3:39 PM Donald Jackson ***@***.***> wrote:
need more detail than this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=AANZ7HWLUPRS6QEWH62TDWLQQ225NA5CNFSM4IC4HHH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECMLFAI#issuecomment-546878081>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANZ7HWKUS47MZ73CF7LV3LQQ225NANCNFSM4IC4HHHQ>
.
--
Thanks & Regards,
Vinayak
======================================================================
*Confucius* once said,
"*Life is really simple, but we insist on making it complicated.*"
*Leonardo da Vinci* once said,
"*Simplicity is the ultimate sophistication.*"
*Albert Einstein* once said,
"*Everything should be made as simple as possible, but not simpler.*"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2019-07-13 18:20:59 [19106] [2] DEBUG: HTTP: Creating HTTPClient for
127.0.0.1'. 2019-07-13 18:20:59 [19106] [2] DEBUG: HTTP: Created HTTPClient area 0x7f27f8000a80. 2019-07-13 18:20:59 [19106] [3] PANIC: gwlib/octstr.c:353: octstr_copy_real: Assertion
len >= 0' failed.2019-07-13 18:20:59 [19106] [3] PANIC: pluginbox(gw_panic+0x263) [0x42bd23]
2019-07-13 18:20:59 [19106] [3] PANIC: pluginbox(octstr_copy_real+0xae) [0x42d78e]
2019-07-13 18:20:59 [19106] [3] PANIC: pluginbox() [0x40bd8f]
2019-07-13 18:20:59 [19106] [3] PANIC: pluginbox() [0x41f724]
2019-07-13 18:20:59 [19106] [3] PANIC: /lib64/libpthread.so.0() [0x3141e07aa1]
2019-07-13 18:20:59 [19106] [3] PANIC: /lib64/libc.so.6(clone+0x6d) [0x3141ae8c4d]
The text was updated successfully, but these errors were encountered: