When I had installed PB on Linux, I stumbled across the issue that the packages which are required by PB, have different names on different Linux distributions. I tried to "translate" the information from the Readme file:
README file of PB 4.20 for Linux wrote:Requierement:
-------------
- gcc
- GTK+ 2.0 devel (and optionally GTK+ 1.2 devel for old application support)
- SDL 1.2 devel
- libstdc++ devel
- iodbc and iodbc-devel to be able to use the Database commands (see
www.iodbc.org)
- libgtkembedmoz.so shoud be installed to have the WebGadget() working (comes with the Mozilla package).
Once the Mozilla package is installed, you could have to do an ldconfig after have added the right path
(/usr/lib/mozilla.x.x) to /etc/ld.so.config.
- xine and xine-devel for the Movie commands
- libgnomeprintui2.2 and libgnomeprintui2.2-devel for the print commands
As far as I can see, on Ubuntu 8.04 the names of the mentioned packages/files are:
- gcc
- libgtk2.0-dev
- libsdl1.2-dev
- libstdc++6-4.2-dev
- libiodbc2 (?) and libiodbc2-dev (?)
- libgtkembedmoz.so
- libxine1 and libxine-dev
- libgnomeprintui2.2-0 and libgnomeprintui2.2-dev
Due to my limited knowledge of Linux, there may be mistakes in the above list. Anyway, the listed packages are installed here, and PB 4.20 runs fine.
I hope this is a little helpful.
Regards, Little John