Cool trick, I'll give it a go with postgresql. Thanks, Vincent
Daniel S. Reichenbach wrote:
Hi Vinny,
1. get the src rpm for the php-4.3.2-5.i386.rpm supplied at http://noddle.net/midgard/rhl9/RPMS/
The sourc rpms are here: http://noddle.net/midgard/rhl9/SRPMS/
2. provide a quick how to for wedging in additional php extentions that others may need (LDAP and imap come to mind).
There are switches for some php extensions in the php.spec file.
While rebuilding you could run
rpm --rebuild --define 'imap 1' php-4.3.2-5.src.rpm
That should do the trick for at least imap. LDAP would require to change the configure lines in the %build section of the php spec file included in php-4.3.2-5.src.rpm.
Hope that helps.
Daniel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
