Post install - libpiler.so not found

Issue #198 resolved
ysa_2_bb created an issue

Trying to start piler daemon but getting an error: /usr/local/sbin/pilerconf: error while loading shared libraries: libpiler.so: cannot open shared object file: No such file or directory

Running CentOS release 6.4 / 64 bits

I can see the files libpiler.so* where installed in /usr/local/lib

Thanks

Comments (10)

  1. ysa_2_bb reporter

    Actually got further by registering the library to ld.so.conf.d, now I am getting the message "can't connect to mysql"

    Which is strange because the setup seems fine in piler.conf and the GUI can connect...

  2. Janos SUTO repo owner

    Check piler.conf, and try connecting with the mysql utility using the same credentials. Can yo succeed?

  3. ysa_2_bb reporter

    Credentials are fine, the problem with the connection was that the mysql.sock file resides in /var/lib instead of /var/run (as defined in /etc/my.cnf)

    If I do piler -d, I can connect, then I get a error: Segmentation fault (core dumped), I am using Mysql Server version: 5.5.34 MySQL Community Server

  4. ysa_2_bb reporter

    /var/log/messages Nov 22 12:13:41 thebox kernel: piler[1253]: segfault at 1 ip 0000000000000001 sp 00007fffed0fbf10 error 14 in piler[400000+4000] Nov 22 12:13:41 thebox abrtd: Directory 'ccpp-2013-11-22-12:13:41-1253' creation detected Nov 22 12:13:41 thebox abrt[1256]: Saved core dump of pid 1253 (/usr/local/sbin/piler) to /var/spool/abrt/ccpp-2013-11-22-12:13:41-1253 (12181504 bytes) Nov 22 12:13:41 thebox abrtd: Executable '/usr/local/sbin/piler' doesn't belong to any package Nov 22 12:13:41 thebox abrtd: 'post-create' on '/var/spool/abrt/ccpp-2013-11-22-12:13:41-1253' exited with 1 Nov 22 12:13:41 thebox abrtd: Corrupted or bad directory '/var/spool/abrt/ccpp-2013-11-22-12:13:41-1253', deleting

  5. ysa_2_bb reporter

    Piler -v piler 0.1.24-master-branch, build 836, Janos SUTO sj@acts.hu

    Build Date: Thu Nov 21 15:48:39 EST 2013 ldd version: ldd (GNU libc) 2.12 gcc version: gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) Configure command: ./configure -localstatedir=/var -enable-starttls -enable-tcpwrappers -with-database=mysql

  6. ysa_2_bb reporter

    Seems to have resolved the issue, will test further... I am not left with trouble shooting mod_rewrite for the GUI as it does not seem to work properly (or not at all)

  7. ysa_2_bb reporter

    Issue fixed, problem was related to external DNS and not Apache. In parallel I loaded the VM image, that's also working as a charm. Thank you for your help.

  8. Log in to comment