Uwe & Del,
I have used alien to install the .rpm package, here are the steps I've used:
*) download RPM package to /usr/src
*) convert / install the RPM with alien
# alien --to-deb Perva....rpm
# dpkg --insatll perva...deb
*) unpack the RPM to get at it's install scripts
# alien -g Perva....rpm
*) run the install scripts from the etc directory of the 'orig' version of the RPM
# cd Perva...orig/usr/local/psql/etc
# sh preinstall.sh
# sh postinstall.sh
This will get the engine running, however you need to get the startup sequence into the debian startup script collection...
*) Copy the startup script
# cp /etc/rc.d/init.d/psql /etc/init.d/psql
*) Add the service to the relevant run levels for your requirements
These are the steps I have used, your mileage may vary. Some of the steps may not be strictly necessary, nor in the correct order, but the net effect is that the engine is running, and my windows clients are connecting.
If anyone else has more to add (Del, I am brand new to Pervasive.SQL) please do, I would like to make sure I have covered all bases, and there are no loose ends with the install process.
Regards,
Rob