Logging library for C


 
Thread Tools Search this Thread
Operating Systems AIX Logging library for C
# 1  
Old 07-01-2008
Logging library for C

Hello,

do anybody know a logging library like "log4c" from sourgeforce. log4c
doesn't work on AIX5.x.

Best regards
D.E.
# 2  
Old 07-11-2008
I don't think so. The log4c web site shows that AIX 5.3 is supported and working. Did you have issues building it?


Quote:
Platforms
log4c was successfully compiled and run on the following platforms :

* HP-UX release 11.00
* Tru 64 release 4.0F and 5.1
* Red Hat Linux Intel release 7.x, 8, 9
* Red Hat Enterprise Linux 3, 4
* Solaris Intel release 8, 9, 10
* FreeBSD 6.1-RELEASE
* AIX 5.3 (witk xlc compiler)
* Mac OS X
* Windows X
# 3  
Old 07-11-2008
I wrote
Quote:
log4c doesn't work on AIX5.x.
I compiled the whole package successfully, but there are some errors like
segmentation violation etc. so you can't use the library on AIX5.x and it
seems that other people had similar problems.
I'm looking for an alternative library like log4c.

Best regards
D.E.
# 4  
Old 10-21-2008
Question

Can we use log4c on Windows 2003 Server class OS with Visual Studio 2008 devlopment environment?

edit by bakunin: This is an AIX forum. We only do the " industry-leading UNIX operating system" (board description) here and your question is therefore off-topic.

Last edited by bakunin; 10-21-2008 at 06:04 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

C++ linking library to a library

Hi All, My application main engine will use a shared library where we do many operation. We are trying to implement the linear algebra operation on the shared library for that I need to link my shared library to the lapack library in /usr/lib. Below is my make file. Can you please let me... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies

2. Linux

Syslog not logging successful logging while unlocking server's console

When unlocking a Linux server's console there's no event indicating successful logging Is there a way I can fix this ? I have the following in my rsyslog.conf auth.info /var/log/secure authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies

3. AIX

Add shared members from library to same library in a different directory

I'm trying to install libiconv to AIX 7.1 from an rpm off of the perzl site. The rpm appears to install but I get this error message. add shr4.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a add shr.o shared members from /usr/lib/libiconv.a to ... (5 Replies)
Discussion started by: kneemoe
5 Replies

4. Linux

./configure problem for libsf library due to apparently missing libdb library.

Hello, ./configure script fails to configure libsf. Please check the following last few lines of configure script error. checking for db1/db.h... no checking for db.h... yes checking for dbopen in -ldb1... no configure: error: No libdb? No libsf. But find command shows the following; ... (4 Replies)
Discussion started by: vectrum
4 Replies

5. Post Here to Contact Site Administrators and Moderators

Constant Logging In (After Logging Out)

Hi Everyone. First, I want to thank all of you for letting me participate in this great group. I am having a bit of a problem. After I get an email from a responder, I login to make my reply. In the mean time I get another response by email from another member, I go to reply to them and I... (6 Replies)
Discussion started by: Ccccc
6 Replies

6. Shell Programming and Scripting

How to change a Makefile from building static library to shared library?

Hi: I have a library that it only offers Makefile for building static library. It built libxxx.a file. How do I in any way build a shared library? (either changin the Makefile or direct script or command to build shared library) Thanks. (1 Reply)
Discussion started by: cpthk
1 Replies

7. UNIX for Dummies Questions & Answers

logging when someone changes to su

Is there a file that captures info whenever someone logs to su? i know it comes across as standard output on the server, but is it saved anywhere? Time and date info included?? thanks, kym (1 Reply)
Discussion started by: kymberm
1 Replies
Login or Register to Ask a Question