Hai,
For the configuring Sphinx it shows the configuration done but the make,make install command shows some errors where as your valuable inputs on secure shell command in administrator is a great help but now in my position is that i have to successfully implement in local host which is nothing but lampp.
These are the measures i have tried in the ubuntu linux
fpuser@fpuser-desktop:/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112$ sudo ./configure
checking build environment
--------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for compiler programs
------------------------------
checking whether to compile debug version... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for header files
-------------------------
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking expat.h usability... no
checking expat.h presence... no
checking for expat.h... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for types
------------------
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for library functions
------------------------------
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for library containing XML_Parse... no
checking for library containing iconv... none required
checking for library containing logf... -lm
checking for dup2... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for logf... yes
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLKW in fcntl.h... yes
configuring Sphinx
------------------
checking whether to compile with MySQL support... yes
checking for mysql_config... mysql_config
checking MySQL include files... -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX
checking MySQL libraries... -Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -lmysqlclient
checking whether to compile with PostgreSQL support... no
checking whether to use 64-bit document/word IDs... no
checking whether to compile with libstemmer support... no
checking for libexpat... not found
configure: WARNING: xmlpipe2 will NOT be available
checking for libiconv... found
checking for iconv() arg types... char **
generating configuration files
------------------------------
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libstemmer_c/Makefile
config.status: creating sphinx.conf.dist
config.status: creating config/config.h
config.status: config/config.h is unchanged
config.status: executing depfiles commands
configuration done
------------------
You can now run 'make' to build Sphinx binaries,
and then run 'make install' to install them.
fpuser@fpuser-desktop:/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112$ make
Making all in src
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
if test -d ../.svn; then svn info .. --xml | perl svnxrev.pl; fi;
make all-am
make[2]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
Making all in test
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/test'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/test'
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
fpuser@fpuser-desktop:/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112$ make install
Making install in src
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
if test -d ../.svn; then svn info .. --xml | perl svnxrev.pl; fi;
make install-am
make[2]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
make[3]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/usr/bin/install -c 'indexer' '/usr/local/bin/indexer'
/usr/bin/install -c 'searchd' '/usr/local/bin/searchd'
/usr/bin/install -c 'search' '/usr/local/bin/search'
/usr/bin/install -c 'spelldump' '/usr/local/bin/spelldump'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
make[2]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/src'
Making install in test
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/test'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112/test'
make[1]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
make[2]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
test -z "/usr/local/etc" || mkdir -p -- "/usr/local/etc"
/usr/bin/install -c -m 644 'sphinx.conf.dist' '/usr/local/etc/sphinx.conf.dist'
/usr/bin/install -c -m 644 'example.sql' '/usr/local/etc/example.sql'
make install-data-hook
make[3]: Entering directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
mkdir -p /usr/local/var/data && mkdir -p /usr/local/var/log
make[3]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
make[2]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'
make[1]: Leaving directory `/opt/lampp/sphinx/sphinx-0.9.8-svn-r1112'