Sponsored Content
Full Discussion: path for libc.a
Top Forums Programming path for libc.a Post 302098437 by matrixmadhan on Monday 4th of December 2006 09:07:27 AM
Old 12-04-2006
check in /usr/lib/
 

8 More Discussions You Might Find Interesting

1. Programming

xldb WARNING: libC.a(ansi_32.o) has been stripped

Hi, When i start the Debugger i get this warning: xldb WARNING: /usr/lpp/xlC/lib/libC.a(ansi_32.o) has been stripped. anyone know what this warning means? xldb is a Debugger under AIX. Lazzar (2 Replies)
Discussion started by: Lazzar
2 Replies

2. UNIX for Dummies Questions & Answers

libc re-bassing

Hi guyth I;ve just install ubuntu (more l9ke n00buntu amiraite) linux and a quick question about the libc randomisation?!!! I notice that libc seems 2 mapped and random addys but .text &th@ gets mapped staticly still, so surely that defats the whole purpses? What is reall yimportant is we... (3 Replies)
Discussion started by: timbass
3 Replies

3. AIX

Problem restoring libc.a (AIX 5.3)

Hi, The symbolic link from /usr/lib/libc.a to /usr/ccs/lib/libc.a was deleted by accident. So we are trying to restore it, but we have some problems. After booting from CD, and access the rootvg volume group (without mounting the system), we tried to execute the next commands: mount /dev/hd4... (1 Reply)
Discussion started by: NicoAIX
1 Replies

4. Linux

Deploying Qt on CentOS - libc.so.6 update problem

I am developing a simple client-server (TCP) application using QT. The server side is to run on CentOS. I am developing both the server and client programs using Ubuntu. I am now attempting to deploy an experimental version of the server application on the CentOS server, but I am not yet... (2 Replies)
Discussion started by: David Brown
2 Replies

5. HP-UX

hpux-itanium 64 bit problem for libC

i am trying to build on hpux-itanium 64 bit platform. my application needs to link to 64 bit version of the library libCsup.so This library is present in /usr/lib/hpux64/libCsup.so I am specifying the location of this library as linker flags LDFLAGS := -Wl,-N -Wl,+s... (0 Replies)
Discussion started by: skyineyes
0 Replies

6. AIX

Dependent modules libc.a and libpthreads.a

Hello I am trying to install ActivePerl Pro Studio and I am seeing the following errors. Could not load program ./setup: Symbol resolution failed for setup because: Symbol ___memcmp (number 1) is not exported from dependent module /usr/lib/libc.a(shr.o). ... (2 Replies)
Discussion started by: flagman5
2 Replies

7. UNIX for Advanced & Expert Users

libc.so.1 (SUNW_1.22.7) => (version not found)

What package would I need to get this file? SUNW_1.22.7. Please help. thank you. :) (5 Replies)
Discussion started by: SystemAddict
5 Replies

8. Red Hat

RPM Install error: libc.so.6 is needed by

I have an application rpm which when installed is failing to get installed with error error: Failed dependencies: libc.so.6 is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.0) is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.1) is needed by testSam-4.7.x86_64 ... (1 Reply)
Discussion started by: rupeshkp728
1 Replies
SD_SESSION_IS_ACTIVE(3) 				       sd_session_is_active					   SD_SESSION_IS_ACTIVE(3)

NAME
sd_session_is_active, sd_session_get_uid, sd_session_get_seat, sd_session_get_service, sd_session_get_type, sd_session_get_class, sd_session_get_display - Determine state of a specific session SYNOPSIS
#include <systemd/sd-login.h> int sd_session_is_active(const char* session); int sd_session_get_uid(const char* session, uid_t* uid); int sd_session_get_seat(const char* session, char** seat); int sd_session_get_service(const char* session, char** service); int sd_session_get_type(const char* session, char** type); int sd_session_get_class(const char* session, char** class); int sd_session_get_display(const char* session, char** display); DESCRIPTION
sd_session_is_active() may be used to determine whether the session identified by the specified session identifier is currently active (i.e. currently in the foreground and available for user input) or not. sd_session_get_uid() may be used to determine the user identifier of the Unix user the session identified by the specified session identifier belongs to. sd_session_get_seat() may be used to determine the seat identifier of the seat the session identified by the specified session identifier belongs to. Note that not all sessions are attached to a seat, this call will fail for them. The returned string needs to be freed with the libc free(3) call after use. sd_session_get_service() may be used to determine the name of the service (as passed during PAM session setup) that registered the session identified by the specified session identifier. The returned string needs to be freed with the libc free(3) call after use. sd_session_get_type() may be used to determine the type of the session identified by the specified session identifier. The returned string is one of x11, tty or unspecified and needs to be freed with the libc free(3) call after use. sd_session_get_class() may be used to determine the class of the session identified by the specified session identifier. The returned string is one of user, greeter or lock-screen and needs to be freed with the libc free(3) call after use. sd_session_get_display() may be used to determine the X11 display of the session identified by the specified session identifier. The returned string is one of needs to be freed with the libc free(3) call after use. If the session parameter of any of these functions is passed as NULL the operation is executed for the session the calling process is a member of, if there is any. RETURN VALUE
If the test succeeds sd_session_is_active() returns a positive integer, if it fails 0. On success sd_session_get_uid(), sd_session_get_service() and sd_session_get_seat() return 0 or a positive integer. On failure, these calls return a negative errno-style error code. NOTES
The sd_session_is_active(), sd_session_get_uid(), sd_session_get_service() and sd_session_get_seat() interfaces are available as shared library, which can be compiled and linked to with the libsystemd-login pkg-config(1) file. SEE ALSO
systemd(1), sd-login(7), sd_pid_get_session(3) AUTHOR
Lennart Poettering <lennart@poettering.net> Developer systemd 10/07/2013 SD_SESSION_IS_ACTIVE(3)
All times are GMT -4. The time now is 01:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy