hi again!
its kinda weird answering my own problems! i have solved my problem already.
best regards,
--edwin
_________________
\_____\__\ ____/__/ Edwin D. Viñas
\ _____\__\ ___/__/ SRSII, DOST-ASTI, PREGINET Project
\ _____\__\__/__/ Mobile:+639202612660 Tel:+6324351071
\______\__\/__/ "IF OTHERS THINK 10 MINUTES AHEAD;
'02 \______\___/ FILIPINOS MUST THINK 10 YEARS AHEAD".
----- Original Message -----
From: Edwin D. Viñas
To: otrs@otrs.org
Cc: OTRS Team
Sent: Friday, October 25, 2002 10:56 AM
Subject: fetchmail error
hi pipol!
im currently installing otrs in my FreeBSD box. i successfully installed up to procmail system.
now im trying to install fetchmail. i know its not otrs related topic but i know someone out here
may know what's the problem with my fetchmail installation:
fetchmail-6.1.1.tar.gz
./configure --with-gettext OK!
make !OK
ERROR:
santan# make
expect conflicts: 2 shift/reduce
bison -y -d ./rcfile_y.y
conflicts: 2 shift/reduce
mv y.tab.c rcfile_y.c
mv -f y.tab.h rcfile_y.h
cd . # && autoheader
echo timestamp> ./stamp-h.in
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/locale\" -c -I. -I. -I./intl -I./intl -O rcfile_y.c
In file included from ./rcfile_y.y:30:
i18n.h:8: libintl.h: No such file or directory
make: *** [rcfile_y.o] Error 1
SOLUTION:
based on : http://www.namazu.org/ml/namazu-devel-en/msg00004.html
this will be the solution:
env CFLAGS=-I/usr/local/include LIBS="-L/usr/local/lib -lintl" ./configure
anyone who's kind hearted enough to help me :-(
best regards,
--edwin
_________________
\_____\__\ ____/__/ Edwin D. Viñas
\ _____\__\ ___/__/ SRSII, DOST-ASTI, PREGINET Project
\ _____\__\__/__/ Mobile:+639202612660 Tel:+6324351071
\______\__\/__/ "IF OTHERS THINK 10 MINUTES AHEAD;
'02 \______\___/ FILIPINOS MUST THINK 10 YEARS AHEAD".