Library for solaris.


 
Thread Tools Search this Thread
Operating Systems Solaris Library for solaris.
# 8  
Old 03-10-2012
Then there is no installation problem. The library is here and it contains the required function.
# 9  
Old 03-10-2012
So? What must I do?
# 10  
Old 03-10-2012
Fix your software building procedure (configure and/or Makefile). It is at least missing the -lresolv flag.
# 11  
Old 03-10-2012
It's not my software! I say it's courier-imap server.
# 12  
Old 03-10-2012
By your software, I mean the software you are trying to build from source. You need to fix its build procedure and/or report a bug to its developer.
# 13  
Old 03-11-2012
Ok... But if there is a problem with the standard library? There isn't a pkg it contain all of the standard library of C and C++?
# 14  
Old 03-11-2012
No, there isn't a single package. The C standard library is always installed, being a mandatory component to run any program, i.e. not only those written in C. The operating system wouldn't run without it. On the other hand, its associated headers are optional as they are only required to build programs.

There are multiple C++ standard libraries so the situation is more complex here.

In any case, res_query isn't part of the Solaris standard library (libc) but of the resolver library (libresolv).
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Gnupg library issues on Solaris 11

I have installed gnupg from the official Solaris 11 repository, but am experiencing library issues. This is the error I am getting: ld.so.1: gpg2: fatal: relocation error: file /usr/lib/libreadline.so.5: symbol tgetent: referenced symbol not foundSee more information here: bash-4.1$ gpg2... (4 Replies)
Discussion started by: ujjain
4 Replies

2. Solaris

What is the Solaris OS deamon which controls Library?

Hi All, What is the Solaris OS deamon which controls the Libraries? Regards, Rakesh. (2 Replies)
Discussion started by: rakesh.413
2 Replies

3. UNIX for Dummies Questions & Answers

Installing a library of php in solaris 10

People i want to install a library on a solaris 10 x64 with a opteron. The library asks for a another library called libxcb-xlib.so.0. Does Anybody know where i can find this library? the complete error is root@webserver # php PHP Warning: PHP Startup: Unable to load dynamic library... (1 Reply)
Discussion started by: enkei17
1 Replies

4. Solaris

swat library error on Solaris 9

Hi, I had define swat in /etc/services, in /etc/inet/inetd.conf. When I start swat http://localhost:901 I receive the follow message: ld.so.1: swat: fatal: libiconv.so.2: open failed: No such file or directory Then I restart the system and the same message is comming. The swat is only... (2 Replies)
Discussion started by: MuellerUrs
2 Replies

5. Programming

Solaris 9 Custom Library Error

Gday People i have a library created in c++ that is used to control custom hardware. The library compiles fine, however when i compile a test program that links the library i get the following errors: Undefined first referenced symbol in file... (3 Replies)
Discussion started by: _Michael_
3 Replies

6. Solaris

Standard Template Library in Solaris 8.0

Hi Everybody, Can anyone guide me how to install SGI's STL Library on Solaris 8.0 ? Out of SGI's STL and STLPort, which third party STL is suitable, stable and thread-safe for UNIX Platform ? Please guide me over the above issue . Thanks & Regards Dinesh-Ahuja (0 Replies)
Discussion started by: md7ahuja
0 Replies

7. Programming

How compile a library on solaris(like dll in windows)

Hi all, how do i compile a c program into a library on solaris Thanks in advance Zing (3 Replies)
Discussion started by: zing
3 Replies
Login or Register to Ask a Question