<?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 vsftpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664409#M555033</link>
    <description>yes I have a line #include &lt;SYS&gt; and in attahched you will find the struct msghdr in socket.h file&lt;BR /&gt;&lt;/SYS&gt;</description>
    <pubDate>Fri, 04 Nov 2005 07:59:48 GMT</pubDate>
    <dc:creator>feuillet</dc:creator>
    <dc:date>2005-11-04T07:59:48Z</dc:date>
    <item>
      <title>compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664402#M555026</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;I am installing vsftpd on hpux 11iv1, but I encoutered a problem:&lt;BR /&gt;&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysdep_check_auth':&lt;BR /&gt;sysdeputil.c:290: warning: initialization from imcompatible pointer type&lt;BR /&gt;sysdeputil.c: In function 'do_sendfile':&lt;BR /&gt;sysdeputil.c:626: warning: unused variable 'error'&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_setproctitle_internal':&lt;BR /&gt;sysdeputil.c:828: warning: assignement discards qualifiers from pointer target type&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_send_fd':&lt;BR /&gt;sysdeputil.c:1049: error: 'struct msghdr' has no member named 'msg_accrights'&lt;BR /&gt;sysdeputil.c:1050: error: 'struct msghdr' has no member named 'msg_accrightslen'&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_recv_fd':&lt;BR /&gt;sysdeputil.c:1072: error: 'struct msghdr' has no member named 'msg_accrights'&lt;BR /&gt;sysdeputil.c: error: 'struct msghdr' has no member named 'msg_accrightslen'&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I follow the instruction spécify on : &lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=872780" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=872780&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I have still this problem. The solution on link above is for the version 11iv2 and me I work the version 11iv1.&lt;BR /&gt;This is a problem?&lt;BR /&gt;Have you got the solution?&lt;BR /&gt;&lt;BR /&gt;Thanks for the informations&lt;BR /&gt;Ingrid&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 04:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664402#M555026</guid>
      <dc:creator>feuillet</dc:creator>
      <dc:date>2005-11-04T04:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664403#M555027</link>
      <description>That problem is based on wtmp file. However, this is based on structure member. structure msghdr is taking from sys/socket.h with elemenets as,&lt;BR /&gt;&lt;BR /&gt;    struct msghdr {&lt;BR /&gt;        caddr_t  msg_name;       /* optional address */&lt;BR /&gt;        int  msg_namelen;       /* size of address  */&lt;BR /&gt;        struct  iovec *msg_iov;      /* scatter array for data */&lt;BR /&gt;        int  msg_iovlen;       /* # of elements in msg_iov */&lt;BR /&gt;        caddr_t  msg_accrights;       /* access rights */&lt;BR /&gt;        int  msg_accrightslen;    /* size of msg_accrights */&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;Check the header files inclusion and compile again.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Fri, 04 Nov 2005 04:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664403#M555027</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-04T04:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664404#M555028</link>
      <description>Hi Muthu&lt;BR /&gt;&lt;BR /&gt;Thanks, your solution helps me ;-) but the problem is still here. &lt;BR /&gt;In attached, you find the log of news errors.</description>
      <pubDate>Fri, 04 Nov 2005 05:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664404#M555028</guid>
      <dc:creator>feuillet</dc:creator>
      <dc:date>2005-11-04T05:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664405#M555029</link>
      <description>what you did ? sysdeputil.c:199: error: redefinition of 'struct msghdr' is saying that you changd structure?? &lt;BR /&gt;&lt;BR /&gt;Plz post your change informations.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Fri, 04 Nov 2005 05:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664405#M555029</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-04T05:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664406#M555030</link>
      <description>I search the structure msghdr in my file and I didn't find it so I add this structure in my file.&lt;BR /&gt;&lt;BR /&gt;Is it a bad idea?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 05:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664406#M555030</guid>
      <dc:creator>feuillet</dc:creator>
      <dc:date>2005-11-04T05:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664407#M555031</link>
      <description>Indeed I think that I didn't understand your message!! could you explain that you said please?</description>
      <pubDate>Fri, 04 Nov 2005 07:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664407#M555031</guid>
      <dc:creator>feuillet</dc:creator>
      <dc:date>2005-11-04T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664408#M555032</link>
      <description>Do you have a line as #include &lt;SYS&gt; in sysdeputil.c source file. struct msghdr is read from there only. what is there in /usr/include/sys/socket.h file for struct msghdr {}; definition?&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;/SYS&gt;</description>
      <pubDate>Fri, 04 Nov 2005 07:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664408#M555032</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-04T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664409#M555033</link>
      <description>yes I have a line #include &lt;SYS&gt; and in attahched you will find the struct msghdr in socket.h file&lt;BR /&gt;&lt;/SYS&gt;</description>
      <pubDate>Fri, 04 Nov 2005 07:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664409#M555033</guid>
      <dc:creator>feuillet</dc:creator>
      <dc:date>2005-11-04T07:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: compile vsftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664410#M555034</link>
      <description>Hi Muthu,&lt;BR /&gt;   Can u please give us further directions to compile vsftpd on HP-UX 11.23 (11iv2).&lt;BR /&gt;&lt;BR /&gt;I am getting the following error message:&lt;BR /&gt;&lt;BR /&gt;# make&lt;BR /&gt;        gcc -c sysdeputil.c -O2 -Wall -W -Wshadow -idirafter dummyinc&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysdep_check_auth':&lt;BR /&gt;sysdeputil.c:290: warning: initialization from incompatible pointer type&lt;BR /&gt;sysdeputil.c: In function 'do_sendfile':&lt;BR /&gt;sysdeputil.c:626: warning: unused variable 'error'&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_setproctitle_internal':&lt;BR /&gt;sysdeputil.c:828: warning: assignment discards qualifiers from pointer target type&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_send_fd':&lt;BR /&gt;sysdeputil.c:1049: error: 'struct msghdr' has no member named 'msg_accrights'&lt;BR /&gt;sysdeputil.c:1050: error: 'struct msghdr' has no member named 'msg_accrightslen'&lt;BR /&gt;sysdeputil.c: In function 'vsf_sysutil_recv_fd':&lt;BR /&gt;sysdeputil.c:1072: error: 'struct msghdr' has no member named 'msg_accrights'&lt;BR /&gt;sysdeputil.c:1073: error: 'struct msghdr' has no member named 'msg_accrightslen'&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;PAd</description>
      <pubDate>Fri, 02 Dec 2005 10:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-vsftpd/m-p/3664410#M555034</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-12-02T10:10:20Z</dc:date>
    </item>
  </channel>
</rss>

