- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba 2.2.7 make fails
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
02-24-2003 11:00 PM
02-24-2003 11:00 PM
Samba 2.2.7 make fails
Am trying to compile SAMBA with ldap support i.e ./configure --with-ldap-sam
I continue to get this error when I make it.
lib/snprintf.c:790: conflicting types for `snprintf'
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/stdio.h:493 previous declaration of `snprintf'
As you can see, my gcc is 3.1.
Several other people have had issues with this as well but am not sure how it was solved.
Any help would be gratefuly accepted.
Cheers,
Damo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:25 PM
02-24-2003 11:25 PM
Re: Samba 2.2.7 make fails
are you using make or the gnu make?
you can get gmake from the porting and archive centre,
http://hpux.cs.utah.edu/hppd/hpux/Gnu/make-3.79.1/
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:28 PM
02-24-2003 11:28 PM
Re: Samba 2.2.7 make fails
http://lists.samba.org/pipermail/samba-technical/2002-September/039220.html
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 11:29 PM
02-24-2003 11:29 PM
Re: Samba 2.2.7 make fails
you have to use the verison of make as given above with the link.
This should fix that.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 01:07 AM
02-26-2003 01:07 AM
Re: Samba 2.2.7 make fails
Thanks for your help so far.
I am configuring successfully as:
./configure --with-acl-support --with-profile --disable-static --with-msdfs --with-ldapsam
I have avoided the initial problem by using make-3.79.1 but have a new issue.
Most of the compile works fine but fails on linking libnss_winbind.so.
Here is the error from the gmake:
"Compiling nsswitch/wb_common.c with -fpic
Compiling nsswitch/winbind_nss_solaris.c with -fpic
Linking nsswitch/libnss_winbind.so
/usr/ccs/bin/ld: DP relative code in file /var/tmp//ccEX6iVa.o - shared library must be position
independent. Use +z or +Z to recompile.
collect2: ld returned 1 exit status
gmake: *** [nsswitch/libnss_winbind.so] Error 1"
I can't see the +z switch in man ld.
Any thoughts?
Cheers,
Damo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 01:08 AM
02-26-2003 01:08 AM
Re: Samba 2.2.7 make fails
Damo