<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Building fastcgi in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805566#M34236</link>
    <description>&amp;gt; Where's the rest of the error message?&lt;BR /&gt;&lt;BR /&gt;Duh.  Ok.  I can read.  Honest.&lt;BR /&gt;&lt;BR /&gt;DLFCN.H in the porting jive has no protection&lt;BR /&gt;against being included twice.  Probably best&lt;BR /&gt;to add some code to it like that found in any&lt;BR /&gt;_real_ header file:&lt;BR /&gt;&lt;BR /&gt;#ifndef __DLFCN_H&lt;BR /&gt;#define __DLFCN_H&lt;BR /&gt;&lt;BR /&gt;&lt;CURRENT non-comment="" file="" contents=""&gt;&lt;BR /&gt;&lt;BR /&gt;#endif /* ndef __DLFCN_H */&lt;BR /&gt;&lt;BR /&gt;Classy stuff, this.&lt;/CURRENT&gt;</description>
    <pubDate>Wed, 14 Jun 2006 08:40:47 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-06-14T08:40:47Z</dc:date>
    <item>
      <title>Building fastcgi</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805563#M34233</link>
      <description>I am try to build fastcgi on OpenVMS V8.2 and have the following error:&lt;BR /&gt;        } dl_struct;&lt;BR /&gt;..........^&lt;BR /&gt;%CC-E-NOLINKAGE, In this declaration, "dl_struct" has no linkage and has a prior&lt;BR /&gt; declaration in this scope at line number 71 in file disk:[STONE_P.PO&lt;BR /&gt;RTING]DLFCN.H;1.&lt;BR /&gt;at line number 71 in file disk:[STONE_P.PORTING]DLFCN.H;1&lt;BR /&gt;&lt;BR /&gt;I have built the Porting Library in my own directory and am using the following command to  compile:&lt;BR /&gt;&lt;BR /&gt;$ define CC$USER_PORTING  disk:[STONE_P.PORTING]&lt;BR /&gt;$ cc/lis/show=all -&lt;BR /&gt;/define=(eapi,VMS) -&lt;BR /&gt;/assume=noheader_type_default -&lt;BR /&gt;/prefix_library_entries=all_entries -&lt;BR /&gt;/include=("CC$USER_PORTING/",disk:[STONE_P.DEVEL.APACHE.src.include], ,disk:[STONE_P.DEVEL.APACHE.src.os.openvms]) -&lt;BR /&gt;mod_fastcgi&lt;BR /&gt;&lt;BR /&gt;Do I have a problem with vms_jackets.h ?</description>
      <pubDate>Wed, 14 Jun 2006 04:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805563#M34233</guid>
      <dc:creator>P R Stone_1</dc:creator>
      <dc:date>2006-06-14T04:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Building fastcgi</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805564#M34234</link>
      <description>Search for vms_jack in&lt;BR /&gt;&lt;A href="http://hrem157.nano.tudelft.nl/openvms/software2.html" target="_blank"&gt;http://hrem157.nano.tudelft.nl/openvms/software2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;May help.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 14 Jun 2006 05:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805564#M34234</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-14T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Building fastcgi</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805565#M34235</link>
      <description>&amp;gt; Do I have a problem with vms_jackets.h ?&lt;BR /&gt;&lt;BR /&gt;Hard to say.  In _my_ vms_jackets.h, it says:&lt;BR /&gt;&lt;BR /&gt;#if 0&lt;BR /&gt;/* These are now in DLFCN.H */&lt;BR /&gt;    void GENERIC_DLCLOSE(dl_struct *in_handle);&lt;BR /&gt;    char *GENERIC_DLERROR();&lt;BR /&gt;    dl_struct *GENERIC_DLOPEN(char *fn,int mode);&lt;BR /&gt;    void *GENERIC_DLSYM(dl_struct *in_handle,char *name);&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;so, I'd expect no trouble from there.&lt;BR /&gt;&lt;BR /&gt;Where's the rest of the error message?  We&lt;BR /&gt;know that the _prior_ declaration is in&lt;BR /&gt;[...PORTING]]DLFCN.H, but where's the one&lt;BR /&gt;about which it's complaining?&lt;BR /&gt;&lt;BR /&gt;It may be just idle curiosity on my part, but&lt;BR /&gt;where did you get what you're building?</description>
      <pubDate>Wed, 14 Jun 2006 08:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805565#M34235</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-14T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Building fastcgi</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805566#M34236</link>
      <description>&amp;gt; Where's the rest of the error message?&lt;BR /&gt;&lt;BR /&gt;Duh.  Ok.  I can read.  Honest.&lt;BR /&gt;&lt;BR /&gt;DLFCN.H in the porting jive has no protection&lt;BR /&gt;against being included twice.  Probably best&lt;BR /&gt;to add some code to it like that found in any&lt;BR /&gt;_real_ header file:&lt;BR /&gt;&lt;BR /&gt;#ifndef __DLFCN_H&lt;BR /&gt;#define __DLFCN_H&lt;BR /&gt;&lt;BR /&gt;&lt;CURRENT non-comment="" file="" contents=""&gt;&lt;BR /&gt;&lt;BR /&gt;#endif /* ndef __DLFCN_H */&lt;BR /&gt;&lt;BR /&gt;Classy stuff, this.&lt;/CURRENT&gt;</description>
      <pubDate>Wed, 14 Jun 2006 08:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805566#M34236</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-06-14T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Building fastcgi</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805567#M34237</link>
      <description>Wim's link has given me the answer to the compile problem; namely,&lt;BR /&gt;&lt;BR /&gt;For OpenVMS 8.2 and later : remove after installation the following files :&lt;BR /&gt;DLFCN.H, GRP.H, POLL.H, UTIME.H&lt;BR /&gt;&lt;BR /&gt;There are a couple of features in the compile that aren't right but they should be fixable.&lt;BR /&gt;&lt;BR /&gt;I got the code from &lt;A href="http://www.fastcgi.com" target="_blank"&gt;www.fastcgi.com&lt;/A&gt; (Apache version) and the Porting Library from the HP site.&lt;BR /&gt;&lt;BR /&gt;I am trying fastcgi as I have not written an Apache module before and it seems 'easier' as a first pass to use this and attach my existing code than to write my own module. Additionally it also allows separation of the  server and application.&lt;BR /&gt;&lt;BR /&gt;I will leave the thread open until I have a working system</description>
      <pubDate>Thu, 15 Jun 2006 03:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/building-fastcgi/m-p/3805567#M34237</guid>
      <dc:creator>P R Stone_1</dc:creator>
      <dc:date>2006-06-15T03:55:27Z</dc:date>
    </item>
  </channel>
</rss>

