Programming
undefined symbol: php_ini_opened_path
by WhiteHack on Apr.04, 2009, under PHP, Programming
Found this error trying to install PHP 5.2 on Slackware 12.2 yesterday
Eventually got it working with:
make clean
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
make
make install
There are a few people that have had this problem, but I could not find the answer on Google, the key is the make clean on the PHP source directory.