diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-29 17:14:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-29 17:14:43 +0200 |
commit | cb2fe4a585d4cb78175770938ebf361d023e999d (patch) | |
tree | 1940b1403f37c6c952f762fc1c0bf31836729b47 /solaris | |
parent | 55639bd99d5c33b1ee9daa4ffa8597af9ec334bb (diff) | |
download | rsyslog-cb2fe4a585d4cb78175770938ebf361d023e999d.tar.gz rsyslog-cb2fe4a585d4cb78175770938ebf361d023e999d.tar.xz rsyslog-cb2fe4a585d4cb78175770938ebf361d023e999d.zip |
added some more useful info to Solaris README
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/solaris/README b/solaris/README index 0700642e..3f88431d 100644 --- a/solaris/README +++ b/solaris/README @@ -25,9 +25,13 @@ http://prefetch.net/articles/linkers.badldlibrary.html The working sample configure sequence I use is: -export LDFLAGS="-R/usr/local/lib" +export LDFLAGS="-R/opt/csw/gcc4/lib" ./configure AR=gar ...other options... +As a "quick and dirty" fix, one may set the following library +path before executing rsyslog (may be useful to avoid recompile): + +export LD_LIBRARY_PATH=/opt/csw/gcc4/lib NOT YET SUPPORTED * local log socket |