Hi, the bellow line is used to update the cvs source, so you may skip that all the rest is the configure options i use to build the Kannel with psql support
#!/bin/sh #cd gateway; cvs up -d; cd .. cd gateway make distclean ./configure \ --prefix=/opt/kannel \ --enable-pcre \ --with-pgsql \ --with-pgsql-dir=/opt/pgsql \ --enable-start-stop-daemon \ --enable-localtime \ --enable-ssl \ echo "now do make -j3; make -j3 install" Regards seik -----Original Message----- From: Tushar [EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 To: seik Subject:Help > > > > Hi , > > > > I m a new one in this mailing list. I am unable to configure > Kannel successfully. If any body cud help > me with the configuration file, plz help me. Also need help for the > configuration of SMSC. > > > > Thanking You, > > > > Tushar > > >
