Configuring error
Mikael Magnusson
mikma264 at gmail.com
Tue Sep 26 20:38:47 CEST 2006
Calle Kabo wrote / skrev:
>>mag elj wrote:
>>
>>> Hej,
>>>Using Fedora Core
>>>I was trying to manually build and install minisip from svn://svn.minisip.org/minisip/
>>>
>>>but i got these errors!
>>>
>>>
>>>:~/minisip/libmnetutil# ./boostrap
>>>........
>>>aclocal:configure.ac:14: warning: macro `AM_MINISIP_PACKAGE_INIT' not found in library
>>
>>Have you installed libmutil and libmcrypto? The libmnetutil library
>>depends on both.
>>
>>Mikael
>
>
> I have this problem as well.
> libmutil and libmcrypto are installed as far as I can tell.
>
> $ pkg-config --cflags --libs libcrypto
> -lcrypto
It's libmcrypto, libcrypto is part of openssl.
> $ pkg-config --cflags --libs libmutil
> -I/usr/local/include -L/usr/local/lib -lmutil
>
>
> Using xubuntu.
> Any help would be appreciated :)
You may need to add /usr/local/share/aclocal to aclocal dirlist:
$ echo /usr/local/share/aclocal >> /usr/share/aclocal/dirlist
Or you can try my dapper packages instead:
source.list:
deb http://www.hem.za.org/debian/ dapper main local
Installation command
$ apt-get install minisip minigip-gconf minisip-plugins
And if you want video support:
$ apt-get install minisip-video
Packages for Debian Sid unstable and Etch testing are also available,
and soon Debian Sarge stable.
deb http://www.hem.za.org/debian/ unstable main local
deb http://www.hem.za.org/debian/ etch main local
Mikael
More information about the Minisip-users
mailing list