- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot compile Samba 3.0.0 @ 11.00 - Errors in lib...
Operating System - HP-UX
1822168
Members
3849
Online
109640
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-26-2003 08:13 PM
09-26-2003 08:13 PM
Cannot compile Samba 3.0.0 @ 11.00 - Errors in libsmb/clikrb5.c?
Hello!
I'm trying to get Samba 3.0.0 to compile on a HP-UX 11.00
system. Well, "trying to" is the key here... :(
I did this do configure the Samba source:
____________________________________________________________
#!/usr/local/bin/bash
VERSION=3.0.0
PREFIX=/opt/samba-${VERSION}
CC=/usr/local/bin/gcc
CPP=/usr/local/bin/cpp
SHLIB_PATH=$SHLIB_PATH:/usr/local/lib
PATH=$PATH:/opt/heimdal-0.6/bin
export CC
export CPP
export SHLIB_PATH
export PATH
cd samba-${VERSION}/source
./configure \
--prefix=${PREFIX} \
\
--disable-cups \
\
--with-smbwrapper \
--with-ads \
--with-dce-dfs \
--with-automount \
--with-pam \
--with-pam_smbpass \
--with-winbind
____________________________________________________________
Then I ran "gmake" and failed with:
------------------------------------------------------------
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function `krb5_locate_kdc':
libsmb/clikrb5.c:225: error: dereferencing pointer to incomplete type
libsmb/clikrb5.c:226: error: dereferencing pointer to incomplete type
libsmb/clikrb5.c: In function `krb5_princ_component':
libsmb/clikrb5.c:405: warning: assignment discards qualifiers from pointer target type
gmake: *** [libsmb/clikrb5.o] Error 1
------------------------------------------------------------
Compiler used is gcc 3.3.1 from http://hpux.connect.org.uk/. System used is a
HP-UX 11.00 server.
What do I have to do to get it to compile?
Thanks a lot,
Alexander
I'm trying to get Samba 3.0.0 to compile on a HP-UX 11.00
system. Well, "trying to" is the key here... :(
I did this do configure the Samba source:
____________________________________________________________
#!/usr/local/bin/bash
VERSION=3.0.0
PREFIX=/opt/samba-${VERSION}
CC=/usr/local/bin/gcc
CPP=/usr/local/bin/cpp
SHLIB_PATH=$SHLIB_PATH:/usr/local/lib
PATH=$PATH:/opt/heimdal-0.6/bin
export CC
export CPP
export SHLIB_PATH
export PATH
cd samba-${VERSION}/source
./configure \
--prefix=${PREFIX} \
\
--disable-cups \
\
--with-smbwrapper \
--with-ads \
--with-dce-dfs \
--with-automount \
--with-pam \
--with-pam_smbpass \
--with-winbind
____________________________________________________________
Then I ran "gmake" and failed with:
------------------------------------------------------------
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function `krb5_locate_kdc':
libsmb/clikrb5.c:225: error: dereferencing pointer to incomplete type
libsmb/clikrb5.c:226: error: dereferencing pointer to incomplete type
libsmb/clikrb5.c: In function `krb5_princ_component':
libsmb/clikrb5.c:405: warning: assignment discards qualifiers from pointer target type
gmake: *** [libsmb/clikrb5.o] Error 1
------------------------------------------------------------
Compiler used is gcc 3.3.1 from http://hpux.connect.org.uk/. System used is a
HP-UX 11.00 server.
What do I have to do to get it to compile?
Thanks a lot,
Alexander
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP