Yes,
I have it installed on three linux servers 6.0.1 it is rock solid stable.
The big issue you will have, is the symlinks to start mkded and slqmgr end up being installed in /etc/rc.d/rc5.d.
So it never starts.
What I do is copy the pervasive installer created @S92psql from /etc/rc.d/rc5.d
to /etc/rc.d/rc7.d
Rebooted and ps -e shows sqlmgr and mkded running.
Further to this is the following problem all of the sudden, out of the blue...
I have an extremely weird thing happening all of a sudden.
Using the Pervasive.SQL-8.60-192.032.i486.rpm (which I have used lots before...)
All of a sudden on two test servers today:
6.0.1 and 7.X I get the following when installing the rpm.
+++++ Setting up group and admgroup...
Creating group pvsw...
groupadd: gid 5000 is not unique
Creating group pvsw-adm...
groupadd: gid 5001 is not unique
+++++ Setting up user psql...
Creating user psql, this may take a while...
ERROR: The user psql could not be created due to a system limitation. Please reinstall the product.
[root@centosserver etc]#
Can any one help?