problem of OpenSSL on MIPS R3000(supply some notes)

2007-02-11 Thread
Hi, everyone, An urgent problem: I just cross compile the OpenSSL 0.9.7 under linux by mipsel-linux-gcc for MIPS R3000, no error occur during the compiling process. But, when I put the result lib to the hard platform, the openssl routines can not be carried out and “segment fault” occurs. Why? Doe

Re: Re: problem of OpenSSL on MIPS R3000

2007-02-11 Thread
Thanks for your reply. 1) The main.c line 39 is: transend(protablebuf,"192.168.1.101",); where the protablebuf is a pointer to a struct ProperTable struct ProperTable { u1byte Type; u2byte UserID; u2byte PID; u2byte Lenth; char Data[1024]; }; 2) Th

problem of OpenSSL on MIPS R3000

2007-02-09 Thread
Hi, everyone, I just cross compile the OpenSSL 0.9.7 under linux by mipsel-linux-gcc for MIPS R3000, no error occur during the compiling process. But, when I put the result lib to the hard platform, the openssl routines can not be carried out and “segment fault” occurs. Why? Does the OpenSSL not s

problem of OpenSSL on MIPS R3000

2007-02-07 Thread
Hello, everyone, I just cross compile the OpenSSL 0.9.7 under linux by mipsel-linux-gcc for MIPS R3000, no error occur during the compiling process. But, when I put the result lib to the hard platform, the openssl routines can not be carried out and “segment fault” occurs. Why? Does the OpenS