Results 1 to 2 of 2
Dear all, i need urgent help on this. am stuck with this for past few days. nothing seems to pop up from google as help.
I have configures my php ...
- 10-27-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
undefined symbols: php_ini_scanned_files
Dear all, i need urgent help on this. am stuck with this for past few days. nothing seems to pop up from google as help.
I have configures my php using following config command.
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-libdir=lib64 --with-mysql=shared --prefix=/usr/local/apache/php --with-config-file-path=/usr/local/apache/php --with-config-file-scan-dir=/usr --with-zlib --with-gdbm --with-gettext --with-xml --with-regex=system --enable-ftp --enable-inline-optimization --enable-magic-quotes --enable-mbstring --enable-mm=shared --enable-safe-mode --enable-track-vars --enable-trans-sid --enable-wddx=shared --enable-xml --with-dom
when i run the httpd, i get an error message:
Starting httpd: httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: undefined symbol: php_ini_scanned_files
where am i going wrong???
- 10-27-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
make clean resolved the above mentioned issue. now i am back to my original problem....getting php to talk to MySQL
i gather that for 64 bit linux, i had to configure php with --with-libdir=lib64 --with-mysql=shared
still php is not talking to mysql. any ideas??


Reply With Quote