Date: Tue, 20 Mar 2001 17:54:29 +0100 From: Christoph Sold <so@server.i-clue.de> To: la3sg@sensewave.com Cc: freebsd-questions@FreeBSD.ORG, la3ag@sensewave.com Subject: Re: Rebuilding PHP4 for image support Message-ID: <3AB78B45.6DB3A144@i-clue.de> References: <200103191152.MAA20499@mail44.fg.online.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Kjell schrieb: > > I am trying to rebuild PHP as an Apache module with image support. When I > issue my make command in the /usr/ports/www/mod_php4 everything proceeds > normal. All dependencies like Apache and the GD library are compiled > without errors. It seems you missed the "make install" command. This will fail if the apache daemon is still running. Thus, an "apachectl stop" or "/usr/local/etc/rc.d/apache stop" has to be done first. > Everything done I take up a HTML page containing a <? phpinfo() ?> > statement with my browser. The response tells me that PHP has been > upgraded to Version 4.0.1pl2, but on the 'Configure Command' line I find '- > -without-gd' and PHP functions dependent upon the GD library does not > work. This confirms nothing has been installed. > When I look in the generated Makefile.inc in the /usr/ports/www/mod_php4 > directory, it contains a CONFIGURE_ARGS += --with-gd..... Usually mod_php4 asks which options should be compiled in. Have you checked the gd button at this screen? If so, have you checked the output of make for errors? > At the end of compilation I see a message: Make sure the Mime.types are > connected to the PHP module properly. I do not see the significance of > this. /usr/local/etc/httpd.conf should contain something like "LoadModule php4_module libexec/apache/libphp4.so" "AddModule mod_php4.c" "AddType application/x-httpd-php .php" at various places. This should be added automatically. > In Linux there is a file php.ini that have to be placed in the Apache > config folder. I have not found this file in FreeBSD apart from the file > called php.ini-dist from the distribution CD. php.ini overrides compiled-in defaults. If it is not present, you're using the defaults. HTH -Christoph Sold 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?3AB78B45.6DB3A144>