On Thu, Mar 24, 2011 at 10:27 AM, Pramod Pillai <pramodpill...@gmail.com>wrote:

> Thanks Steven . it worked after installing  libevtlog pkg.
>
> On Thu, Mar 17, 2011 at 7:40 PM, Steven Acres <ad...@swatteksystems.com>
> wrote:
> > On Thu, Mar 17, 2011 at 4:43 AM, pramod pillai <pramodpill...@gmail.com>
> > wrote:
> >>
> >> I have installed syslogng-3.1.2 on Solaris 10 machine. But I cannot
> start
> >> the syslog-ng since some of the libs are not present.
> >>
> >> bash-3.00# ./syslog-ng start
> >> ld.so.1: syslog-ng: fatal: libglib-2.0.so.0: open failed: No such file
> or
> >> directory
> >> Killed
> >>
> >> bash-3.00# ldd syslog-ng
> >>        libpthread.so.1 =>       /usr/lib/libpthread.so.1
> >>        libdoor.so.1 =>  /usr/lib/libdoor.so.1
> >>        libsocket.so.1 =>        /usr/lib/libsocket.so.1
> >>        librt.so.1 =>    /usr/lib/librt.so.1
> >>        libnsl.so.1 =>   /usr/lib/libnsl.so.1
> >>        libglib-2.0.so.0 =>      (file not found)
> >>        libintl.so.8 =>  /usr/local/lib/libintl.so.8
> >>        libevtlog.so.0 =>        (file not found)
> >>        libssl.so.1.0.0 =>       /usr/local/ssl/lib/libssl.so.1.0.0
> >>        libcrypto.so.1.0.0 =>    /usr/local/ssl/lib/libcrypto.so.1.0.0
> >>        libdl.so.1 =>    /usr/lib/libdl.so.1
> >>        libz.so =>       /usr/lib/libz.so
> >>        libresolv.so.2 =>        /usr/lib/libresolv.so.2
> >>        libpcre.so.0 =>  (file not found)
> >>        libc.so.1 =>     /usr/lib/libc.so.1
> >>        libaio.so.1 =>   /lib/libaio.so.1
> >>        libmd.so.1 =>    /lib/libmd.so.1
> >>        libmp.so.2 =>    /lib/libmp.so.2
> >>        libscf.so.1 =>   /lib/libscf.so.1
> >>        libiconv.so.2 =>         /usr/local/lib/libiconv.so.2
> >>        libsec.so.1 =>   /usr/lib/libsec.so.1
> >>        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
> >>        libuutil.so.1 =>         /lib/libuutil.so.1
> >>        libgen.so.1 =>   /lib/libgen.so.1
> >>        libavl.so.1 =>   /lib/libavl.so.1
> >>        libm.so.2 =>     /lib/libm.so.2
> >>
> >> I have following version of the library libglib.
> >> ./usr/sfw/lib/libglib-1.2.so.0
> >> ./usr/sfw/lib/libglib-1.2.so.0.0.10
> >> ./usr/sfw/lib/libglib.la
> >>
> >> How to get the version libglib-2.0.so.0 ? Also I do not want to delete
> the
> >> older version since many application in the machine is using the older
> >> version of this.
> >>
> >> Regards
> >> Pramod
> >> --
> >> This message posted from opensolaris.org
> >> _______________________________________________
> >> opensolaris-help mailing list
> >> opensolaris-help@opensolaris.org
> >
> > Hi,
> >
> > You're also missing libpcre and libevtlog. Not sure how you installed
> > syslog-ng; configure should have caught those missing libs.
> > You might try sunfreeware site for a pkg.
> >
> > --
> > Cheers,
> >
> > Steven
> > -----------------------
> > Steven Acres
> > UNIX/Linux System Administrator
> >
> >
>

You're welcome, though best practice would be to generate a package. Libs
get updated and boom, breakage.

-- 
Cheers,

Steven
-----------------------
Steven Acres
UNIX/Linux System Administrator
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to