Rebuilt all 3 debs with updated dependencies for x86_64:
imap deb dependencies changed to libkrb53 (>= 1.4.2) | libkrb5-3 (>= 1.7)
pgsql deb dependencies changed to libpq4 (>= 8.1.4) | libpq5 (>= 8.4.1)
Also need to add a symbolic link in
- Code: Select all
ln -s /usr/lib/libpq.so.5.2 /usr/lib/libpq.so.4
I have not tested if imap and pgsql actually works but the modules show loaded fine through the Zend Server GUI.
If you want to rebuild your own use these steps:
- Code: Select all
1. dpkg-deb -x foo.deb tmpdir
2. dpkg-deb –-control foo.deb tmpdir/DEBIAN
3. nano tmpdir/DEBIAN/control
4. change dependencies as required
5. dpkg -b tmpdir hacked.deb
6. sudo dpkg -i hacked.deb
7. sudo apt-get install -f