Date: Thu, 9 Sep 2004 12:20:43 -0500 From: Scott Pell <scott@apid.com> To: ports@freebsd.org, thierry@pompo.net, freebsd-ports-bugs@freebsd.org Subject: pear-DB extension error Message-ID: <20040909172043.GE90934@apid.com>
next in thread | raw e-mail | index | archive | help
Found a bug in the pear-DB port. It does not install mysql.so in the /usr/local/lib/php/<dateofbuild>/ directory. pear-DB complains that an extension is missing, running a strace revealed this: open("/usr/local/lib/php/20020429/mysql.so", O_RDONLY) = -1 ENOENT (No such file or directory) Installing lang/php4-extensions with -DWITH_MYSQL set, or the necessary db set, takes care of the issue. To keep from getting email notes from dummies like me, you may want to consider adding the php db shared extensions as dependencies. -- Scott Pell API Digital (TM) http://www.api-digital.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040909172043.GE90934>