What i the Right way get PHP5.3 and nginx in the SLES11SP2 ?

SLES11SP2

What is the rigth way for GET and use PHP5.3 and nginx in the SLES11SP2 ?
( SLES11 - is a vitrual machine under Azure )

Serg

PHP 5.3 is included in SLES 11 SP2. Install the package php53.

[CODE]me@mine:~> zypper info php53
Loading repository data…
Reading installed packages…

Information for package php53:

Repository: SLES11-SP2-Updates
Name: php53
Version: 5.3.8-0.39.1
Arch: x86_64
Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Support Level: Level 3
Installed: No
Status: not installed
Installed Size: 4.6 MiB
Summary: PHP5 Core Files
Description:
This package contains the PHP5 core files, including PHP binary (CLI)
and PHP configuration (php.ini). This package must be installed in
order to use PHP. Additionally, extension modules and server modules
(e.g. for Apache) may be installed.

Additional documentation is available in package php-doc.[/CODE]

For nginx I’m not sure there is a ‘correct’ way. It’s not included in SLES. There are packages for SLE-11 SP2 at the openSUSE Build Service http://software.opensuse.org/package/nginx

Hi
Have you added the SLE 11 SP2 SDK? If so, then it’s just a matter of
adding php53.

nginx is available on OBS (unsupported as such);
http://download.opensuse.org/repositories/server:/http/SLE_11_SP2/


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.28-2.20-desktop
up 1:16, 3 users, load average: 0.11, 0.04, 0.05
CPU Intel® i5 CPU M520@2.40GHz | GPU Intel® Ironlake Mobile

Thank you,
THis is in the my SLES1:

[QUOTE]a6sles11:/home/azureuser # LANG=en_US.UTF-8 zypper info php53
Refreshing service ‘susecloud’.
Loading repository data…
Reading installed packages…

Information for package php53:

Repository: SLES11-SP2-Updates
Name: php53
Version: 5.3.8-0.39.1
Arch: x86_64
Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Support Level: Level 3
Installed: No
Status: not installed
Installed Size: 4.6 MiB
Summary: PHP5 Core Files
Description:
This package contains the PHP5 core files, including PHP binary (CLI)
and PHP configuration (php.ini). This package must be installed in
order to use PHP. Additionally, extension modules and server modules
(e.g. for Apache) may be installed.

Additional documentation is available in package php-doc.
[/QUOTE]