[BlueOnyx:20134] Re: Solarspeed PHP error

Colin Jack colin at mainline.co.uk
Tue Oct 11 10:56:23 -05 2016


Hi Michael,

> That's a pretty ancient one. The latest 5.6 is currently 5.6.25 and I'll be
> releasing 5.6.26 later tonight. Please consider to upgrade.

Will do
 
> > symbol lookup error:
> > /home/solarspeed/php/lib/php/20131226/pdo_sqlite.so: undefined symbol:
> > sqlite3_libversion [Tue Oct 11 09:48:00 2016] [error] [client
> > 2.97.215.7] Premature end of script headers: info.php
> 
> Please take a look into /home/solarspeed/php/etc/php.d/ where you find
> several *.ini files. Find the one that loads pdo_sqlite.so and remove it. That will
> prevent the error from happening. I don't know why, but it seems that sqlite
> support in that build isn't working at all, so you could as well disable it.

Except that one customer wants to use pdo_sqlite.so :(
 
> While at it, could you please run this command as well and report the output?
> 
> ]# ldd /home/solarspeed/php/lib/php/20131226/pdo_sqlite.so
> 
> It should report something like this:
> 
>         linux-vdso.so.1 =>  (0x00007ffd895dd000)
>         librt.so.1 => /lib64/librt.so.1 (0x00007f9575066000)
>         libc.so.6 => /lib64/libc.so.6 (0x00007f9574cd2000)
>         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9574ab4000)
>         /lib64/ld-linux-x86-64.so.2 (0x0000003e83800000)

linux-vdso.so.1 =>  (0x00007ffc8e8f1000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f9bc73e5000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f9bc7051000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9bc6e33000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003878800000)

Looks okay?

Thanks

Colin




More information about the Blueonyx mailing list