<?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: Apache - help with carriage controls to SYS$OUTPUT in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233109#M39714</link>
    <description>Do you have a source code reproducer or diagnostics or such?&lt;BR /&gt;&lt;BR /&gt;Tried that reproducer with Mac OS X or Mac OS X Server and with another (newer, different) Apache server?&lt;BR /&gt;&lt;BR /&gt;As for linking with Apache (and if I'm interpreting the "not working" phrase correctly), create a linker options file (called, say, YourOptionsFileName.OPT) with the following lines of text:&lt;BR /&gt;&lt;BR /&gt;APACHE$APR_SHR/SHARE&lt;BR /&gt;APACHE$APR_SHRP/SHARE&lt;BR /&gt;&lt;BR /&gt;and add a YourOptionsFileName/OPTION parameter onto the LINK command, and you're probably good to go.  &lt;BR /&gt;</description>
    <pubDate>Fri, 02 Apr 2010 11:53:24 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2010-04-02T11:53:24Z</dc:date>
    <item>
      <title>Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233106#M39711</link>
      <description>I'm getting embedded carriage controls on my binary file during multitple (max 32k) writes to SYS$OUTPUT. I'm working in C and the function  apache$$setsockopt() is supposed to resolve this issue. I was previously using Apache$fixbg.&lt;BR /&gt;&lt;BR /&gt;Anyone have any examples to share to do this in my C code? and any ideas on how to link to this function? I also tried apache$set_ccl by calling it from my code via a logical but not working. &lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 13:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233106#M39711</guid>
      <dc:creator>JRY</dc:creator>
      <dc:date>2010-04-01T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233107#M39712</link>
      <description>Don't have an example, but the release notes here:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;tell you what image to link against, how to call the function, and what privileges or rights identifiers you need.&lt;BR /&gt;&lt;BR /&gt;A snippet of your code showing what you're passing to apache$$setsockopt and what you're doing to verify that the call was successful (or not) might help folks diagnose why it's not working for you.</description>
      <pubDate>Thu, 01 Apr 2010 15:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233107#M39712</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2010-04-01T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233108#M39713</link>
      <description>Yes, I've referenced that documentation and I see the function prototype but I'm still unclear exactly how to link in my makefile my obj from my c program to the Apache executable APACHE_APR_SHRP.EXE that contains the function APACHE$$SETSOCKOPT.</description>
      <pubDate>Fri, 02 Apr 2010 11:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233108#M39713</guid>
      <dc:creator>JRY</dc:creator>
      <dc:date>2010-04-02T11:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233109#M39714</link>
      <description>Do you have a source code reproducer or diagnostics or such?&lt;BR /&gt;&lt;BR /&gt;Tried that reproducer with Mac OS X or Mac OS X Server and with another (newer, different) Apache server?&lt;BR /&gt;&lt;BR /&gt;As for linking with Apache (and if I'm interpreting the "not working" phrase correctly), create a linker options file (called, say, YourOptionsFileName.OPT) with the following lines of text:&lt;BR /&gt;&lt;BR /&gt;APACHE$APR_SHR/SHARE&lt;BR /&gt;APACHE$APR_SHRP/SHARE&lt;BR /&gt;&lt;BR /&gt;and add a YourOptionsFileName/OPTION parameter onto the LINK command, and you're probably good to go.  &lt;BR /&gt;</description>
      <pubDate>Fri, 02 Apr 2010 11:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233109#M39714</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-04-02T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233110#M39715</link>
      <description>I think that did the trick and got me on the road to figure out the rest. My output is no longer corrupted.&lt;BR /&gt;&lt;BR /&gt;Thank you for your assistance!</description>
      <pubDate>Mon, 05 Apr 2010 20:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233110#M39715</guid>
      <dc:creator>JRY</dc:creator>
      <dc:date>2010-04-05T20:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apache - help with carriage controls to SYS$OUTPUT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233111#M39716</link>
      <description>Closing Thread</description>
      <pubDate>Mon, 05 Apr 2010 20:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/apache-help-with-carriage-controls-to-sys-output/m-p/5233111#M39716</guid>
      <dc:creator>JRY</dc:creator>
      <dc:date>2010-04-05T20:05:47Z</dc:date>
    </item>
  </channel>
</rss>

