I executed the following steps but got errors. Can anyone help this
newbie? Please see attached log for ./configure


1. cd aspseek-1.2.10
2. ./configure --with-mysql
3. make && make install

mysqldb.cpp:409: cannot convert 'const char *' to 'char' in assignment
make[2]: *** [mysqldb.lo] Error 1


************ ./configure log ***************

loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether make sets ${MAKE}... (cached) yes
checking whether build environment is sane... yes
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)       -fPIC
checking if gcc PIC flag       -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) no
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking for a BSD compatible install... /usr/bin/install -c
setting Linux compilation options
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for arpa/inet.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for pthread.h... (cached) yes
checking for regex.h... (cached) yes
checking for resolv.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for algorithm... (cached) yes
checking for vector... (cached) yes
checking for string... (cached) yes
checking for map... (cached) yes
checking for hash_map... (cached) yes
checking for hash_set... (cached) yes
checking size of char... (cached) 1
checking size of short int... (cached) 2
checking size of int... (cached) 4
checking size of long int... (cached) 4
checking size of void *... (cached) 4
checking for socklen_t... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking for regcomp... (cached) yes
checking for socket... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
checking for vsnprintf... (cached) yes
checking for flock... (cached) yes
checking for fcntl... (cached) yes
checking for getpagesize... (cached) yes
checking for gethostbyname... (cached) yes
checking for socket... (cached) yes
checking for compress... (cached) no
checking for compress in -lz... (cached) yes
checking for gethostbyname_r... (cached) yes
checking style of gethostbyname_r... (cached) glibc2
checking third argument to gethostname_r routines... (cached) char
checking for inet_addr... (cached) yes
checking return type of signal handlers... (cached) void
checking for POSIX signals... yes
checking for charset guesser... disabled
checking for "limiting clones by site" feature... enabled
checking if fontsize is used in weight calculation... disabled
checking for fast clones lookup... enabled
checking for external mime-type converters... enabled
checking for Unicode support... enabled
checking for Apache module support... no
checking for OpenSSL support... no
checking for MySQL support... yes
 includes at /usr/include/mysql
 libraries at /usr/lib/mysql
checking for floor... (cached) yes
checking for Oracle8i support... no
updating cache ./config.cache
creating ./config.status
creating misc/expand-prefix
creating misc/aspseek.spec
creating Makefile
creating src/Makefile
creating doc/Makefile
creating etc/Makefile
creating include/Makefile
creating misc/Makefile
creating src/mysql/Makefile
creating src/oracle8i/Makefile
creating man/Makefile
creating etc/aspseek.conf-dist
creating etc/searchd.conf-dist
creating include/paths.h
creating etc/sql/mysql/tables.sql
creating etc/sql/orcl/tables.sql
creating misc/aspseek-mysql-postinstall
creating misc/aspseek
creating man/aspseek.7.ep
creating man/searchd.1.ep
creating man/searchd.conf.5.ep
creating man/aspseek.conf.5.ep
creating man/s.cgi.1.ep
creating man/s.htm.5.ep
creating man/index.1.ep
creating man/aspseek-sql.5.ep
creating include/aspseek-cfg.h
include/aspseek-cfg.h is unchanged

-------------------------------------------------------------
 ASPseek v.1.2.10 is now configured as follows:

C++ compiler:             GNU c++ v.2.96
Compilation flags:        -g -O2 -D_REENTRANT
Installation path:        /usr/local/aspseek
Supported database(s):    MySQL
Features enabled:
 * Limiting clones by site
 * Fast clones lookup
 * Support for external mime-type converter programs
 * Store data in Unicode format
-------------------------------------------------------------

Now it's time to run make && make install.
If make fails, try to use gmake.

 Thank you for using ASPseek!


Reply via email to