Jump to content


sikoko

Member Since 20 Dec 2016
Offline Last Active 05 Oct 2017 20:14
-----

Posts I've Made

In Topic: OpenPLi 6.0 » Release candidate

2 October 2017 - 22:12

OE provides php (recipes is on meta-openembedded/meta-oe/recipes-devtools/php/php_5.6.26.bb).

github.com/OpenPLi/openpli-oe-core.git

meta-openembedded is empty :( please, help


In Topic: OpenPLi 6.0 » Release candidate

2 October 2017 - 19:13

root@formuler4:~# ldd /usr/bin/php-cgi
        linux-vdso.so.1 (0x770b6000)
        libmcrypt.so.4 => not found
        libltdl.so.7 => not found
        libcurl.so.4 => not found
        libcrypto.so.1.0.0 => not found
        libssl.so.1.0.0 => not found
        libm.so.6 => not found
        libdl.so.2 => not found
        librt.so.1 => not found
        libc.so.6 => not found
root@formuler4:~# 

libltdl.so.7, libcrypto.so.1.0.0, libm.so.6, libdl.so.2, libc.so.6 files available in /lib and /usr/lib default but "not found"


In Topic: OpenPLi 6.0 » Release candidate

2 October 2017 - 18:48

Yes, I compile with crosstool-ng for different architectures.
Works successfully on sh4 (CPU sti7111 and sti7162) and mipsel (OpenPli 4.0, but not on 6.0).

In Topic: OpenPLi 6.0 » Release candidate

2 October 2017 - 18:16

I compiled it (php-cgi). I checked with OpenPli 4.0 (Formuler 4): libcurl.so.4, libmcrypt.so.2 is missing. Added them from the toolchain to /usr/lib and it works.
Installed OpenPli 6.0, added the libraries - "php-cgi: error while loading shared libraries: libmcrypt.so.4: can not open shared object file: No such file or directory"
No dependency reports.
 
PS: crosstool-ns. php-cgi compiled for mipsel.

In Topic: OpenPLi 6.0 » Release candidate

2 October 2017 - 16:48

The problem is that the library is there, but the php-сgi does not see it.
In version 4.0 of php-cgi works, and in 6.0 it does not see the file libmcrypt.so.
Compiled "ld" - does not find libdl.so.2, which is also available.