Hi Alex,

Thanks for responding yesterday.

The make file dies at this point:
lz -lm -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64
-lcrypto -lssl -L/usr/lib64/mysql -lmysqlclient -lpthread -lm -ldl
@LIBICONV@
gcc: error: @LIBICONV@: No such file or directory
make: *** [wmlscript/wmlsc] Error 1

I can confirm /usr/share/aclocal/iconv.m4 only gets installed when you run
yum -y install gettext-devel

  ls -la /usr/share/aclocal/iconv.m4
-rw-r--r-- 1 root root 9274 Mar 20  2016 /usr/share/aclocal/iconv.m4

I ran  ldconfig -v  and does not help

*How can I set *LIBICONV to point to /usr/share/aclocal/iconv.m4 when
running ./configure?

thanks for any help.



On Tue, Apr 10, 2018 at 11:44 AM, <amal...@kannel.org> wrote:

> Hi,
>
> please try:
>
> cd into_gw_folder
> ./bootstrap.sh
> ./configure
> make
>
> Thanks,
> Alex
>
>
> Am 10.04.2018 um 01:23 schrieb Hillel Bilman <hillel.bil...@gmail.com>:
>
> Hi Stipe,
>
> We have checked out revision 5204
> Using CentOS Linux release 7.3.1611 (Core)  Intel(R) Xeon(R) CPU E5-2620
> v3 @ 2.40GHz
>
> We installed automake-1.15 and after going though the post
> https://www.mail-archive.com/devel@kannel.org/msg12310.html we installed
> gettext-devel.
> Unfortunately this did not help.
>
> We did a configure and then make. This used to work before.
> # make
> make -C utils
> make[1]: Entering directory `/home/kannel/gateway/utils'
> cd .. && make  am--refresh
> make[2]: Entering directory `/home/kannel/gateway'
> make[2]: *** No rule to make target `am--refresh'.  Stop.
> make[2]: Leaving directory `/home/kannel/gateway'
> make[1]: *** [../aclocal.m4] Error 2
> make[1]: Leaving directory `/home/kannel/gateway/utils'
> make: *** [utils] Error 2
>
> We can give you access to the server should you require it.
> Any help appreciated.
>
>
>

Reply via email to