* UNIX admin <[EMAIL PROTECTED]> [2007-12-11 20:59]: > > /usr/php5/5.2.4/lib/libphp5-5.2.4.so over to > > /usr/apache/libexec/libphp5.so. > > Why in blue blazes did they compile it for /usr/php5/? I mean, PHP > doesn't clash with anything Solaris delivers... they could have stuck > him directly into /usr/bin and /usr/lib/?
Usually, the reason to have a tree is to allow the delivery of multiple versions that have some level of binary incompatibility. http://www.opensolaris.org/os/community/arc/caselog/2007/168/ probably has more explanation. (I guess I would expect to have /usr/bin/php be a symlink to the newest PHP executable in /usr/php5, so that's probably a good RFE to submit.) Anyway, [EMAIL PROTECTED] is where the group of developers working on a modern web stack has their discussions. - Stephen -- [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ opensolaris-discuss mailing list [email protected]
