pilerimport: symbol lookup error:

Issue #781 closed
Csere M. created an issue

Hello!

Compiled version (master and 1.2.0 equally) of "pilerimport -i host -u user -p pass" gives:

./pilerimport: symbol lookup error: ./pilerimport: undefined symbol: import_from_imap_server

Comments (3)

  1. Janos SUTO repo owner

    Is it a fresh install? Is the installed libpiler.so* files are the same as the compiled files?

  2. Janos SUTO repo owner

    No news is good news. My bet is that you run ./pilerimport, however the actually installed libpiler.so file (in /usr/local/lib or similar) is older. In this case run make install.

  3. Csere M. reporter

    Sorry for the late reply. I was trying to upgrade to -master in the provided VM instance. Failing to overwrite the original libpiler.so caused the problem indeed.

  4. Log in to comment