latest build missing libgsoapssl++-kopano
-
@ckruijntjens said in latest build missing libgsoapssl++-kopano:
@fbartels is it correct that the epel version is still missing this package?
Some packages (including python3-daemon) were missing from the publish job and were just added. So dependency wise, RHEL_7_EPEL_7 should now install fine.
This repository requires EPEL_7 for Python 3.6 and in case PHP is required (like for Kopano Webapp or Z-Push), things are build with PHP 7.3 from the Remi repository. See https://blog.remirepo.net/pages/Config-en which also contains instructions how to add EPEL_7.
Any feedback on these packages is greatly appreciated.
-
I could upgrade to latest kopano version. I also upgraded php5 to php 7.3 now all services are start but i get an error 500 with the webapp. The following error is logged by apapche:
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib64/php/modules/kopano_smime.so’ (tried: /usr/lib64/php/modules/kopano_smime.so (/usr/lib64/php/modules/kopano_smime.so: undefined symbol: _zval_dtor_func), /usr/lib64/php/modules//usr/lib64/php/modules/kopano_smime.so.so (/usr/lib64/php/modules//usr/lib64/php/modules/kopano_smime.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
how can this be fixed?
-
@ckruijntjens
@ckruijntjens said in latest build missing libgsoapssl++-kopano:
/usr/lib64/php/modules/kopano_smime.so’
The SMIME plugin does not work in this repository yet. So either remove or disable it for now.
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
This post is deleted! -
for your info it had to do with the .htaccess file. this is not revognised
<IfModule mod_php5.c>
php_value post_max_size 5000M
php_value upload_max_filesize 5000M -
@fbartels i think i found an error after the upgrade i cannot restore from backup.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/kopano/service.py”, line 192, in start
_daemon_helper(self.main, self, self.log)
File “/usr/lib/python3.6/site-packages/kopano/service.py”, line 47, in _daemon_helper
func()
File “/usr/lib/python3.6/site-packages/kopano_backup/init.py”, line 384, in main
self.restore(data_path)
File “/usr/lib/python3.6/site-packages/kopano_backup/init.py”, line 461, in restore
for folder in restore_root.folders():
SystemError: <built-in function delete_IMAPITable> returned a result with an error set -
@ckruijntjens said in latest build missing libgsoapssl++-kopano:
@fbartels i think i found an error after the upgrade i cannot restore from backup.
The above exception was the direct cause of the following exception:
You only pasted the one of the exceptions. Can you please also post the exception before since that one might bring more light into this.
-
-
Any news on the kopano restore email item error above?
-
Am i doing something wrong? Yust upgraded to the latest version but sill can not restore an item with kopano-backup?
-
Any response?
-
@ckruijntjens sorry, I have not made any tests with these binaries myself, therefore I cannot answer your questions.
-
Thank you for your reply. I will watch the issue and see if it will be resolved in the next update otherwise i will make a test setup to see if the issue is also there
-
do you got an idea what the problem could be. seems like the right python version is being used?
-
@ckruijntjens @longsleep @fbartels
Hi Guys i just tested some more. Even if i use other python version(venv) with kopano-backup it wont work. seems there is bin something wrong with the package i think.
As for this moment kopano-backup is useless with centos 7 and latest kopano version. This is all the kopano packages installed on my system wright now.
CentOS Linux release 7.6.1810 (Core)
-
Hi do you know who tested the packages? I am trying to wrap my head arround why kopano-backup is not working Anymore? And ask myself if there is anything i can do to make it work again?
-
@ckruijntjens to my knowledge we have not done extensive internal testing with these builds as of now.
I think I have said this in the past to your already. Please be aware that the packages at https://download.kopano.io/community/ are nightly builds that have only passed a certain degree of automated testing (like minimal upgrade tests, but these are actually performed on a debian system) and are more meant for advanced users that are able to troubleshoot themselves and hopefully for us will then also help by submitting patches if they found and issue.
For regular use we recommend to use our supported packages, which have received a higher level of testing before each update.