<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sphinx &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/sphinx/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:29:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Sphinx全文检索引擎使用指南：安装支持的操作系统：在绝大多数现代的Unix类操作系统上，只需要一个C++编译器就可以编译并运行Sphinx，而不需要对源码进行任何改动。</title>
		<link>https://moneyslow.com/sphinx%e5%85%a8%e6%96%87%e6%a3%80%e7%b4%a2%e5%bc%95%e6%93%8e%e4%bd%bf%e7%94%a8%e6%8c%87%e5%8d%97%ef%bc%9a%e5%ae%89%e8%a3%85%e6%94%af%e6%8c%81%e7%9a%84%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%ef%bc%9a.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 06:45:20 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sphinx]]></category>
		<category><![CDATA[互联网技术]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7745</guid>

					<description><![CDATA[Sphinx可以在以下系统上运行: Linux 2.4.x, 2.6.x (包括各种发行版) ? Windows 2000, XP ? FreeBSD 4.x, 5.x, 6.x ? NetBSD 1.6, 3.0 ? Solaris 9, 11 ? Mac OS X 支持的CPU种类包括 X86, X86-64, SPARC64。 依赖的工具：在UNIX平台上，你需要以下的工具用来编译和安装Sphinx: C++编译器。GNU gcc就能够干这个活。 make程序。GNU make就能够干这个活。 安装Sphinx： tar包解压，并进入sphinx子目录:&#160; $ tar xzvf sphinx-0.9.7.tar.gz&#160; $ cd sphinx&#160; configuration程序： $ ./configure configure程序有很多运行选项。完整的列表可以通过使用 --help开关得到。最重要的如下：&#160; --prefix, 定义将 Sphinx安装到何处;&#160; --with-mysql, 当自动检测失败时，指出在那里能找到MySQL头文件和库文件; 制作二进制程序：&#160; [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>centos6 安装 sphinx</title>
		<link>https://moneyslow.com/centos6-%e5%ae%89%e8%a3%85-sphinx.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 06:13:34 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sphinx]]></category>
		<category><![CDATA[互联网技术]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7740</guid>

					<description><![CDATA[安装前请先确定安装了常用的组件,然后在官方网站下载最新的Sphinx, yum install -y python python-develhttp://sphinxsearch.com/downloads/release/&#160; &#160;安装sphinxtar zxvf sphinx-2.1.4-release.tar.gz cd sphinx-2.1.4-release ./configure --prefix=/usr/local/sphinx –-with-mysql make &#38;&#38; make install libsphinxclient 安装（PHP模块需要） cd api/libsphinxclient ./configure --prefix=/usr/local/sphinx make &#38;&#38; make install 安装PHP的Sphinx模块 下载地址：http://pecl.php.net/package/sphinx wget http://pecl.php.net/get/sphinx-1.3.0.tgz tar zxf sphinx-1.3.0.tgz cd sphinx-1.3.0 /usr/local/PHP/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --with-sphinx=/usr/local/sphinx/ make &#38;&#38; make install 安装好后，在安装目录下etc目录下，有份测试数据和配置的样本 cd /usr/local/sphinx/etc cp sphinx.conf.dist sphinx.conf]]></description>
		
		
		
			</item>
	</channel>
</rss>
