<?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: Compile a module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782313#M77508</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Code lines 489..496&lt;BR /&gt;&lt;BR /&gt; if (!*ntlmssp-&amp;gt;user)&lt;BR /&gt;        return HTTP_BAD_REQUEST;&lt;BR /&gt;    ntlm_connection-&amp;gt;user = ap_pstrdup(r-&amp;gt;connection-&amp;gt;pool, ntlmssp-&amp;gt;user);&lt;BR /&gt;    ntlm_connection-&amp;gt;domain = (*ntlmssp-&amp;gt;domain)&lt;BR /&gt;        ? ap_pstrdup(r-&amp;gt;connection-&amp;gt;pool, ntlmssp-&amp;gt;domain)&lt;BR /&gt;        : crec-&amp;gt;ntlm_domain;&lt;BR /&gt;    ntlm_connection-&amp;gt;password = ap_pcalloc(r-&amp;gt;connection-&amp;gt;pool, RESP_LEN);&lt;BR /&gt;    memcpy(ntlm_connection-&amp;gt;password, ntlmssp-&amp;gt;nt, RESP_LEN);</description>
    <pubDate>Mon, 12 Aug 2002 14:25:37 GMT</pubDate>
    <dc:creator>Brian Keenan</dc:creator>
    <dc:date>2002-08-12T14:25:37Z</dc:date>
    <item>
      <title>Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782289#M77484</link>
      <description>Hi,&lt;BR /&gt;I'm trying to compile a module using the command&lt;BR /&gt;make install &amp;amp;&amp;amp; make restart &lt;BR /&gt;It errors out with message:&lt;BR /&gt;ld: No $UNWIND_END$ subspace has been defined (probably missing /usr/ccs/lib/crt0.o)&lt;BR /&gt;apxs:Break: Command failed with rc=65536&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;The file /usr/ccs/lib/crt0.o does exist.&lt;BR /&gt;&lt;BR /&gt;Any clues?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 08 Aug 2002 12:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782289#M77484</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-08T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782290#M77485</link>
      <description>what module?&lt;BR /&gt;what C compiler?&lt;BR /&gt;what OS?</description>
      <pubDate>Thu, 08 Aug 2002 13:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782290#M77485</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-08T13:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782291#M77486</link>
      <description>does /usr/ccs/lib/ exist?&lt;BR /&gt;&lt;BR /&gt;attach an&lt;BR /&gt;&lt;BR /&gt;swlist | more&lt;BR /&gt;&lt;BR /&gt;To compile a kernel module, you'd use config (1m) and kminstall, but I don't think this is what you're doing..&lt;BR /&gt;&lt;BR /&gt;See also &lt;A href="http://www.hp.com/go/developer" target="_blank"&gt;http://www.hp.com/go/developer&lt;/A&gt; for general developer support..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 08 Aug 2002 13:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782291#M77486</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-08T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782292#M77487</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;From the 11.00 release notes&lt;BR /&gt;&lt;BR /&gt;These symbols are no longer defined in a PA64 crt0.o:&lt;BR /&gt;&lt;BR /&gt;$RECOVER_END$&lt;BR /&gt;$RECOVER_START$&lt;BR /&gt;$START$&lt;BR /&gt;$UNWIND_END$&lt;BR /&gt;$UNWIND_START$&lt;BR /&gt;$global$&lt;BR /&gt;__argc_value&lt;BR /&gt;__argv_value&lt;BR /&gt;_start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://www.docs.hp.com" target="_blank"&gt;www.docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel</description>
      <pubDate>Thu, 08 Aug 2002 13:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782292#M77487</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-08T13:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782293#M77488</link>
      <description>Bill, /usr/ccs/lib exists, because the file /usr/ccs/lib/crt0.o exists (from initial message)&lt;BR /&gt;&lt;BR /&gt;Steve, 64bit builds are not supported from the braindead bundled compiler.&lt;BR /&gt;&lt;BR /&gt;/opt/langtools/lib/crt0.o&lt;BR /&gt;/opt/langtools/lib/pa20_64/crt0.o&lt;BR /&gt;&lt;BR /&gt;are the one's used by HP's ANSI-C compiler</description>
      <pubDate>Thu, 08 Aug 2002 13:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782293#M77488</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-08T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782294#M77489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;swlist file attached.&lt;BR /&gt;module is nltm_auth for apache/unix</description>
      <pubDate>Thu, 08 Aug 2002 14:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782294#M77489</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-08T14:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782295#M77490</link>
      <description>OS = 11.00&lt;BR /&gt;&lt;BR /&gt;Compiler = HP C-ANSI-C (I hope you *are* using it)&lt;BR /&gt;-- your version is B.11.01.07, consider an upgrade:&lt;BR /&gt;&lt;BR /&gt;a5:/ 101 # swlist | grep ANSI&lt;BR /&gt;  B3901BA                       B.11.02.04     HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800)&lt;BR /&gt;  PHSS_25985                    1.0            ANSI C compiler General patch&lt;BR /&gt;a5:/ 102 #&lt;BR /&gt;&lt;BR /&gt;Module for Apache. Show us more output from the make. Do you *need* 64bit compile?</description>
      <pubDate>Thu, 08 Aug 2002 14:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782295#M77490</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-08T14:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782296#M77491</link>
      <description>Have you run the .configure that most modules come with?&lt;BR /&gt;&lt;BR /&gt;Then I'm assuming you ran make with no problems.  Try "make test" to see if that is in there as an option.&lt;BR /&gt;&lt;BR /&gt;Make sure that /usr/ccs/lib is in your path as well.</description>
      <pubDate>Thu, 08 Aug 2002 14:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782296#M77491</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-08T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782297#M77492</link>
      <description>Full output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;make test&lt;BR /&gt;        apxs -c  -I/apps/9ias/oracle/product/9iAS/Apache/Apache/include -L/home/javadba1/mod_ntlm-0.3/smbval -Wc,-Wall mod_ntlm.c&lt;BR /&gt;cc -O -xildoff  -DMACHINE64  -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -KPIC -DSOLARIS2=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI -DUSE_EXPAT -I../lib/expat-lite -KPIC -DSHARED_MODULE -I/include -Wall -I/apps/9ias/oracle/product/9iAS/Apache/Apache/include  -c mod_ntlm.c&lt;BR /&gt;cc: warning 422: Unknown option "x" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "i" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "K" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "K" ignored.&lt;BR /&gt;ld -G -o mod_ntlm.so mod_ntlm.o -L/home/javadba1/mod_ntlm-0.3/smbval &lt;BR /&gt;ld: Unsatisfied symbols:&lt;BR /&gt;   memset (code)&lt;BR /&gt;   memcpy (code)&lt;BR /&gt;   close (code)&lt;BR /&gt;   socket (code)&lt;BR /&gt;   free (code)&lt;BR /&gt;   bzero (code)&lt;BR /&gt;   ap_requires (code)&lt;BR /&gt;   ap_cfg_closefile (code)&lt;BR /&gt;   toupper (code)&lt;BR /&gt;   writev (code)&lt;BR /&gt;   ap_pstrcat (code)&lt;BR /&gt;   ap_palloc (code)&lt;BR /&gt;   fputs (code)&lt;BR /&gt;   getgid (code)&lt;BR /&gt;   strlen (code)&lt;BR /&gt;   ap_set_string_slot (code)&lt;BR /&gt;   ap_getword_conf (code)&lt;BR /&gt;   ap_table_get (code)&lt;BR /&gt;   connect (code)&lt;BR /&gt;   ap_clear_pool (code)&lt;BR /&gt;   ap_table_addn (code)&lt;BR /&gt;   gethostbyname (code)&lt;BR /&gt;   ap_pstrdup (code)&lt;BR /&gt;   ap_null_cleanup (code)&lt;BR /&gt;   _islower (code)&lt;BR /&gt;   strcasecmp (code)&lt;BR /&gt;   strncmp (code)&lt;BR /&gt;   inet_addr (code)&lt;BR /&gt;   ap_set_flag_slot (code)&lt;BR /&gt;   ap_set_file_slot (code)&lt;BR /&gt;   strncpy (code)&lt;BR /&gt;   ap_base64encode_len (code)&lt;BR /&gt;   ap_psprintf (code)&lt;BR /&gt;   ap_base64decode (code)&lt;BR /&gt;   ap_base64decode_len (code)&lt;BR /&gt;   vsprintf (code)&lt;BR /&gt;   ap_table_setn (code)&lt;BR /&gt;   ap_register_cleanup (code)&lt;BR /&gt;   ap_make_table (code)&lt;BR /&gt;   fclose (code)&lt;BR /&gt;   ap_cfg_getline (code)&lt;BR /&gt;   strchr (code)&lt;BR /&gt;   read (code)&lt;BR /&gt;   ap_getword_white (code)&lt;BR /&gt;   strcmp (code)&lt;BR /&gt;   ap_destroy_pool (code)&lt;BR /&gt;   ap_getword (code)&lt;BR /&gt;   ap_log_rerror (code)&lt;BR /&gt;   strcpy (code)&lt;BR /&gt;   gethostname (code)&lt;BR /&gt;   ap_pcfg_openfile (code)&lt;BR /&gt;   ap_pbase64decode (code)&lt;BR /&gt;   fopen (code)&lt;BR /&gt;   ap_make_sub_pool (code)&lt;BR /&gt;   ap_note_basic_auth_failure (code)&lt;BR /&gt;   malloc (code)&lt;BR /&gt;   memcmp (code)&lt;BR /&gt;   getpid (code)&lt;BR /&gt;   ap_pcalloc (code)&lt;BR /&gt;   alarm (code)&lt;BR /&gt;   ap_signal (code)&lt;BR /&gt;   __SB_masks (data)&lt;BR /&gt;   ap_base64encode (code)&lt;BR /&gt;ld: No $UNWIND_END$ subspace has been defined (probably missing /usr/ccs/lib/crt0.o)&lt;BR /&gt;apxs:Break: Command failed with rc=65536&lt;BR /&gt;*** Error exit code 1</description>
      <pubDate>Thu, 08 Aug 2002 14:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782297#M77492</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-08T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782298#M77493</link>
      <description>OK, this /does/ help. You are feeding your HP C-ANSI-C compiler gcc options. You have two choices&lt;BR /&gt;&lt;BR /&gt;1. Download a working gcc, preferably the same mod_perl was built with, and use that (recent versions can be fetched from &lt;A href="https://www.beepz.com/personal/merijn" target="_blank"&gt;https://www.beepz.com/personal/merijn&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;2. `Fix' the Makefile to pass correct arguments&lt;BR /&gt;&lt;BR /&gt;-Wc,-Wall =&amp;gt; remove, or use +w1&lt;BR /&gt;-xildoff =&amp;gt; ?&lt;BR /&gt;-KPIC =&amp;gt; +Z&lt;BR /&gt;-Wall =&amp;gt; remove, or use +w1&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2002 17:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782298#M77493</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-08T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782299#M77494</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I went for option 2, but still getting the same error.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 09 Aug 2002 07:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782299#M77494</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-09T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782300#M77495</link>
      <description>The /same/? *Exactly* the same? I don't believe. Show the output again please. (not the missing symbols, I beleive those :)</description>
      <pubDate>Fri, 09 Aug 2002 07:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782300#M77495</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-09T07:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782301#M77496</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I advise you to modify your makefile so that&lt;BR /&gt;it invokes cc  to do the link (instaed of&lt;BR /&gt;ld  as I assume you are using now)&lt;BR /&gt;&lt;BR /&gt;In this way cc  will invoke ld  and automatically  link in /usr/ccs/lib/crt0.o&lt;BR /&gt;It will also  link in libc.  Most of the&lt;BR /&gt;uresolved symbols (if not all) are found&lt;BR /&gt;in libc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Fri, 09 Aug 2002 07:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782301#M77496</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-09T07:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782302#M77497</link>
      <description>Hi, this is the error and I've also attached my Makefile&lt;BR /&gt; make install &amp;amp;&amp;amp; make restart&lt;BR /&gt;        apxs -c  -I/apps/9ias/oracle/product/9iAS/Apache/Apache/include -L/home/&lt;BR /&gt;javadba1/mod_ntlm-0.3/smbval  mod_ntlm.c&lt;BR /&gt;cc -O -xildoff  -DMACHINE64  -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -KPIC -DSOLARIS&lt;BR /&gt;2=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI -DUSE_EXPAT -&lt;BR /&gt;I../lib/expat-lite -KPIC -DSHARED_MODULE -I/include -I/apps/9ias/oracle/product/&lt;BR /&gt;9iAS/Apache/Apache/include  -c mod_ntlm.c&lt;BR /&gt;cc: warning 422: Unknown option "x" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "i" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "K" ignored.&lt;BR /&gt;cc: warning 422: Unknown option "K" ignored.&lt;BR /&gt;ld -G -o mod_ntlm.so mod_ntlm.o -L/home/javadba1/mod_ntlm-0.3/smbval&lt;BR /&gt;ld: Unsatisfied symbols:&lt;BR /&gt;-&lt;BR /&gt;-&lt;BR /&gt;-&lt;BR /&gt;-&lt;BR /&gt;ld: No $UNWIND_END$ subspace has been defined (probably missing /usr/ccs/lib/crt&lt;BR /&gt;0.o)&lt;BR /&gt;apxs:Break: Command failed with rc=65536&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 09 Aug 2002 08:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782302#M77497</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-09T08:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782303#M77498</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;Make sure that you did a "make clean" after modifying the Makefile.  Then "make", and then "make test".&lt;BR /&gt;&lt;BR /&gt;Then let us see the results from the "make test".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 13:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782303#M77498</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-09T13:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782304#M77499</link>
      <description>can we see 'apxs' please?&lt;BR /&gt;&lt;BR /&gt;the suggestion to replace 'ld' with 'cc' is good, but we're not in that stage (yet). We first have to resolve the fact that cc is passed the wrong options</description>
      <pubDate>Fri, 09 Aug 2002 13:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782304#M77499</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-09T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782305#M77500</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached apxs file&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 12 Aug 2002 10:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782305#M77500</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-12T10:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782306#M77501</link>
      <description>Hey, great! That's a perl script!&lt;BR /&gt;&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;my $CFG_CC            = q(cc -O -xildoff  -DMACHINE64  -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -KPIC);                # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_CFLAGS        = q( -DSOLARIS2=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI -DUSE_EXPAT -I../lib/expat-lite `../apaci`);            # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_CFLAGS_SHLIB  = q(-KPIC -DSHARED_MODULE);      # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_LD_SHLIB      = q(ld);          # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_LDFLAGS_SHLIB = q(-G); # substituted via Makefile.tmpl &lt;BR /&gt;my $CFG_LIBS_SHLIB    = q();        # substituted via Makefile.tmpl &lt;BR /&gt;my $CFG_PREFIX        = q(/apps/9ias/oracle/product/9iAS/Apache/Apache);            # substituted via APACI install&lt;BR /&gt;my $CFG_SBINDIR       = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/bin);           # substituted via APACI install&lt;BR /&gt;my $CFG_INCLUDEDIR    = q(/include);        # substituted via APACI install&lt;BR /&gt;my $CFG_LIBEXECDIR    = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/libexec);        # substituted via APACI install&lt;BR /&gt;my $CFG_SYSCONFDIR    = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/conf);        # substituted via APACI install&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;Check and see how this works:&lt;BR /&gt;--8&amp;lt;---&lt;BR /&gt;my $CFG_CC            = q(cc -O -DMACHINE64 -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE +Z);                # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_CFLAGS        = q(-DSOLARIS2=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI -DUSE_EXPAT -I../lib/expat-lite `../apaci`);            # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_CFLAGS_SHLIB  = q(+Z -DSHARED_MODULE);      # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_LD_SHLIB      = q(cc);          # substituted via Makefile.tmpl&lt;BR /&gt;my $CFG_LDFLAGS_SHLIB = q(-b); # substituted via Makefile.tmpl &lt;BR /&gt;my $CFG_LIBS_SHLIB    = q();        # substituted via Makefile.tmpl &lt;BR /&gt;my $CFG_PREFIX        = q(/apps/9ias/oracle/product/9iAS/Apache/Apache);            # substituted via APACI install&lt;BR /&gt;my $CFG_SBINDIR       = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/bin);           # substituted via APACI install&lt;BR /&gt;my $CFG_INCLUDEDIR    = q(/include);        # substituted via APACI install&lt;BR /&gt;my $CFG_LIBEXECDIR    = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/libexec);        # substituted via APACI install&lt;BR /&gt;my $CFG_SYSCONFDIR    = q(/apps/9ias/oracle/product/9iAS/Apache/Apache/conf);        # substituted via APACI install&lt;BR /&gt;--&amp;gt;8---&lt;BR /&gt;&lt;BR /&gt;Or modify Makefile.tmpl&lt;BR /&gt;&lt;BR /&gt;Since I cannot test above, I can give no guarantee :)&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 10:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782306#M77501</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-12T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782307#M77502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached is the new error stack.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 12 Aug 2002 11:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782307#M77502</guid>
      <dc:creator>Brian Keenan</dc:creator>
      <dc:date>2002-08-12T11:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compile a module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782308#M77503</link>
      <description>That's an exit code of cc?&lt;BR /&gt;&lt;BR /&gt;Calc &amp;gt; 65536&lt;BR /&gt;0200000 / 65536 / 0x10000&lt;BR /&gt;Calc &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's causing apxc to exit. To see what happens if you just ignore it, do change&lt;BR /&gt;&lt;BR /&gt;sub execute_cmds {&lt;BR /&gt;    my (@cmds) = @_;&lt;BR /&gt;    my ($cmd, $rc);&lt;BR /&gt;    foreach $cmd (@cmds) {&lt;BR /&gt;        print STDERR "$cmd\n";&lt;BR /&gt;        $rc = system("$cmd");&lt;BR /&gt;        if ($rc != 0) {&lt;BR /&gt;            printf(STDERR "apxs:Break: Command failed with rc=%d\n", $rc &amp;lt;&amp;lt; 8);&lt;BR /&gt;            exit(1);&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;sub execute_cmds {&lt;BR /&gt;    my (@cmds) = @_;&lt;BR /&gt;    my ($cmd, $rc);&lt;BR /&gt;    foreach $cmd (@cmds) {&lt;BR /&gt;        print STDERR "$cmd\n";&lt;BR /&gt;        $rc = system("$cmd");&lt;BR /&gt;        if ($rc != 0) {&lt;BR /&gt;            printf(STDERR "apxs:Break: Command failed with rc=%d\n", $rc &amp;lt;&amp;lt; 8);&lt;BR /&gt;            # exit(1);&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The error you see does not ring a bell here. I hope someone else can help you out there ...</description>
      <pubDate>Mon, 12 Aug 2002 11:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-a-module/m-p/2782308#M77503</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-12T11:12:35Z</dc:date>
    </item>
  </channel>
</rss>

