Shuai has found the problem that evolution can not display remote image.

It is all because of getAddrinfo();  

int getaddrinfo(const char *nodename, const char *servname,
         const struct addrinfo *hints, struct addrinfo **res);

If I call this function in solaris as below:

getaddrinfo( "www.msuniversity.edu.cn", "http", &hints, &result );

Solaris will return error.

However, linux will work well if getaddrinfo( "www.msuniversity.edu.cn",
"http", &hints, &result );


If I use as 
getaddrinfo( "www.msuniversity.edu.cn", "80", &hints, &result );

Then both solaris and linux will work right.

Jeff



? 2008-06-03?? 22:53 +0800?Jeff Cai???
> We also found the problem and would fix it recently.
> 
> Jeff
> 
> ? 2008-05-29?? 08:35 -0700?Aric Gregson???
> > On Thu, 2008-05-29 at 09:46 -0400, Sebastien Roy wrote:
> > > On Thu, 2008-05-29 at 10:27 +0800, Harry Lu wrote:
> > > > Have you set the http proxy for the system using
> > > > Start-->Preferences-->Network proxy?
> > > 
> > > I have a direct connection to the Internet.  Proxies are N/A.
> > > -Seb
> > 
> > My set-up is the same.
> > 
> 
> > _______________________________________________
> > desktop-discuss mailing list
> > desktop-discuss at opensolaris.org
> 
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org


Reply via email to