[ABANDONED] LAMP addon - Linux, Apache, MySQL PHP bundle

  • Hi vpeter!.

    I'll miss you very much! :)

    I use you addon for RPi2 and I buy an OdroidC2 because it's more powerful than raspi and had the addon!.

    With the Openelec v7.90.009 for Odroid-c2 the PHP not longer runs :(

    Thanks for your work!


  • With the Openelec v7.90.009 for Odroid-c2 the PHP not longer runs :(

    openelec? :huh:

    For libreelec I will rebuild it as for RPi2. Need a day.

    Update: Nope, my build machine is still i386 based and can't run 64 bit binaries which are used by Odroid. Maybe after new year when machine will be reinstalled (if time permits).

    Edited once, last by vpeter (December 14, 2016 at 4:55 PM).


  • service.lamp-8.1.100.100-RPi2-arm.zip

    Code
    git clone https://github.com/LibreELEC/LibreELEC.tv.git
    cd LibreELEC.tv
    git reset --hard 7.90.009  
    wget https://github.com/vpeter4/LibreELEC.tv/commit/b7e49649586eb2a2a0fc3d9b31939b32acd21995.patch
    wget https://github.com/vpeter4/LibreELEC.tv/commit/0f7974aff782946775f39f21568475cffc9a485b.patch
    patch -p1 <b7e49649586eb2a2a0fc3d9b31939b32acd21995.patch
    patch -p1 <0f7974aff782946775f39f21568475cffc9a485b.patch
    PROJECT=RPi2 ARCH=arm make release
    PROJECT=RPi2 ARCH=arm scripts/create_addon lamp

    Your instructions worked perfectly. But there seems to be an issue with mysql. I couldnt find a solution so i just included the compiled apcu with your previous build and everything works fine. So i guess my problem is solved. :) Thanks for all your help!

  • Hello vpeter,

    I think the Kodi 17 stable will be out in a few months, will you plan also release Rpi2/3 release for Kodi 17? Still rock stable on my 7.0.3 ;)

    P.S.: This really should be part of network/system tools @official LibreElec addons, for Kodi DB !!

    Edited once, last by JimmySmith (January 16, 2017 at 2:11 PM).


  • Hello vpeter,

    I think the Kodi 17 stable will be out in a few months, will you plan also release Rpi2/3 release for Kodi 17? Still rock stable on my 7.0.3 ;)

    P.S.: This really should be part of network/system tools @official LibreElec addons, for Kodi DB !!

    LAMP works perfectly fine for me since the beginning of the LibreElec Alphas with Kodi 17. No need for an update here, I think...


  • Maybe I will rebuild it when have a chance. But currently I'm out of time even for stuff I should do.

    HI there, when you have time can you add java and Apache GUI on it.

    Will be cool have Apache GUI install to change config settings.

    Of course I'm talking of x86 x64 version's...

    ;) :D

  • Oh, that's really sad. Especially the WebServer is highly useful. But thanks for the work, we'll see how long it works. :)

    After updating to 7.9.009 on my imx6 the Webserver didn't start. Log said:

    httpd: Syntax error on line 143 of /storage/.kodi/userdata/addon_data/http://service.web.lamp/srvroot/conf/httpd.conf: Cannot load libphp5.so into server: librtmp.so.1: cannot open shared object file: No such file or directory

    I had to comment out the following line in httpd.conf:
    LoadModule php5_module libphp5.so

    Maybe this helps if someone else has the issue. :)

    Hi, got same problem after upgrading to Krypton official.
    When I disable libphp5, phpmyadmin does not work anymore (*.php are not read by server) but httpd can start... but useless because here, we want phpmyadmin

    libphp5 is in lib folder with installation permission, so I really don't understand what happenned.

    If anybody got the solution because manage my sql server in cli is so..... I don't have any word loooool

    Thanks

  • I pushed few addons here. Don't have time to test (feedback welcome).
    All packages are still on old versions and should be bumped (maybe one day).

    ripp2003, the problem is that addons must be recompiled from time to time.

    I quickly checked Generic version and seems to be working as before.

    Edited once, last by vpeter (February 24, 2017 at 1:18 PM).


  • I pushed few addons here. Don't have time to test (feedback welcome).
    All packages are still on old versions and should be bumped (maybe one day).

    ripp2003, the problem is that addons must be recompiled from time to time.

    I quickly checked Generic version and seems to be working as before.

    :cool: Thank you very much, It seems to work very well : got to make some test but I can access phpmyadmin right now ;)

    Great job man for RPI2 version