- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- compile vsftpd
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 08:15 PM
11-03-2005 08:15 PM
compile vsftpd
I am installing vsftpd on hpux 11iv1, but I encoutered a problem:
sysdeputil.c: In function 'vsf_sysdep_check_auth':
sysdeputil.c:290: warning: initialization from imcompatible pointer type
sysdeputil.c: In function 'do_sendfile':
sysdeputil.c:626: warning: unused variable 'error'
sysdeputil.c: In function 'vsf_sysutil_setproctitle_internal':
sysdeputil.c:828: warning: assignement discards qualifiers from pointer target type
sysdeputil.c: In function 'vsf_sysutil_send_fd':
sysdeputil.c:1049: error: 'struct msghdr' has no member named 'msg_accrights'
sysdeputil.c:1050: error: 'struct msghdr' has no member named 'msg_accrightslen'
sysdeputil.c: In function 'vsf_sysutil_recv_fd':
sysdeputil.c:1072: error: 'struct msghdr' has no member named 'msg_accrights'
sysdeputil.c: error: 'struct msghdr' has no member named 'msg_accrightslen'
Stop.
I follow the instruction spécify on :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=872780
But I have still this problem. The solution on link above is for the version 11iv2 and me I work the version 11iv1.
This is a problem?
Have you got the solution?
Thanks for the informations
Ingrid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 08:31 PM
11-03-2005 08:31 PM
Re: compile vsftpd
struct msghdr {
caddr_t msg_name; /* optional address */
int msg_namelen; /* size of address */
struct iovec *msg_iov; /* scatter array for data */
int msg_iovlen; /* # of elements in msg_iov */
caddr_t msg_accrights; /* access rights */
int msg_accrightslen; /* size of msg_accrights */
}
Check the header files inclusion and compile again.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:13 PM
11-03-2005 09:13 PM
Re: compile vsftpd
Thanks, your solution helps me ;-) but the problem is still here.
In attached, you find the log of news errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:26 PM
11-03-2005 09:26 PM
Re: compile vsftpd
Plz post your change informations.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:42 PM
11-03-2005 09:42 PM
Re: compile vsftpd
Is it a bad idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 11:11 PM
11-03-2005 11:11 PM
Re: compile vsftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 11:30 PM
11-03-2005 11:30 PM
Re: compile vsftpd
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 11:59 PM
11-03-2005 11:59 PM
Re: compile vsftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 02:10 AM
12-02-2005 02:10 AM
Re: compile vsftpd
Can u please give us further directions to compile vsftpd on HP-UX 11.23 (11iv2).
I am getting the following error message:
# make
gcc -c sysdeputil.c -O2 -Wall -W -Wshadow -idirafter dummyinc
sysdeputil.c: In function 'vsf_sysdep_check_auth':
sysdeputil.c:290: warning: initialization from incompatible pointer type
sysdeputil.c: In function 'do_sendfile':
sysdeputil.c:626: warning: unused variable 'error'
sysdeputil.c: In function 'vsf_sysutil_setproctitle_internal':
sysdeputil.c:828: warning: assignment discards qualifiers from pointer target type
sysdeputil.c: In function 'vsf_sysutil_send_fd':
sysdeputil.c:1049: error: 'struct msghdr' has no member named 'msg_accrights'
sysdeputil.c:1050: error: 'struct msghdr' has no member named 'msg_accrightslen'
sysdeputil.c: In function 'vsf_sysutil_recv_fd':
sysdeputil.c:1072: error: 'struct msghdr' has no member named 'msg_accrights'
sysdeputil.c:1073: error: 'struct msghdr' has no member named 'msg_accrightslen'
*** Error exit code 1
Stop.
Thanks
PAd