Hi Nikolay, I think the packages it is trying to install are not related to the dependencies on the phpapi's, which can be met by the php5cli and php5-cgi, but rather by the recommends on php4/5-odbc, php4/5-sybase, and php4/5-pgsql which you don't have installed. All three of these dependencies can be met by either the php5 or php4 version, but I think aptitude is trying to install the php4 versions by default (I'm not sure why. maybe it's because of the order they're listed in). If you manually install the php5 versions of these 3 packages you should then have no problem installing libphp-adodb without needing any other packages. Another solution is probably to just override the missing dependencies as they are only recommends and not really needed if you're only using mysql databases.
Let me know if this doesn't solve your problem, and I'll try to come up with something else. Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

