Hello, I am using kannel from last 15 days,and now i undestand the meaning of open source,and GnuGPL etc. really it's fantastic field. now my problem is I am already configuer the kannel on centos5 and I am able to send the messege,But now i want to configuer the kannel on RHEL5, I am trying from last 2 days. when i configuer the kannel in svn form so use svn co https://svn.kannel.org/gateway/trunk it is working in centos but in RHEL display a message SVN COMMAND NOT FOUND. So I ncopy the trunk folder in rhel at /usr/local/gateway/ then i face this problem after exectue the make command.
[root@localhost trunk]# make gcc -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I/usr/include/openssl -o gwlib/gw_uuid.o -c gwlib/gw_uuid.c ar rc libgwlib.a gwlib/accesslog.o gwlib/cfg.o gwlib/charset.o gwlib/conn.o gwlib/counter.o gwlib/date.o gwlib/dbpool.o gwlib/dbpool_mssql.o gwlib/dbpool_mysql.o gwlib/dbpool_oracle.o gwlib/dbpool_pgsql.o gwlib/dbpool_sdb.o gwlib/dbpool_sqlite3.o gwlib/dbpool_sqlite.o gwlib/dict.o gwlib/fdset.o gwlib/gwlib.o gwlib/gwmem-check.o gwlib/gwmem-native.o gwlib/gwpoll.o gwlib/gw-prioqueue.o gwlib/gw-rwlock.o gwlib/gwthread-pthread.o gwlib/gw_uuid.o gwlib/http.o gwlib/list.o gwlib/log.o gwlib/md5.o gwlib/mime.o gwlib/octstr.o gwlib/parse.o gwlib/pcre.o gwlib/pki.o gwlib/protected.o gwlib/regex.o gwlib/semaphore.o gwlib/socket.o gwlib/ssl.o gwlib/thread.o gwlib/utils.o gwlib/xmlrpc.o ranlib libgwlib.a gcc -D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I/usr/include/openssl -rdynamic -o wmlscript/wmlsc wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a libgwlib.a -lssl -lrt -lresolv -lnsl -lm -lpthread -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto -lssl @LIBICONV@ gcc: @LIBICONV@: No such file or directory make: *** [wmlscript/wmlsc] Error 1 Please guid me,what i do next.. Thanks -- Vijay Kr. Dadhich
