Hi all,
I'm getting the following error when compiling 4.4.7 from src:
mem/pkg.o: In function `pkg_init_manager': /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/pkg.c:63: undefined reference to `fm_malloc_init_pkg_manager' /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/pkg.c:68: undefined reference to `qm_malloc_init_pkg_manager' /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/pkg.c:72: undefined reference to `tlsf_malloc_init_pkg_manager' mem/shm.o: In function `shm_init_manager': /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/shm.c:239: undefined reference to `fm_malloc_init_shm_manager' /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/shm.c:244: undefined reference to `qm_malloc_init_shm_manager' /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/shm.c:248: undefined reference to `tlsf_malloc_init_shm_manager' collect2: error: ld returned 1 exit status make: *** [kamailio] Error 1 Build step 'Execute shell' marked build as failure
Sending e-mails to: kivanov@fuze.com AChen@fuzebox.com Finished: FAILURE
any thoughts?
Thanks
Hello,
this is rather strange, we built debs and rpms from 4.4.7 and compilation went ok.
What are the steps/commands executed for compilation?
Cheers, Daniel
On 26.06.18 20:44, Andrew Chen wrote:
Think it may be related to used operation system.
As example Alpine linux. Some of malloc function is not exist on Alpine
ср, 27 июн. 2018 г. в 11:46, Daniel-Constantin Mierla miconda@gmail.com:
I was missing the 'make cfg'. We were using Jenkins to create our Kamailio deb packages and I was using the bash script from 4.1.5.
On Wed, Jun 27, 2018 at 5:17 AM, Sergey Safarov s.safarov@gmail.com wrote: