I built latest Kamailio 6.1 and noticed that several modules produced these kind of error messages:
LD (gcc) [M permissions.so] permissions.so make[3]: --libs: No such file or directory make[3]: --libs: No such file or directory
LD (gcc) [M pv.so] pv.so make[3]: --libs: No such file or directory make[3]: --libs: No such file or directory
Is it just me who sees them?
-- Juha
On 09.04.26 08:25, Juha Heinanen via sr-users wrote:
Forgot to mention that I did the build on Debian Trixie.
To clarify: did you use old Makefiles or the new cmake build system?
Cheers, Daniel
On 09.04.26 10:55, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
To clarify: did you use old Makefiles or the new cmake build system?
Old Makefiles, since they are still present in module dirs. If old Makefiles are not anymore supported, should they be removed?
There are planned to be relocated in this devel cycle, but I didn't get the time for it -- too many admin/maintenance scripts that run on server still depends on them, so it may still take a while.
But probably for source compilation, cmake is the better variant now to start using.
I still use old makefiles out of habit in many cases, not a trixie at hand, but I haven't gotten those log messages.
Cheers, Daniel
Regards Tola Sent from my iPhone; please excuse any typos.
On Apr 9, 2026, at 2:23 AM, Juha Heinanen via sr-users sr-users@lists.kamailio.org wrote:
Daniel-Constantin Mierla writes:
I still use old makefiles out of habit in many cases, not a trixie at hand, but I haven't gotten those log messages.
No problem. I'll try to migrate to cmake.
-- Juha __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!
On 09.04.26 08:06, Juha Heinanen via sr-users wrote:
I built latest Kamailio 6.1 and noticed that several modules produced these kind of error messages:
LD (gcc) [M permissions.so] permissions.so make[3]: --libs: No such file or directory make[3]: --libs: No such file or directory
LD (gcc) [M pv.so] pv.so make[3]: --libs: No such file or directory make[3]: --libs: No such file or directory
Is it just me who sees them?
I don't get it, just tried on ubuntu 24.04. Is it a fresh git clone?
Cheers, Daniel