Can i install opencv in SLES 11?

Hi,

I am trying to use an application which needs libopencv dependency package, but in SLES 11 there is no libopencv package whereas it is available in opensuse leap 15.

So , can i install libopencv package in SLES 11?

Thank you for help in advance.

[QUOTE=yashirathore_90;56221]Hi,

I am trying to use an application which needs libopencv dependency package, but in SLES 11 there is no libopencv package whereas it is available in opensuse leap 15.

So , can i install libopencv package in SLES 11?

Thank you for help in advance.[/QUOTE]
Hi
What version of opencv is required? I’m sure there is a way, but would be unsupported.

[QUOTE=malcolmlewis;56222]Hi
What version of opencv is required? I’m sure there is a way, but would be unsupported.[/QUOTE]

We want to install opencv 2.4 in our system, would it work in SLES 11 properly?

Hi
There are multiple 2.4.x versions on the openSUSE Build Service from ‘community’ repositories, did you have a specific 2.4.x version or anything in the 2.4 series?

For example:
https://build.opensuse.org/package/show/home:markkp:openshot/opencv

No chance to upgrade your system to SLE 11 SP4?

[QUOTE=malcolmlewis;56250]Hi
There are multiple 2.4.x versions on the openSUSE Build Service from ‘community’ repositories, did you have a specific 2.4.x version or anything in the 2.4 series?

For example:
https://build.opensuse.org/package/show/home:markkp:openshot/opencv

No chance to upgrade your system to SLE 11 SP4?[/QUOTE]

Any version in the 2.4 series will be fine.

Sorry , but we want opencv in SLE 11 SP3, so is there any file for SP3 on internet?

[QUOTE=malcolmlewis;56250]Hi
There are multiple 2.4.x versions on the openSUSE Build Service from ‘community’ repositories, did you have a specific 2.4.x version or anything in the 2.4 series?

For example:
https://build.opensuse.org/package/show/home:markkp:openshot/opencv

No chance to upgrade your system to SLE 11 SP4?[/QUOTE]

I have installed SLE 11 SP4, but the package you have mentioned is not downloading the opencv package.

Hi
Add the repository so it pulls everything in, then disable;

su -
zypper ar -f -g -n "repo-opencv" https://download.opensuse.org/repositories/home:/markkp:/openshot/SLE_11_SP4/ repo-opencv
zypper ref
zypper in opencv
zypper mr -d -R repo-opencv

[QUOTE=malcolmlewis;56335]Hi
Add the repository so it pulls everything in, then disable;

su - zypper ar -f -g -n "repo-opencv" https://download.opensuse.org/repositories/home:/markkp:/openshot/SLE_11_SP4/ repo-opencv zypper ref zypper in opencv zypper mr -d -R repo-opencv [/QUOTE]

Hi,
When i tried the above code, i am getting these messages:

zypper ar -f -g -n "repo-opencv" https://download.opensuse.org/repositories/home:/markkp:/openshot/SLE_11_SP4/ repo-opencv
command options:................
zypper ref
All repositories have been refreshed
zypper in opencv
Loading repository data...Reading installed packages...'opencv' not found in packages names. Trying capabilities. No provider of opencv found...

Hi
Can you show me the output from the command;

zypper lr -d


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 | GNOME Shell 3.26.2 | 4.12.14-25.25-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!

[QUOTE=malcolmlewis;56356]Hi
Can you show me the output from the command;

zypper lr -d


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 | GNOME Shell 3.26.2 | 4.12.14-25.25-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks![/QUOTE]

Hi,
Output of the above command is :

yashi@linux-o1uk:~> zypper lr -d
# | Alias                                        	| Name                                         	| Enabled | Refresh | Priority | Type  | URI                 	| Service
--+--------------------------------------------------+--------------------------------------------------+---------+---------+----------+-------+-------------------------+--------
1 | SUSE-Linux-Enterprise-Server-11-SP4 11.4.4-1.109 | SUSE-Linux-Enterprise-Server-11-SP4 11.4.4-1.109 | Yes 	| No  	|   99 	| yast2 | cd:///?devices=/dev/sr0 |   	 
yashi@linux-o1uk:~>

[QUOTE=yashirathore_90;56362]Hi,
Output of the above command is :

[CODE]
yashi@linux-o1uk:~> zypper lr -d

| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service

–±-------------------------------------------------±-------------------------------------------------±--------±--------±---------±------±------------------------±-------
1 | SUSE-Linux-Enterprise-Server-11-SP4 11.4.4-1.109 | SUSE-Linux-Enterprise-Server-11-SP4 11.4.4-1.109 | Yes | No | 99 | yast2 | cd:///?devices=/dev/sr0 |
yashi@linux-o1uk:~>

[/CODE][/QUOTE]

I want to ask one more thing that, can i upgrade gcc version in SLE 11 SP4.(Current version is 4.3.4)
If i am upgrading it, then it is saying that highest available is already installed.

Hi
You have not added the opencv repository to your system, it should be
in the above output? You were root user when running the command to add?

If the system gets registered and available in the online repos it
should update.


Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 | GNOME Shell 3.26.2 | 4.12.14-25.25-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!