Andrea Riciputi wrote:
> Hi,
> I was trying to install php4+mysql+apache on my Mac using Fink (I  
> thought it was the best way to keep installation thing simple). But  
> when I typed in 'fink install php4-mysql' Fink asked me to install a  
> bunch of packages including:
>
> - mysql14 AND mysql15 (php4 package depends only on mysql15)
> - postgresql80-* (I've already installed postgresql82)
> - php4 AND php5 (i really don't need v5!!)
> - openssl097 (but php4 seems to depend only on system-ssl-*)
>
> So my question is: are all those dependeces really needed? Is there  
> noway to simplify them a little bit?
>
> By the way, is there any chance of using the Apple built-in Apache  
> instead of installing a new one?
>
> Cheers,
>   Andrea
>
>   
It seems like some simplifications could be made, especially with the 
postgresql, mysql, and OpenSSL dependencies.  However, the mixing of 
versions isn't due to php4 itself, but other packages in the dependency 
chain.  And it appears that some of those are BuildDepends that you can 
remove.

Check out http://127.0.0.1/~hansen/finklogs/php4-mysql.pdf

PHP5 appears to be a dependency that is directly called for by the 
apache2 build, so that's harder.

You wouldn't be able to use Apple's built-in Apache with Fink packages.  
You'd have to build php4-mysql by hand.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to