View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005907 | SOGo | ActiveSync | public | 2023-12-15 15:37 | 2024-02-22 10:02 |
Reporter | modir | Assigned To | qhivert | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.9.1 | ||||
Fixed in Version | 5.10.0 | ||||
Summary | 0005907: undefined symbol: TNEFCheckForSignature | ||||
Description | I installed a new server with SOGo 5.9.1 a few days ago. The server is based on Rocky Linux 9.3. In the logs I get now always this error message: /usr/sbin/sogod: symbol lookup error: /usr/lib64/GNUstep/SOGo/Mailer.SOGo/Mailer: undefined symbol: TNEFCheckForSignature I did follow these instructions: SOGo relies on the GNUstep and ytnef packages provided by Alinto and must not use the packages from EPEL. Adjust the repository definition to exclude those packages: So I am not sure what I still should do. It somehow looks like a bug to me. | ||||
Tags | No tags attached. | ||||
Hello,
Could you make this dummy test.c: #include <stdio.h> int main() { Then try to compile it: gcc -o test test.c -lytnef |
|
Hi, cat /usr/include/ytnef.h | grep TNEFCheckForSignatureint TNEFCheckForSignature(DWORD sig); gcc -lytnef/usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o: in function And the compilation of the dummy works. |
|
Hello, |
|
Hi, |
|
Hello, |
|
Sure I can do it. Should I do this: https://www.sogo.nu/support/faq/how-do-i-compile-sogo.html ? |
|
Do it like in the link. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-15 15:37 | modir | New Issue | |
2023-12-17 12:41 | qhivert | Note Added: 0017507 | |
2023-12-17 12:41 | qhivert | Note Edited: 0017507 | |
2023-12-17 12:41 | qhivert | Note Edited: 0017507 | |
2023-12-17 12:42 | qhivert | Note View State: 0017507: public | |
2023-12-17 12:42 | qhivert | Assigned To | => qhivert |
2023-12-17 12:42 | qhivert | Status | new => assigned |
2023-12-17 12:42 | qhivert | Status | assigned => feedback |
2023-12-19 17:03 | modir | Note Added: 0017514 | |
2023-12-19 17:03 | modir | Status | feedback => assigned |
2023-12-20 16:06 | qhivert | Note Added: 0017515 | |
2023-12-20 16:06 | qhivert | Status | assigned => feedback |
2023-12-21 23:46 | modir | Note Added: 0017519 | |
2023-12-21 23:46 | modir | Status | feedback => assigned |
2023-12-22 14:42 | qhivert | Note Added: 0017523 | |
2023-12-22 14:42 | qhivert | Status | assigned => feedback |
2023-12-28 16:20 | modir | Note Added: 0017527 | |
2023-12-28 16:20 | modir | Status | feedback => assigned |
2023-12-28 17:23 | qhivert | Note Added: 0017528 | |
2023-12-28 17:24 | qhivert | Status | assigned => feedback |
2024-02-21 08:31 | qhivert | Status | feedback => resolved |
2024-02-21 08:31 | qhivert | Resolution | open => fixed |
2024-02-21 08:31 | qhivert | Fixed in Version | => 5.10.0 |
2024-02-22 10:02 | qhivert | Status | resolved => closed |