HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem compiling samba 2.2.4
Operating System - HP-UX
1830213
Members
1460
Online
109999
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
05-13-2002 05:26 AM
05-13-2002 05:26 AM
problem compiling samba 2.2.4
when compiling samba i get the following error messages:
Linking nsswitch/pam_winbind.so
/usr/bin/ld: DP relative code in file /var/tmp/ccu93vhb.o - shared library mustbe position independent. Use +z or +Z to recompile.
what to recompile and where to specify +z or +Z ???
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2002 05:39 AM
05-13-2002 05:39 AM
Re: problem compiling samba 2.2.4
Hi,
All objects that make up a shared library
must be compiled to be "position independant"
When you use an HP compiler, the option to
use is +z (or in some cases you will have
to use +Z).
It is the linker /usr/bin/ld that finds
that one of the objects you try to put into a
shared lib is not compiled to be "position independant". The error-message says it is
ccu93vhb.o. This means that you will have
to find out (in your make-file) where it is
compiled and add the +z option to the compilecommand.
Regards
Olav
All objects that make up a shared library
must be compiled to be "position independant"
When you use an HP compiler, the option to
use is +z (or in some cases you will have
to use +Z).
It is the linker /usr/bin/ld that finds
that one of the objects you try to put into a
shared lib is not compiled to be "position independant". The error-message says it is
ccu93vhb.o. This means that you will have
to find out (in your make-file) where it is
compiled and add the +z option to the compilecommand.
Regards
Olav
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP