<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.linuxnetworks.de/doc/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.linuxnetworks.de/doc/index.php?action=history&amp;feed=atom&amp;title=OpenDBX%2FSetup%2FUnix-like%2FDistribution_quirks</id>
		<title>OpenDBX/Setup/Unix-like/Distribution quirks - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.linuxnetworks.de/doc/index.php?action=history&amp;feed=atom&amp;title=OpenDBX%2FSetup%2FUnix-like%2FDistribution_quirks"/>
		<link rel="alternate" type="text/html" href="https://www.linuxnetworks.de/doc/index.php?title=OpenDBX/Setup/Unix-like/Distribution_quirks&amp;action=history"/>
		<updated>2026-06-12T09:15:45Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.11</generator>

	<entry>
		<id>https://www.linuxnetworks.de/doc/index.php?title=OpenDBX/Setup/Unix-like/Distribution_quirks&amp;diff=3667&amp;oldid=prev</id>
		<title>Nose: New distribution quirks page</title>
		<link rel="alternate" type="text/html" href="https://www.linuxnetworks.de/doc/index.php?title=OpenDBX/Setup/Unix-like/Distribution_quirks&amp;diff=3667&amp;oldid=prev"/>
				<updated>2009-06-27T09:13:33Z</updated>
		
		<summary type="html">&lt;p&gt;New distribution quirks page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Linux ==&lt;br /&gt;
&lt;br /&gt;
The necessary files for certain backends might be available at different locations in some distributions. Below are the ./configure calls for the major distributions if they differ from the default.&lt;br /&gt;
&lt;br /&gt;
=== Debian/Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/mysql&amp;quot; \&lt;br /&gt;
 LDFLAGS=&amp;quot;-L/usr/lib/mysql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;mysql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/postgresql&amp;quot; \&lt;br /&gt;
 LDFLAGS=&amp;quot;-L/usr/lib/postgresql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;pgsql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Fedora/RHEL ===&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/mysql&amp;quot; \&lt;br /&gt;
 LDFLAGS=&amp;quot;-L/usr/lib/mysql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;mysql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Mandriva ===&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/mysql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;mysql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/pgsql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;pgsql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== SuSE ===&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/mysql&amp;quot; \&lt;br /&gt;
 LDFLAGS=&amp;quot;-L/usr/lib/mysql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;mysql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/include/pgsql&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;pgsql&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Common ==&lt;br /&gt;
&lt;br /&gt;
This section applies to all distributions and Unix-like systems.&lt;br /&gt;
&lt;br /&gt;
=== Oracle ===&lt;br /&gt;
&lt;br /&gt;
The location of the Oracle files isn't distribution specific but are placed in an arkward location by Oracle. The necessary preprocessor and library flags are:&lt;br /&gt;
&lt;br /&gt;
 CPPFLAGS=&amp;quot;-I/usr/lib/oracle/xe/app/oracle/product/&amp;lt;version&amp;gt;/client/rdbms/public&amp;quot; \&lt;br /&gt;
 LDFLAGS=&amp;quot;-L/usr/lib/oracle/xe/app/oracle/product/&amp;lt;version&amp;gt;/client/lib&amp;quot; \&lt;br /&gt;
 ./configure --with-backends=&amp;quot;oracle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please replace &amp;lt;version&amp;gt; with the version of your installed Oracle package.&lt;/div&gt;</summary>
		<author><name>Nose</name></author>	</entry>

	</feed>