[PHP] syntax error while compiling php
I'm using php-4.2.1 on FreeBSD 4.5 with Apache2, I did the configure fine, I did a './configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs', but when I do a 'gmake' it comes up with php_functions.c:93: syntax error gmake[3]: *** [php_functions.lo] Error 1 gmake[3]: Leaving directory `/usr2/php-4.2.1/sapi/apache2filter' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr2/php-4.2.1/sapi/apache2filter' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr2/php-4.2.1/sapi' gmake: *** [all-recursive] Error 1 what can I do to fix this? I even tried to just do a 'make' but came up with basically the same thing Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Problem compiling PHP
I'm using php-4.2.1 on FreeBSD 4.5 with Apache2, I did the configurefine, I did a './configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs', but when I do a 'gmake' it comes up with php_functions.c:93: syntax error gmake[3]: *** [php_functions.lo] Error 1 gmake[3]: Leaving directory `/usr2/php-4.2.1/sapi/apache2filter' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr2/php-4.2.1/sapi/apache2filter' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr2/php-4.2.1/sapi' gmake: *** [all-recursive] Error 1 what can I do to fix this? I even tried to just do a 'make' but came upwith basically the same thing Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] uninstalling PHP4
I just uninstalled MySQL, now how do i uninstall PHP4, I installed it from a .tar file. thx, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RE: [PHP] uninstalling PHP4
how do I tell? -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 8:32 PM To: David Loszewski Cc: [EMAIL PROTECTED] Subject: Re: [PHP] uninstalling PHP4 > I just uninstalled MySQL, now how do i uninstall PHP4, I installed it from a > .tar file. Just remove the LoadModule line from your httpd.conf assuming you built PHP as a DSO. If you compiled it into your Apache as a static module you will need to recompile Apache. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RE: [PHP] uninstalling PHP4
because I uninstalled MySQL, don't you need MySQL to run PHP? -Original Message- From: Joe Stump [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 8:38 PM To: David Loszewski Cc: Rasmus Lerdorf; [EMAIL PROTECTED] Subject: Re: [PHP] uninstalling PHP4 I think the more important question is: Why would you want to uninstall it? ;o) --Joe On Sun, Apr 08, 2001 at 08:40:57PM -0400, David Loszewski wrote: > how do I tell? > > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 08, 2001 8:32 PM > To: David Loszewski > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] uninstalling PHP4 > > > > I just uninstalled MySQL, now how do i uninstall PHP4, I installed it from > a > > .tar file. > > Just remove the LoadModule line from your httpd.conf assuming you built > PHP as a DSO. If you compiled it into your Apache as a static module you > will need to recompile Apache. > > -Rasmus > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /*** ***\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to double your money on mediocrity than lose it all on a dream." * \*** ***/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]