• A different error...

    From Fireball@21:4/145 to apam on Sun Feb 10 20:46:36 2019
    Hi Andrew,

    Well, I went back to Debian 8 with backports, and installed all the packages except libmicrohttp, which I installed from git source, and it finally compiled. Now I get the following error:

    root@mag:~/MagickaBBS# ./magicka config/bbs.ini./magicka: error while loading shared libraries: libmicrohttpd.so.12: cannot open shared object file: No
    such file or directory

    Normally this wouldn't be a problem, but I've made a link from /usr/local/lib/libmicrohttpd.so to /usr/local/lib/libmicrohttpd.so.12 and /lib64/libmicrohttpd.so.12 and neither work. I'm at a loss here. Where exactly is it looking for that library? Thank you!

    Fireball

    --- Mystic BBS v1.12 A43 2019/02/10 (Linux/64)
    * Origin: Fireball Express!!! Mystic Edition (21:4/145)
  • From apam@21:1/125 to Fireball on Mon Feb 11 13:22:23 2019
    Hi Andrew,

    Well, I went back to Debian 8 with backports, and installed all the packages except libmicrohttp, which I installed from git source, and
    it finally compiled. Now I get the following error:

    root@mag:~/MagickaBBS# ./magicka config/bbs.ini./magicka: error while loading shared libraries: libmicrohttpd.so.12: cannot open shared
    object file: No such file or directory

    Sounds like you need to add /usr/local/lib to ld.so.conf and run ldconfig
    as root

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)
  • From Fireball@21:4/145 to apam on Sun Feb 10 22:23:57 2019
    On 11 Feb 2019, apam said the following...

    Sounds like you need to add /usr/local/lib to ld.so.conf and run ldconfig as root


    What baffles me is that the path was already there. I ran ldconfig after you suggested it, and it's working... WTF? Well, at least now it's working. lol! Thank you!

    Fireball

    --- Mystic BBS v1.12 A43 2019/02/10 (Linux/64)
    * Origin: Fireball Express!!! Mystic Edition (21:4/145)
  • From Night Stalker@21:1/178 to Fireball on Fri Feb 15 20:25:31 2019

    root@mag:~/MagickaBBS# ./magicka config/bbs.ini./magicka: error while loading shared libraries: libmicrohttpd.so.12: cannot open shared
    object file: No such file or directory

    Normally this wouldn't be a problem, but I've made a link from /usr/local/lib/libmicrohttpd.so to /usr/local/lib/libmicrohttpd.so.12
    and /lib64/libmicrohttpd.so.12 and neither work. I'm at a loss here.
    Where exactly is it looking for that library? Thank you!


    You need libmicrohttpd-dev package installed .. make sure you
    reinstall/upgrade all the required dependancies.. I find alot of my
    problems are missing dependencies :D


    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: Internal Dimension [idbbs.dlinkddns.com:2023] (21:1/178)
  • From Fireball@21:4/145 to Night Stalker on Sat Feb 16 10:12:15 2019
    On 15 Feb 2019, Night Stalker said the following...

    You need libmicrohttpd-dev package installed .. make sure you reinstall/upgrade all the required dependancies.. I find alot of my problems are missing dependencies :D


    Yeah, I got it sorted out. Also had to fudge with a make file to get it to build. Ahhhh the joys of piecemealing updated dependencies! lol!

    Fireball

    --- Mystic BBS v1.12 A43 2019/02/10 (Linux/64)
    * Origin: Fireball Express!!! Mystic Edition (21:4/145)