Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 15:42:56 -0700 (PDT)
From:      george vagner <kf7nn@yahoo.com>
To:        Joe Clarke <marcus@marcuscom.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: apache & mod_php3 OT
Message-ID:  <20011014224256.57194.qmail@web13101.mail.yahoo.com>
In-Reply-To: <20011014161919.G27003-100000@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
thanks alot, i would have never figured it out
that way.

what I was able to do though was install php4 and then
add the .php3 tag to apache's application/X tag
and that seemed to make php4 code run php3 code
as their site says its backwards compatible.

I still think that there might be some compatability
issues doing it this way but I am brave...

we will see what happens and i will keep your 
fix in my inbox.



--- Joe Clarke <marcus@marcuscom.com> wrote:
> 
> 
> On Sun, 14 Oct 2001, george vagner wrote:
> 
> > when trying to run apache with the mod_php3
> > module it bombs out with
> >
> > cannot load /usr/local/libexec/apache/libphp3.so
> into
> > server undefined symbol gdImageGif
> 
> I think the GIF writing code was removed from GD due
> to Unisys' license
> restrictions.  If you don't need GD support in PHP,
> you can remove it from
> the initial config dialog.
> 
> Looking at the PHP code, it looks like PHP3 with GD
> support is broken
> unless you have LZW support in GD.  A workaround
> would be to do a make
> configure on mod_php3, then edit
> work/php-3.0.18/config.h, and change:
> 
> #define HAVE_GD_GIF 1
> 
> to
> 
> #define HAVE_GD_GIF 0
> 
> Then do make install clean.  Seems PHP's configure
> script checks for GD,
> but doesn't do an individual check for GdImageGif.
> 
> Joe
> 
> >
> >
> > what do i need to do to get php3 support on the
> > server?
> >
> > this is 4.4-stable as of about 1 week ago.
> >
> > apache is 1.3.20 and I just did a make in the
> ports
> > for mod_php3 to install it.
> >
> > really lost now.....
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Make a great connection at Yahoo! Personals.
> > http://personals.yahoo.com
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body
> of the message
> >
> >
> 


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011014224256.57194.qmail>