[horde] hoster changes from centOS 6 to centOS7
Frank Lienhard
frank at mclien.de
Sat Nov 14 17:01:44 UTC 2020
OK, here is some missing information:
uberspace is shared hosting, so everything is running inside my home-dir
and /var/www/virtual/<username>
uberspace is offering shell access only to their hosting (kinda hosting
from geeks for geeks).
So is must have setup horde to work completely inside the home dir. To
my personal shame I've totally forgotten how I've done it...
They also offer a script, which copies home and
/var/www/virtual/<username>. The existing DB is dumped and imported in
teh new DB.
pear is present in different places on the 2 servers:
old: /package/host/localhost/php-5.6/bin/pear
new: /opt/remi/php74/root/bin/pear
So, the solution should be, how an where I have configured these dirs to
be used insed my home-dir:
> You have to transfer also the directories
> - /usr/share/php/Horde
> - /usr/share/php
> - /var/cache/horde
> - /var/log/horde
> - /tmp/.horde
> - /tmp/pear.
I' pretty sure, I need to re-understand these lines I found in my history:
199 pear config-create ~ ~/.pearrc
200 pear channel-update pear.php.net
201 test -f ~/etc/php.ini || cp -a
/package/host/localhost/php-$PHPVERSION/lib/php.ini ~/etc/
202 perl -pi -e
"s|^;?include_path.*|include_path=.:$HOME/pear/php:/package/host/localhost/php-$PHPVERSION/lib/php|"
~/etc/php.ini
This somehow suggest, that I used pear before I made it available in the
path??
More information about the horde
mailing list