Free OpenBSD as a Database Server Tutorial

Feb
11

OpenBSD as a Database Server

Posted by admin

Assuming the user has extracted ports.tar.gz from /usr, to install MySQL from ports:cd /usr/ports/databases/mysql/make && make installOnce MySQL is installed, modify the php3 makefile to include MySQL support:cd /usr/ports/www/php3/vi MakefileThe CONFIGURE_ARGS+= section of the makefile should be modified to include a line: –with-mysql \Then complete, build and install PHP3:make && make install This will produce a MySQL compliant DSO of PHP3, which must then be read in by Apache. Edi 
continue >>

Tags:

Add A Comment