<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: dso code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 04:14:28 GMT</pubDate>
    <description>DZone Snippets: dso code</description>
    <item>
      <title>Adding DSO modules to Apache 2.0.53 on UNIX</title>
      <link>http://snippets.dzone.com/posts/show/33</link>
      <description>For some reason all the Apache docs tell you to run apxs over a .so file. I never had any .so files, but I found this to work (if you have the .c file for your module).&lt;br /&gt;&lt;br /&gt;&lt;code&gt;/usr/local/apache2/bin/apxs -c mod_foo.c&lt;br /&gt;/usr/local/apache2/bin/apxs -i -a -n foo mod_foo.la&lt;/code&gt;&lt;br /&gt;It seems that the apxs compilation process puts the .so file in a folder called .libs/ which is invisible to a regular ls, but the above works too.</description>
      <pubDate>Sun, 03 Apr 2005 23:34:40 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/33</guid>
      <author>peter (Peter Cooperx)</author>
    </item>
  </channel>
</rss>
