----- Original Message -----
From: "Nathan V. Aceron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 11:33 PM
Subject: Re: [plug] proxy problem
> sir:
>
> sorry, d ko napansin response nyo. anyway, the last time naayos ko
> na siya,(i thought) pero ganun sya ulit.
>
> the version of gcc is version 2.95.3 (SuSE)
> im using SuSE 7.3
gcc version 2.95.[123] is a buggy version when using the optimization switch
(-O2) on *bsd and linux which causes pointers to become NULL pointers...
before running ./configure , edit "configure" file and look for these lines
# Remove optimization for GCC 2.95.[12]
# gcc -O[2] on *BSD and Linux (x86) causes pointers to magically become NULL
if test "$GCC" = "yes"; then
GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
case "$GCCVER" in
2.95.[12])
echo "Removing -O for gcc on $host with GCC $GCCVER"
CFLAGS="`echo $CFLAGS | sed -e 's/-O[0-9]*//'`"
;;
esac
fi
replace 2.95.[12]) with 2.95.[123]) .... run "configure"... make all and
make install
this will solve your problem if you are running squid-2.4.x and below...
fooler.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph
To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL
PROTECTED]