I’m running SLED on my desktop and I am trying to install IBM Notes 9.0.1
I have downloaded the .tar and extracted the .rpm’s into one directory.
Next, I cd to the directory and initiate the install
sudo zypper in *.rpm
To install all the rpms at once
or just notes as seen below.
sudo zypper in ibm_notes-9.0.1.i586.rpm
It returns a dependency error that I would like to fix.
[CODE]Refreshing service ‘SUSE_Linux_Enterprise_Desktop_12_x86_64’.
Refreshing service ‘SUSE_Linux_Enterprise_Software_Development_Kit_12_x86_64’.
Loading repository data…
Reading installed packages…
Resolving package dependencies…
Problem: nothing provides libjpeg.so.62 needed by ibm_notes-9.0.1-20131022.1138.i586
Solution 1: do not install ibm_notes-9.0.1-20131022.1138.i586
Solution 2: break ibm_notes-9.0.1-20131022.1138.i586 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c):
[/CODE]
Now, I know I can ignore the dependency and install Notes anyways and it will function. However, I am curious as how to fix this.
Perhaps taking it out of the pre-installed dependancies in the configuration file. But I’m not even really sure what that lib is for.
If anyone could enlighten me it would be of great help!
Hi
There isn’t a 64bit version of Notes? What is needed is libjpeg62-32bit
but this isn’t part of SLED 12. That’s the only readon since it’s a
32bit application and needs 32bit libraries.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-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;27573]Hi
There isn’t a 64bit version of Notes? What is needed is libjpeg62-32bit
but this isn’t part of SLED 12. That’s the only readon since it’s a
32bit application and needs 32bit libraries.
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.39-47-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]
Hey Malcolm,
No there actually isn’t. Even with windows installer it is 32-bit. Something I found odd for a long time since 8.5.X
Anyway, After I read your post, I found the lib and installed it quite easily and it went through.