Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Henning Westerholt
Just for reference: the fix referenced above caused a similar issue for 
MariaDB, it is now fixed in commit 9f459dccf84b in master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#issuecomment-412957158___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Daniel-Constantin Mierla
I am closing it, if something new appears and still a problem, reopen.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#issuecomment-412825137___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-14 Thread Daniel-Constantin Mierla
Closed #1602.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#event-1787420262___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-08 Thread sergey-safarov
@limitall could you test commit 1736723cc2a15bb75c26711675712a966161b722 or 
current master
if now master builds correctly, then please close ticket.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#issuecomment-411573679___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-08-02 Thread Daniel-Constantin Mierla
I guess it was used with mysql 8.0.1, where my_bool type was removed -- patch 
above should be the fix, but it would require C99 compatible compiler. If 
master gets compiled/packaged without issues on the systems we build, then it 
should be ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#issuecomment-410089281___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


Re: [sr-dev] [kamailio/kamailio] getting an error while install kamailio5.1 on ubuntu 18.4 (#1602)

2018-07-26 Thread Victor Seva
We are building master branch every night for 
[bionic](https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=bionic,label=slave/1150/consoleText)
 with no problems.

```
/usr/bin/make -C src/ every-module 
make[2]: Entering directory 
'/tmp/buildd/kamailio-5.2.0~dev6+0~20180726010658.1165+bionic/src'
CC (gcc) [M db_mysql.so]km_dbase.o
CC (gcc) [M db_mysql.so]km_my_con.o
CC (gcc) [M db_mysql.so]km_val.o
CC (gcc) [M db_mysql.so]my_fld.o
CC (gcc) [M db_mysql.so]km_row.o
CC (gcc) [M db_mysql.so]my_con.o
CC (gcc) [M db_mysql.so]km_res.o
CC (gcc) [M db_mysql.so]my_cmd.o
CC (gcc) [M db_mysql.so]db_mysql.o
CC (gcc) [M db_mysql.so]my_res.o
CC (gcc) [M db_mysql.so]my_uri.o
CC (gcc) [M db_mysql.so]km_db_mysql.o
make[4]: 'libsrdb2.so.1.0' is up to date.
make[4]: 'libsrdb1.so.1.0' is up to date.
LD (gcc) [M db_mysql.so]db_mysql.so
make[2]: Leaving directory 
'/tmp/buildd/kamailio-5.2.0~dev6+0~20180726010658.1165+bionic/src'
```

And there are no related changes on db_mysql AFAICT I would say you are missing 
dev libraries

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1602#issuecomment-408073660___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev