Dear Wolfgang, The code i compiled worked fine. Following your instruccions i have been able to create the rpm packages. So everything is perfect. Thanks for your kindly help and thanks for your valuable information.
¡ Happy New Year ! Héctor OrónOn 12/27/05, Wolfgang Denk <[EMAIL PROTECTED]> wro
-> ${CROSS_COMPILE}rpmbuild -ba net-snmp.spec
[...]
checking for correct flags to ps...
configure: error: Endianness has been specified, but you are not cross-compiling.
error: Bad exit status from /home/otros/hecormar/eldk/var/tmp/rpm-tmp.50809 (%build)
RPM build errors:
Bad exit status from
In message <[EMAIL PROTECTED]> you wrote:
>
> I have tried ELDK net-snmp binaries, i have added all missing shared libs,
> and i get:
>
> / # snmpd -H
> snmpd: error in loading shared libraries
> /lib/libm.so.6: undefined symbol: __sim_disabled_exceptions
>
> BTW, snmpd ask for libcrypto.so.0.9.8
Thanks for your answer.
I have tried ELDK net-snmp binaries, i have added all missing shared libs, and i get:
/ # snmpd -H
snmpd: error in loading shared libraries
/lib/libm.so.6: undefined symbol: __sim_disabled_exceptions
BTW, snmpd ask for libcrypto.so.0.9.8, but ELDK distributes libcrypto.so
In message <[EMAIL PROTECTED]> you wrote:
>
> I've been trying to cross-compile net-snmp for ppc over i386. I have build
> a script with some of the options that we should select. I'm able to
> generate my binary file, but when i start snmpd agent it doesn't work as I
> expect.
We have SNMP incl
Hello folks,
I've been trying to cross-compile net-snmp for ppc over i386. I have
build a script with some of the options that we should select. I'm able
to generate my binary file, but when i start snmpd agent it doesn't
work as I expect.
Target: MPC-855 (ppc), glibc-1.99, kernel-2.4.18
Ho