[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] Re: lack of SUN's security patches



> Rebuilding standard applications from source for the
> Cobalt "Appliances" would be fairly straightforward if
> we knew the appropriate "Configure" options.   Is there
> a repository of Configure options for the packages
> in question:
>
> 1.  OpenSSH
> 2.  PHP
>
> etc.
>
> Alex

PHP will display it's configure options by creating a file with just:
<?php
phpinfo();
?>

You'll see it near the top.  You must strip out the '  (single quote) marks
from it.  Apache has a command line option that tells you similar info
(which may be useful to you)

Matt Nuzum