/usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found


 
Thread Tools Search this Thread
Operating Systems Solaris /usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found
# 1  
Old 03-18-2010
/usr/lib/

deleteing post

Last edited by dshakey; 03-18-2010 at 07:54 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. BSD

FreeBSD: /usr/bin/ld not looking in /usr/local/lib

I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries. I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble: $ ./autogen.sh checking... (2 Replies)
Discussion started by: AntumDeluge
2 Replies

2. Shell Programming and Scripting

On £ symbol

Hi All, How do i represent £ symbol in unix and how to retain £ symbol in file. Thanks in Advance (3 Replies)
Discussion started by: HemaV
3 Replies

3. UNIX for Advanced & Expert Users

kernel debug:"Symbol file not found for *.ko"

When I debug vmlinux with gdb, after it connect to the target, I got below output: usbcore.ko: No such file or directory. Error while mapping shared library sections: ohci_hcd.ko: No such file or directory. Symbol file not found for usbcore.ko Symbol file not found for ohci_hcd.ko Symbol... (2 Replies)
Discussion started by: yanglei_fage
2 Replies

4. Programming

Error: Undefined Symbol ..... First referenced in file......

Hi, I am working with Solaris 5.9 and I am newbie in Socket programming and I stated working with socket programming and I copyed a simple client & server program from a website which I am attaching with this and when I am compiling these files.I am getting the error-- Please Help me to... (1 Reply)
Discussion started by: smartgupta
1 Replies

5. AIX

Getting Symbol resolution failed for ../../../lib/libc.a Error

Hi I have compiled a binary on AIX 5.3.0.0 but when i run i get following error Could not load program ACE_wrappers/bin/gperf: Symbol resolution failed for ../../../lib/libc.a(posix_aio.o) because: Symbol _posix_kaio_rdwr (number 2) is not exported from dependent module... (0 Replies)
Discussion started by: khan_nayeem
0 Replies

6. UNIX for Advanced & Expert Users

relocation error: yyparse referenced symbol not found

This is my set up: LD_LIBRARY_PATH=/apps/rogue_wave_sol7/workspaces/workshop6_u1/4d/lib:/apps/fu/section20/vendorLib/EMS/4.2/lib:/home/a487891/cppunit/lib:/usr/openwin/lib:/usr/lib ldd -d TestDatalinkTradeRouter libintl.so => /usr/lib/libintl.so libw.so.1 => /usr/lib/libw.so.1... (2 Replies)
Discussion started by: agilgeous
2 Replies

7. UNIX for Dummies Questions & Answers

The > symbol

Hi guys, Im new to unix; I have a problem at hand. Somehow at the terminal, I lost the command prompt, instead I get a ">" symbol. Anything I type in does me no good. What do you recommend? Thank you for your help. (3 Replies)
Discussion started by: csb
3 Replies

8. UNIX for Advanced & Expert Users

referenced symbol not found, how to solve?

while trying to execute an application, i encountered thefollowing error: ld.so.1: myApplication : fatal: relocation error: file /opt/oracle/oradb/lib/libHotDB50.so: symbol sqlcxt: referenced symbol not found my questions : 1) what is relocation error? 2) why this error occur? 3) how... (4 Replies)
Discussion started by: champion
4 Replies
Login or Register to Ask a Question
ldtbread(3x)															      ldtbread(3x)

Name
       ldtbread - read an indexed symbol table entry of a common object file

Syntax
       #include <stdio.h>
       #include <filehdr.h>
       #include <syms.h>
       #include <ldfcn.h>

       int ldtbread (ldptr, symindex, symbol)
       LDFILE *ldptr;
       long symindex;
       pSYMR *symbol;

Description
       The  reads  the	symbol table entry specified by symindex of the common object file currently associated with ldptr into the area of memory
       beginning at symbol.

       returns success or failure.  If symindex is greater than the number of symbols in the object file or if it cannot read the specified symbol
       table entry, fails.

       The  local  and	external  symbols  are concatenated into a linear list.  Symbols are accessible from symnum zero to SYMHEADER(ldptr).isym-
       Max+SYMHEADER(ldptr).iextMax.  The index and iss fields of the SYMR are made absolute (rather than file relative) so that routines and pro-
       ceed normally given those indices.  Only the sym part of externals is returned.

       Note that the first symbol in the symbol table has an index of zero.

See Also
       ldclose(3x), ldgetname(3x), ldopen(3x), ldtbseek(3x), ldgetname(3x), ldfcn(5)

								       RISC							      ldtbread(3x)