- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- build issue, unsatisfied symbol.
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
04-04-2006 10:43 PM
04-04-2006 10:43 PM
build issue, unsatisfied symbol.
While doing gmake i am getting following error. gssapi.h header file is having definition of these symbols but its giving this error.
Platform hpux 11.11/23/ia/pa
/usr/ccs/bin/ld: Unsatisfied symbols:
GSS_C_NT_HOSTBASED_SERVICE (first referenced in ../lib/.libs/libsasl2.a(gssapi.o)) (data)
GSS_C_NT_USER_NAME (first referenced in ../lib/.libs/libsasl2.a(gssapi.o)) (data)
collect2: ld returned 1 exit status
Regards,
Ambika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 10:55 PM
04-04-2006 10:55 PM
Re: build issue, unsatisfied symbol.
It will work.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:01 PM
04-04-2006 11:01 PM
Re: build issue, unsatisfied symbol.
You need to check the following,
# version of GSSAPI.
# Depedency of this product
Which product you are trying to build ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:10 PM
04-04-2006 11:10 PM
Re: build issue, unsatisfied symbol.
I am building cyrussasl.
In README.hp we have following task
export LDFLAGS="-Wl,+nodefaultrpath" If i export this then gcc is giving error that cant find shared library libc.2. If this LDFLAGS is not exported then configuration is going fine.
But compilation error i am getting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:15 PM
04-04-2006 11:15 PM
Re: build issue, unsatisfied symbol.
You need to take a look at config.log for more details. You can comment out if needed.
Also, try to assign points to the people you responded your question.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:21 PM
04-04-2006 11:21 PM
Re: build issue, unsatisfied symbol.
Ya i check config.log is says cant find shared library libc.2 . Detail is as below.
configure:2183: gcc -V &5
gcc: '-V' option must have argument
configure:2186: $? = 1
configure:2210: checking for C compiler default output
configure:2213: gcc -Wl,+nodefaultrpath conftest.c >&5
configure:2216: $? = 0
configure:2262: result: a.out
configure:2267: checking whether the C compiler works
configure:2273: ./a.out
/usr/lib/dld.sl: Can't open shared library: libc.2
/usr/lib/dld.sl: No such file or directory
./configure[2274]: 27062 Abort(coredump)
configure:2276: $? = 134
configure:2283: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:24 PM
04-04-2006 11:24 PM
Re: build issue, unsatisfied symbol.
export SHLIB_PATH=/usr/lib:
Try to configure now.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=742828
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 11:31 PM
04-04-2006 11:31 PM
Re: build issue, unsatisfied symbol.
You need to # export SHLIB_PATH=$SHLIB_PATH:/usr/lib:/usr/local/lib:/usr/lib/hpux32
-Arun