problem packaging libsnmp15 on 11.3

Hi

i want to install supportpack HP on Opensuse 11.3 but it is not possible because of the version of libsnmp

so i try to compile the source version 5.4.3 ....it compile

so I do a RPM for 64 bit

the snmp server works fine and the libsnmp15 is present:
 jluce@web6:~> rpm -qa|grep snmp
    net-snmp-5.4.3-1.x86_64
    snmp-mibs-5.4.3-1.x86_64
    libsnmp15-5.4.3-1.x86_64
    jluce@web6:~>
jluce@web6:~> rpm -q -l libsnmp15-5.4.3-1.x86_64
    /usr/lib64/libnetsnmp.so.15
    /usr/lib64/libnetsnmp.so.15.1.2
    /usr/lib64/libnetsnmpagent.so.15
    /usr/lib64/libnetsnmpagent.so.15.1.2
    /usr/lib64/libnetsnmphelpers.so.15
    /usr/lib64/libnetsnmphelpers.so.15.1.2
    /usr/lib64/libnetsnmpmibs.so.15
    /usr/lib64/libnetsnmpmibs.so.15.1.2
    /usr/lib64/libnetsnmptrapd.so.15
    /usr/lib64/libnetsnmptrapd.so.15.1.2
    /usr/lib64/libsnmp.so.15
    /usr/lib64/libsnmp.so.15.1.2
jluce@web6:~>
    ldconfig -v|grep snmp
    libnetsnmp.so.15 -> libnetsnmp.so.15.1.2
    libsnmp.so.15 -> libsnmp.so.15.1.2
    libnetsnmphelpers.so.15 -> libnetsnmphelpers.so.15.1.2
    libnetsnmptrapd.so.15 -> libnetsnmptrapd.so.15.1.2
    libnetsnmpagent.so.15 -> libnetsnmpagent.so.15.1.2
    libnetsnmpmibs.so.15 -> libnetsnmpmibs.so.15.1.2
but when i want to install the hp-snmp agent it say me there is no libsnmp
web6:/home/jluce/psp # rpm -i --test hp-snmp-agents-8.7.0.23-19.sles11.i386.rpm error: Failed dependencies:
	libnetsnmp.so.15 is needed by hp-snmp-agents-8.7.0.23-19.i586
	libnetsnmpagent.so.15 is needed by hp-snmp-agents-8.7.0.23-19.i586
	libnetsnmphelpers.so.15 is needed by hp-snmp-agents-8.7.0.23-19.i586
	libnetsnmpmibs.so.15 is needed by hp-snmp-agents-8.7.0.23-19.i586
web6:/home/jluce/psp # 
any idea ??

thanks for all