Menu

Re: [possl:discussion] file dbiinit.c not found

Chris Krum
2014-08-07
2014-08-07
  • Chris Krum

    Chris Krum - 2014-08-07

    On 08/05/2014 09:19 PM, Mattia Donnini wrote:

    i tried to compile the panther 4.28 through the makefile in the
    directory named "link" on ubuntu 11.10 but the following error occurred:

    /panther/util/mkinit -out=dbiinit.c -djdb=jdb
    /panther/util/mkinit: error while loading shared libraries:
    libjpeg.so.62: cannot open shared object file: No such file or directory
    make: *** [dbiinit.c] Error 127

    i don't know where to find this file and how to fix this error.


    Looks like you're missing the jpeg library. Do a find on it in the file
    system. It might just be in a directory that Panther isn't expecting. If
    it isn't there try:

    sudo apt-get install libjpeg62

    Also, a number of things have changed in Linux since 2000 when POSSL was
    created so you'll probably have to change a number of things in the
    makefile to get it to compile. I had it running against a personal
    version of Informix in 2004 and it was a real bear to get working.

    Good Luck.
    Chris.

     
  • Mattia Donnini

    Mattia Donnini - 2014-08-07

    i have the most recent version of libjpeg62.

     

Log in to post a comment.