[OpenSIPS-Devel] [opensips] Compile error 1.8.4 : modules/mi_json (#178)

c1784497 notifications at github.com
Fri Mar 14 01:12:19 CET 2014


The OS i tested is a 32-bit and a 64-bit Ubuntu 12.04 LTS with which i have compiled and installed 1.6.x and 1.8.x versions (up to 1.8.3) of OpenSIPS in the past without problems.
I tested both:
http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4-svn10428_src.tar.gz
http://opensips.org/pub/opensips/1.8.4/src/opensips-1.8.4_src.tar.gz

 

With these commands:

```
# make menuconfig

---> Configure Compile Options 
------> Configure Compile Flags ---> [ ] USE_IPV6
------> Configure Excluded Modules ---> [*] db_mysql

Compile And Install OpenSIPS
```

I got this error:

```
make[2]: Entering directory `/home/test/opensips-1.8.4-tls/modules/mi_json'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/test/opensips-1.8.4-tls/modules/mi_json'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/test/opensips-1.8.4-tls'
```

 

If i replace
```
# make menuconfig
```

with

```
# make menuconfig skip_modules="mi_json"
```
OpenSIPS compiles without errors. It is now running stable for a few hours!

I think this is a bug. Please advice. Thanks in advance.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/178
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140313/145ea90a/attachment.htm>


More information about the Devel mailing list