Hello, thank you for this tip. I could compile that code but i have got another problem now. ---- root@shell [/home/spy/syslog-ng-1.1.14]# syslog-ng **** syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory **** root@shell [/home/spy/syslog-ng-1.1.14]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) root@shell [/home/spy/syslog-ng-1.1.14]# ls -l src/syslog-ng -rwxr-xr-x 1 root root 51147 May 7 10:42 src/syslog-ng* root@shell [/home/spy/syslog-ng-1.1.14]# --------- checking for getopt_long... yes checking libol version == 0.1.10... ok updating cache ./config.cache ----------- root@shell [/home/spy/syslog-ng-1.1.14]# whereis libol.so.0 libol.so: /usr/local/lib/libol.so.0 /usr/local/lib/libol.so root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0 lrwxrwxrwx 1 root root 14 May 7 10:41 /usr/local/lib/libol.so.0 -> libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0.0.0 -rwxr-xr-x 1 root root 40523 May 7 10:41 /usr/local/lib/libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# ----------- Can someone help me please? thank you, Osman Taskin
Grab the latest version 1.1.14 (fixed compile error) you'll also need to get updated libol as well.
--Jubal
--- Jubal Kessler, Chief Systems Administrator, interQ Incorporated PGP Key Fingerprint: 5D32 BEB1 8E4B B454 6B9A FDCD 2D4C 19DD 9B47 7DC4 On Fri, 7 May 1999, s wrote:
Hello there,
i have got RH52 with 2.2.3-5 kernel and i always had problems with
compiling
syslog. Can someone gimme a tip what to fix, so i can compile it please?
root@shell [/home/spy/syslog-ng-1.1.14]# syslog-ng **** syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory **** root@shell [/home/spy/syslog-ng-1.1.14]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) root@shell [/home/spy/syslog-ng-1.1.14]# ls -l src/syslog-ng -rwxr-xr-x 1 root root 51147 May 7 10:42 src/syslog-ng* root@shell [/home/spy/syslog-ng-1.1.14]# --------- checking for getopt_long... yes checking libol version == 0.1.10... ok updating cache ./config.cache ----------- root@shell [/home/spy/syslog-ng-1.1.14]# whereis libol.so.0 libol.so: /usr/local/lib/libol.so.0 /usr/local/lib/libol.so root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0
lrwxrwxrwx 1 root root 14 May 7 10:41 /usr/local/lib/libol.so.0 -> libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0.0.0 -rwxr-xr-x 1 root root 40523 May 7 10:41 /usr/local/lib/libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# -----------
is /usr/local/lib listed in your /etc/ld.so.conf file? -- Bazsi PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi@balabit.hu
Balazs Scheidler wrote:
root@shell [/home/spy/syslog-ng-1.1.14]# syslog-ng **** syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory **** root@shell [/home/spy/syslog-ng-1.1.14]# id uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) root@shell [/home/spy/syslog-ng-1.1.14]# ls -l src/syslog-ng -rwxr-xr-x 1 root root 51147 May 7 10:42 src/syslog-ng* root@shell [/home/spy/syslog-ng-1.1.14]# --------- checking for getopt_long... yes checking libol version == 0.1.10... ok updating cache ./config.cache ----------- root@shell [/home/spy/syslog-ng-1.1.14]# whereis libol.so.0 libol.so: /usr/local/lib/libol.so.0 /usr/local/lib/libol.so root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0
lrwxrwxrwx 1 root root 14 May 7 10:41 /usr/local/lib/libol.so.0 -> libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# ls -l /usr/local/lib/libol.so.0.0.0 -rwxr-xr-x 1 root root 40523 May 7 10:41 /usr/local/lib/libol.so.0.0.0* root@shell [/home/spy/syslog-ng-1.1.14]# -----------
is /usr/local/lib listed in your /etc/ld.so.conf file?
Hello, i have added that "/usr/local/lib", but its still the same regards, osman root@shell [/etc]# cat ld.so.conf /usr/local/lib /usr/i486-linuxaout/lib /usr/X11R6/lib /usr/lib /usr/i486-linux-libc5/lib root@shell [/etc]# syslog-ng syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory root@shell [/etc]#
**** syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory ****
i have added that "/usr/local/lib", but its still the same
root@shell [/etc]# cat ld.so.conf /usr/local/lib /usr/i486-linuxaout/lib /usr/X11R6/lib /usr/lib /usr/i486-linux-libc5/lib root@shell [/etc]# syslog-ng syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory root@shell [/etc]#
did you run ldconfig after adding this entry to ld.so.conf? -- Bazsi PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi@balabit.hu
Balazs Scheidler wrote:
**** syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory ****
i have added that "/usr/local/lib", but its still the same
root@shell [/etc]# cat ld.so.conf /usr/local/lib /usr/i486-linuxaout/lib /usr/X11R6/lib /usr/lib /usr/i486-linux-libc5/lib root@shell [/etc]# syslog-ng syslog-ng: error in loading shared libraries: libol.so.0: cannot open shared object file: No such file or directory root@shell [/etc]#
did you run ldconfig after adding this entry to ld.so.conf?
now its working well thank you,P
-- Bazsi PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi@balabit.hu
_______________________________________________ syslog-ng maillist - syslog-ng@vekoll.saturnus.vein.hu http://vekoll.saturnus.vein.hu/mailman/listinfo/syslog-ng
participants (2)
-
Balazs Scheidler
-
s