Installing Elog on Linux Oracle 9 and missing libssl.so.10, posted by Daniel Sajdyk on Thu Feb 2 10:58:54 2023
|
Hello,
I tried to install Elog 3.1.4 from rpm on Oracle Linux 9 with command:
sudo dnf localinstall elog-3.1.4-3.el7.x86_64.rpm |
Re: Installing Elog on Linux Oracle 9 and missing libssl.so.10, posted by Laurent Jean-Rigaud on Fri Feb 3 15:51:07 2023
|
Hi Daniel,
The RPM has been build for EL7 so SSL share libs should be different with the one provided by EL9. :-)
Try to rebuild from tarball source with enclosed buildrpm script (or with elog srpms if you find any : rpm -i elog*.src.rpm && vim ~/rpmbuild/SPEC/elog.spec |
Exporting the entries from ELOG, posted by Illam Pakkirisamy on Tue Feb 28 18:21:01 2023
|
Hi,
Is there a way to export the ELOG entries into a file like an Excel sheet or something. I see import but not export.
Appreciate your help. |
Re: Exporting the entries from ELOG, posted by Stefan Ritt on Tue Feb 28 19:22:50 2023
|
Find -> Export to...
Illam
Pakkirisamy wrote:
Hi, |
Re: Exporting the entries from ELOG, posted by Illam Pakkirisamy on Wed Mar 1 20:12:54 2023
|
Thanks Stefan for your help. It works but the only issue is, the screenshots that were included in the body of the entries are not usable.
Not sure if there is any workarounds for that.
...Illam |
TEXTSIZE too big message, posted by Illam Pakkirisamy on Thu Apr 6 23:20:16 2023
|
Hi,
I'm getting the TEXTSIZE TOO BIG message every time I have more text in my entry. I understand there is a way to increase the TEXTSIZE
and re-compile. Where can I find the TEXTSIZE parameter that I can increase and also how do I re-compile. |
Re: TEXTSIZE too big message, posted by Illam Pakkirisamy on Fri Apr 28 19:47:51 2023
|
Hi, any help will be appreciated on this. I have not still figured this out.
Thanks.
Illam |
Re: TEXTSIZE too big message, posted by Xuan Wu on Sat Apr 29 01:02:30 2023
|
Hi Illam,
You can find it in src/elogd.h, #define TEXT_SIZE 250000, the original value 250000, you can change it to a larger one like #define
TEXT_SIZE 1000000. Then recompile it again, just need typing "make". Elog Version is 3.1.3 in my site. HTH. |