Subject: pkgsrc newbie - How to set compilation options in php5 specifically
To: None <netbsd-users@NetBSD.org>
From: Leonardo Rojas <lrojas@gmail.com>
List: netbsd-users
Date: 02/24/2005 17:05:43
I'm new to NetBSD.
I've successfully built apache, php5 and the php5 extensions meta
package. But even if enable the extension in php.ini, php doesn't
recognize them. I assume that is because php wasn't complied with the
extension enabled (ie: --without-mysql).

Do I have to manually modify the php5 Makefile to enable these extensions?

Is there some interface in pkgsrc to set compilation options analogous
to the one curses one used in FreeBSD?

Are there any other good pkgsrc documentation/tutorials besides the
pkgsrc website?

Thank you very much.