<?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 samba problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882983#M101337</link>
    <description>Somebody can hepl me with this message, when I try to make in samba send me this:     &lt;BR /&gt;#make                                                                          &lt;BR /&gt;Using FLAGS =  -O  -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -D_"&lt;BR /&gt;Using FLAGS32 =  -O  -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -"&lt;BR /&gt;Using LIBS = -lgen -lsec -lnsl                                                  &lt;BR /&gt;Compiling lib/util_seaccess.c                                                   &lt;BR /&gt;cc: warning 422: Unknown option "fPIC" ignored.                                 &lt;BR /&gt;cc: panic 3007:                                                                 &lt;BR /&gt;*** Error exit code 1                                                           &lt;BR /&gt;                                                                                &lt;BR /&gt;Stop.</description>
    <pubDate>Wed, 15 Jan 2003 20:35:51 GMT</pubDate>
    <dc:creator>Ing. Georgina Zurita</dc:creator>
    <dc:date>2003-01-15T20:35:51Z</dc:date>
    <item>
      <title>samba problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882983#M101337</link>
      <description>Somebody can hepl me with this message, when I try to make in samba send me this:     &lt;BR /&gt;#make                                                                          &lt;BR /&gt;Using FLAGS =  -O  -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -D_"&lt;BR /&gt;Using FLAGS32 =  -O  -fPIC -Iinclude -I./include -I./ubiqx -I./smbwrapper -Ae -"&lt;BR /&gt;Using LIBS = -lgen -lsec -lnsl                                                  &lt;BR /&gt;Compiling lib/util_seaccess.c                                                   &lt;BR /&gt;cc: warning 422: Unknown option "fPIC" ignored.                                 &lt;BR /&gt;cc: panic 3007:                                                                 &lt;BR /&gt;*** Error exit code 1                                                           &lt;BR /&gt;                                                                                &lt;BR /&gt;Stop.</description>
      <pubDate>Wed, 15 Jan 2003 20:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882983#M101337</guid>
      <dc:creator>Ing. Georgina Zurita</dc:creator>
      <dc:date>2003-01-15T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: samba problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882984#M101338</link>
      <description>&lt;BR /&gt;You can search the forums using the strings:&lt;BR /&gt;&lt;BR /&gt;samba panic error make warning&lt;BR /&gt;&lt;BR /&gt;or download it from here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or get HP's CIFS (samba):&lt;BR /&gt;&lt;BR /&gt;client: &lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8724AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;server: &lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 15 Jan 2003 21:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882984#M101338</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-15T21:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: samba problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882985#M101339</link>
      <description>Why fool around with compiling, when you can get it already compiled, and in software depot format ready to be installation.</description>
      <pubDate>Wed, 15 Jan 2003 21:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882985#M101339</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-01-15T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: samba problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882986#M101340</link>
      <description>Hi,&lt;BR /&gt;-fPIC is an option available with gcc : independant position code.&lt;BR /&gt;and you are using cc.&lt;BR /&gt;if the cc you are using is the K&amp;amp;R cc compiler used to compile the kernel, then you cannot compile samba.&lt;BR /&gt;If the cc is the ansi C, then the option is +Z instead of -fPIC.&lt;BR /&gt;Last but not least, if you don't have an ansi C, then use gcc instead&lt;BR /&gt;&lt;BR /&gt;samba is easy to compile on HP-UX, with gcc.. This is what I did !&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Benoit</description>
      <pubDate>Thu, 16 Jan 2003 09:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2882986#M101340</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-01-16T09:31:11Z</dc:date>
    </item>
  </channel>
</rss>

