Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    2

    Unhappy 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???

  2. #2
    Just 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??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...