Re: How to cross compile NET-SNMP

2005-12-31 Thread Hector Oron
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

Re: How to cross compile NET-SNMP

2005-12-27 Thread Hector Oron
-> ${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

Re: How to cross compile NET-SNMP

2005-12-12 Thread Wolfgang Denk
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

Re: How to cross compile NET-SNMP

2005-12-09 Thread Hector Oron
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

Re: How to cross compile NET-SNMP

2005-12-09 Thread Wolfgang Denk
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