Topic: roundcubemail package - missing dirs/files?

Hi,

I'm having some trouble with roundcube configuration and I've noticed that some files/directories are missing comparing to tarball file from rouncube site:


CONFIGURATION ERROR

main.inc.php was not found.
db.inc.php was not found.
Please read the INSTALL instructions!


# rpm -q roundcubemail
roundcubemail-0.8.6-1.el6.remi.noarch

# pwd; ls -1
/usr/share/roundcubemail
bin
index.php
plugins
program
README.md
robots.txt
skins

Tarball content:

# ls -1
bin
CHANGELOG
config
index.php
INSTALL
installer
LICENSE
logs
plugins
program
README.md
robots.txt
skins
SQL
temp
UPGRADING

I've tried to symlink (ln -s /etc/roundcubemail /usr/share/roundcubemail/config) config dir but this also didn't help.

Re: roundcubemail package - missing dirs/files?

Simply read /usr/share/doc/roundcubemail-*/roundcubemail-README.fedora
(which should probably be renamed to README.rpm)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: roundcubemail package - missing dirs/files?

Thanks for reply, so the problem must be elsewhere.