Hi Wim, There was a mistake made with the patch ... since it modifies some of the auto generated templates it is necessary to run automake, autoconf etc. after applying the patch and before configuring and building the package. Since this can sometimes be problematic I have updated the patch.
Please download version 2 from http://aspseek.unixatwork.com/ and apply to a freshly unpacked source tree. Let me know how you get on. Matt. On Sat, 13 Jul 2002, Wim Godden wrote: > Hi, > > I just tried your php addon for aspseek, but it simply won't compile. > This is what I get : > When running make : > cd . && aclocal > cd . && automake --foreign --include-deps Makefile > cd . && autoconf > /bin/sh ./config.status --recheck > cd . && aclocal > cd . && automake --foreign --include-deps Makefile > cd . && autoconf > /bin/sh ./config.status --recheck > > <cut part away here> > > checking for Unicode support... enabled > checking for Apache module support... yes > apxs is /usr/local/apache/bin/apxs > includes at /usr/local/apache/include > checking for OpenSSL support... yes > checking for MySQL support... yes > includes at /usr/local/mysql/include/mysql > libraries at /usr/local/mysql/lib/mysql > checking for floor... yes > checking for Oracle8i support... no > configure: creating ./config.status > sed: can't read include/aspseek.h: No such file or directory > cd . \ > && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status > config.status: creating Makefile > config.status: executing depfiles commands > Making all in src > make[1]: Entering directory `/root/aspseek-1.2.9/src' > cd .. && automake --gnu --include-deps src/Makefile > automake: src/Makefile.am: object `charsets.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `sock.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `logger.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `datetime.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `timer.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `ucharset.$(OBJEXT)' created both with > libtool and without > : deprecated feature: `mod_aspseek.so' overrides > `mod_aspseek.so$(EXEEXT)' > : change your target to read `mod_aspseek.so$(EXEEXT)' > automake: src/Makefile.am: object `protocol.$(OBJEXT)' created both with > libtool and without > automake: src/Makefile.am: object `crc32.$(OBJEXT)' created both with > libtool and without > src/Makefile.am: required file `misc/depcomp' not found > make[1]: *** [Makefile.in] Error 1 > make[1]: Leaving directory `/root/aspseek-1.2.9/src' > make: *** [all-recursive] Error 1 > > > Anh suggestions ? > > Greetings, > > Wim >
