This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LINUXSDK-OMAPL138: Can anyone rebuild the latest version of the lighttpd, libxml & PHP for OMAPL138?

Part Number: LINUXSDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138

Hello,

I have gone though one of the cases where they were trying to get latest PHP, lighttpd and libxml and I wanted the same for the OMAPL138. But I am unable to download the packages from the case. This is going back 6 years 

Would you please be able to provide me all the files with latest packages please? 

This is the article:

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/559911/run-lighttpd-on-omap-l138-lcdk-linux-arago/2098305?tisearch=e2e-sitesearch&keymatch=lighttpd#2098305

Thanks 

  • Can we at least download the version that was provided in that case please? 

  • Hi Mitesh,

    I noticed this case has been open for a while already, please let me know if this still needs attention.

    Regards, Andreas

  • Hi Andreas, thanks for your email.

    I still haven't managed to get this resolved. 

    I have rebuild Yocto project for OMAPL138 and was trying just to update the PHP, lighttpd but due to the dependencies, I was not able to install libc6 package.

    log:

    root@omapl138-lcdk:~/php# php --version
    PHP 5.6.26 (cli) (built: Jun 28 2017 18:05:32)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies


    root@omapl138-lcdk:~/php# lighttpd -v
    lighttpd/1.4.41 (ssl) - a light and fast webserver
    Build-Date: Jun 28 2017 17:30:35


    root@omapl138-lcdk:~/php# opkg install php-cli_7.4.33-r0.arago1.0_armv5e.ipk
    Upgrading php-cli from 5.6.26-r0.arago1.0 to 7.4.33-r0.arago1.0 on root.
    Collected errors:
    * calculate_dependencies_for: Cannot satisfy the following dependencies for php-cli:
    * libbz2-1 (>= 1.0.8) * libc6 (>= 2.31+git0+d4b7559457) * libcrypto1.1 (>= 1.1.1s) * libpam (>= 1.3.1) * libssl1.1 (>= 1.1.1s) * libxml2 (>= 2.9.10) * libz1 (>= 1.2.11) *
    * opkg_solver_install: Cannot install package php-cli.
    root@omapl138-lcdk:~/php#

    opkg install libc6_2.31+git0+d4b7559457-r0.0_armv5e.ipk
    Not selecting libc6 2.31+git0+d4b7559457 as installing it would break existing dependencies.
    Package libc6 (2.23-r0.arago35.tisdk0.0) installed in root is up to date.
    root@omapl138-lcdk:~/php#

  • Hi Mitesh,

    instead of using opkg to install that web server package, can't you add it directly to your Yocto image when building it? This can be done for example by adding something like IMAGE_INSTALL_append = " package_1 package_2 ..." to your local.conf file. Should this result in build errors you may need to upgrade your libc6 package as well, but at any rate it'll be easier to work through the details during the build stage.

    Regards, Andreas