SLES11 + SDK + missing php5-mssql

Good afternoon,
I need php5-mssql, but I couldn’t find it in the repos. System is
actualized, when I tried to install php5-devel from SDK DVD, system ask
want to downgrade my php with other dependent libs. So what are your
suggestions or recommendations ? PHP version updated from NCC, version
php5-5.2.14-0.7.13.1 (why is there old version of PHP, it is 5.3.x
now).
Thanks a lot and best regards
J.Karliak


josefkarliak

josefkarliak’s Profile: http://forums.novell.com/member.php?userid=72013
View this thread: http://forums.novell.com/showthread.php?t=451923

Hi
For SLE generally there are no ‘feature’ updates only security fixes, unless there are other issues. If you look at the changelog, you will find security fixes have been backported from newer versions.

So unless there are specific features your needing in 5.3, then you would need to use an unsupported version from the Open Build Service;
http://download.opensuse.org/repositories/server:/php/SLE_11/

Is there any support at all for php53-mssql ?

Is there any unofficial support for php53-mssql ?

I’m working a VuFind installatoin, and need to connect to a sybase database with php53-mssql. I would hate to have to use a RHEL system to do this.

Hi
There is a build here of php5-mssql but only 5.2
http://software.opensuse.org/search?q=php5-mssql&baseproject=SUSE%3ASLE-11&lang=en&include_home=true&exclude_debug=true

You would need to ask the repository maintainer to publish it for SLE 11
https://build.opensuse.org/package/show?package=php53&project=home%3Acsbuild%3AApache

email here;
https://build.opensuse.org/package/users?package=php53&project=home%3Acsbuild%3AApache


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.13-0.27-default
up 2 days 7:23, 2 users, load average: 0.07, 0.04, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

[QUOTE=malcolmlewis;2602]Hi
There is a build here of php5-mssql but only 5.2
http://software.opensuse.org/search?q=php5-mssql&baseproject=SUSE%3ASLE-11&lang=en&include_home=true&exclude_debug=true

You would need to ask the repository maintainer to publish it for SLE 11
https://build.opensuse.org/package/show?package=php53&project=home%3Acsbuild%3AApache

email here;
https://build.opensuse.org/package/users?package=php53&project=home%3Acsbuild%3AApache


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.13-0.27-default
up 2 days 7:23, 2 users, load average: 0.07, 0.04, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU[/QUOTE]

Good morning,
after upgrade to 5.3.x I could use php5-mssql from opensuse 11.4 (I think). But ut is better to get php5.3.10 source, unzip extension mssql and built it from this source.
Or - if you get src.rpm for opensuse 11.4 of the php5.3 with mssql, you could rebuild it to rpm for sles
J.K.

Hi
Much better to use a src rpm (or use the Open Build Service) as there
could be security patches included.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.13-0.27-default
up 1 day 9:56, 2 users, load average: 0.00, 0.05, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU

Yes, I agree :). But not always you find src.rpm :-/
J.K.