Operating System - Linux
1827295 Members
2993 Online
109717 Solutions
New Discussion

Re: Error installing PSP 7.11 on SLES 9

 
Rufo Casquino
New Member

Error installing PSP 7.11 on SLES 9

Hi,
I tried to install PSP 7.11 on a Suse Linux Enterprise Server 9 but it failed, looking at /var/log/hppldu.log I found the error:
"libdb-3.1.so is needed by net-snmp-cmaX-5.1-83".
SLES 9 RC5 ships with db-4.2.52-86.3 package and did not find db-3 package for this release.
Any idea?

Regards,
Rufo Casquino
4 REPLIES 4
Michael Garner_1
Honored Contributor

Re: Error installing PSP 7.11 on SLES 9

Rufo,
Can you attach the hppldu.log file to this forum entry so I can get the context of the error message?

Thanks,
Michael Garner
Linux PSP Development
Rufo Casquino
New Member

Re: Error installing PSP 7.11 on SLES 9

Of course, Michael.

TIA,
Rufo
Rufo Casquino
New Member

Re: Error installing PSP 7.11 on SLES 9

I solved my problem.
When you perform a "Default" installation libdb-3.1.so is installed by compat package.
I did "Minimall" installation so I had to add the following packages:
- kernel-source
- make
- gcc
- libelf
- perl-TermReadKey
- and compat

Regards,
Rufo
Rufo Casquino
New Member

Re: Error installing PSP 7.11 on SLES 9

I forget to close the thread.