problem with pdo extension in php 5.2.5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



hi, i work on a embedded linux system based on a axis etrax 100lx chip. http://www.acmesystems.it

i want to use sqlite3 with php 5.2.5

i installed php 5.2.5 with the following configuration and every thing worked well.
--prefix=$ROOTFS \
--disable-all \
--with-sqlite \
--with-config-file-path=/etc/ \
--enable-discard-path


if i add the pdo extension with the following configuration i get in troubles.
--prefix=$ROOTFS \
--disable-all \
--enable-pdo\
--with-sqlite \
--with-pdo-sqlite \
--with-config-file-path=/etc/ \
--enable-discard-path

when i try to open a php file my browser gives me the message

No input file specified.


do i need to specify any special things in the php.ini? i tryed the following to link the sqlite3.so but it helped nothing.
extension_dir = "/mnt/flash/lib/sqlite3.3.13/"
extension = libsqlite3.3.13.so

does anyone have an idea what the problem is? Thanks

phil


Lesen Sie Ihre E-Mails jetzt einfach von unterwegs..
[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux