Hello All,
I am not sure if this is a forum where I can post some help
I would require but would appreciate if it is.
I have been trying to install syslog-ng open source on
Solaris since quite sometime and now I am almost giving up.
After installing I would have presumed to have
/etc/init.d/syslog-ng file created but it wasn’t.
Also now I am not able to do “make” to syslog-ng
, observing the following error.
Can anyone help me why this is happening?
Is it related to PATH / PKG_CONFIG_PATH or something ?
Something or the other is happening and always ending up not able to complete
the installation.
# echo $PATH
/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/bin:/usr/sbin:/opt/local/bin:/usr/local/bin:/opt/local/scripts/common:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/bin/nsr:/usr/sbin/nsr:/usr/ccs/bin:/usr/local/bin:/usr/sfw/bin:/usr/lib:/usr/lib:/usr/local/lib:/usr/local/bin:/usr/sfw/bin:/usr/sfw/bin
echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/sfw/bin
make
make
all-recursive
Making
all in src
lex
cfg-lex.l
"cfg-lex.l":line
263: Error: missing translation value
***
Error code 1
make:
Fatal error: Command failed for target `cfg-lex.c'
Current
working directory /opt/syslog-ng-3.0.4/src
***
Error code 1
The
following command caused the error:
failcom='exit
1'; \
for
f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done;
\
dot_seen=no;
\
target=`echo
all-recursive | sed s/-recursive//`; \
list='src
tests doc contrib debian tgz2build'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done;
\
if
test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi;
test -z "$fail"
make:
Fatal error: Command failed for target `all-recursive'
Current
working directory /opt/syslog-ng-3.0.4
***
Error code 1
make:
Fatal error: Command failed for target `all'